On Mon, 18 Feb 2013 21:38:31 +0200 Eric Kom <[email protected]> wrote:
> On 18/02/2013 21:23, Mattias Gaertner wrote: > > On Mon, 18 Feb 2013 21:15:32 +0200 > > Eric Kom <[email protected]> wrote: > > > >> Hello all, > >> > >> Please How can I fix the above error shown during build/compile process: > >> > >> PPU Loading /usr/local/lib/fpc/2.7.1/units/i386-linux/rtl/system.ppu > >> PPU Invalid Version 158 > >> alllclunits.pp(0,0) Fatal: Can not find system used by alllclunits, > >> ppu=/usr/local/lib/fpc/2.7.1/units/i386-linux/rtl/system.ppu > > What platform? > Debian > > How did you install FPC and Lazarus? > $ svn co http://svn.freepascal.org/svn/fpc/trunk fpc > # aptitude install fpc > $ export PP=/usr/bin/ppc386 > $ make OVERRIDEVERSIONCHECK=1 NOGDB=1 OPT='-O- -gl -Xs-' all Where is the "make install" command? > $ svn co http://svn.freepascal.org/svn/lazarus/trunk lazarus > $ make bigide FPC=/usr/local/lib/fpc/2.7.1/ppc386 You must create a ~/.fpc.cfg with the right -Fu unit paths. See your /etc/fpc.cfg as a start. Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
