[lazarus] CVS Changes

Mattias Gaertner nc-gaertnma at netcologne.de
Tue Jan 30 18:23:50 EST 2001


> 
> Panic : Internal compiler error, exiting.
> allunits.pp(29) Fatal: Internal error 9999
> make[2]: *** [allunits.ppu] Error 1
> make[2]: Leaving directory
> `/home/luis/FPC/lazarus/lazarus/components/synedit'
> make[1]: *** [synedit_all] Error 2
> make[1]: Leaving directory `/home/luis/FPC/lazarus/lazarus/components'
> make: *** [components_all] Error 2
> 

This is a common bug in the fpc. It has problems mixing different modes.
Add a line
{$mode objfpc}
to <lazarus>/components/synedit/allunits.pp

Mattias






More information about the Lazarus mailing list