[Lazarus] Error compiling Lazarus svn 14407
Tom Gregorovic
_tom_ at centrum.cz
Tue Mar 4 16:03:28 CET 2008
On Tue, Mar 4, 2008 at 3:28 PM, Luiz Americo Pereira Camara
<luizmed at oi.com.br> wrote:
> When compiling Lazarus svn 14407, under win32, fpc 2.2.0 with make clean
> all, the following error occurs:
>
> Compiling KeyMapping.pp
> KeyMapping.pp(483,23) Error: Identifier not found "ecToggleIssueBrowser"
> KeyMapping.pp(483,23) Error: Constant Expression expected
> KeyMapping.pp(806,23) Error: Identifier not found "ecToggleIssueBrowser"
> KeyMapping.pp(806,23) Error: Constant Expression expected
> KeyMapping.pp(1432,31) Error: Identifier not found "ecToggleIssueBrowser"
> KeyMapping.pp(1432,31) Error: Constant Expression expected
> KeyMapping.pp(1432,31) Error: duplicate case label
> KeyMapping.pp(3176) Fatal: There were 7 errors compiling module, stopping
>
Hi,
the constant is defined in ideintf/idecommands.pas on line 179:
ecToggleIssueBrowser = ecFirstLazarus + 322;
Maybe it is some bug in make clean all.
Tom
More information about the Lazarus
mailing list