On Tue, Mar 4, 2008 at 3:28 PM, Luiz Americo Pereira Camara
<[EMAIL PROTECTED]> 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
_______________________________________________
Lazarus mailing list
[email protected]
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to