[fpc-devel] system.pp(31,1) Fatal: Internal error 200309141
Jonas Maebe
jonas at zeus.ugent.be
Sun Nov 7 21:25:41 CET 2004
On 7 nov 2004, at 20:45, Tony Maro wrote:
> I just downloaded FPC CVS and Lazarus CVS.
>
> FPC compiled and installed fine, Lazarus fails:
>
> Free Pascal Compiler version 1.9.5 [2004/11/07] for i386
> Copyright (c) 1993-2004 by Florian Klaempfl
> Target OS: Linux for i386
> Compiling alllclunits.pp
> system.pp(31,1) Fatal: Internal error 200309141
> make[1]: *** [alllclunits.ppu] Error 1
> make[1]: Leaving directory `/home/tony/lazarus/lcl'
> make: *** [lcl] Error 2
> [tony at voyager lazarus]$
>
> Happens on an older Lazarus as well, so I assume it's an FPC issue.
That means that the compiler is finding an older system unit and is
using that one. Use -vt to check which system unit it uses, and adapt
your config file so it uses fpc/rtl/units/$fpctarget as unit search
directory (before it searches /usr/local/lib/fpc/...).
Jonas
More information about the fpc-devel
mailing list