tanila wrote:
Am Donnerstag, den 01.03.2007, 14:16 +0100 schrieb Vincent Snijders:
tanila schreef:
can someone tell me how to setup the fpc.cfg to compile lazarus ?
Make can not find many many includes and unit since the new fpc
directory layout.
What do i have to change ? I am getting crasy here...
fpc.cfg can remain unchanged.
Just make sure, you installed the fpc units in a clean directory.
Vincent
Hi Vincent,
I cleand the fpc-install dir, but it doesn´t takes effekt.
Compiling lazarus notifies this:
PPU Loading /usr/local/lib/fpc/2.1.1/units/x86_64-linux/fcl/pipes.ppu
Recompiling Pipes, checksum changed for BaseUnix {impl}
PPU Loading /usr/local/lib/fpc/2.1.1/units/x86_64-linux/fcl/pipes.ppu
asyncprocess.pp(37,52) Fatal: Can't find unit Pipes
Fatal: Compilation aborted
make[1]: *** [alllclunits.ppu] Fehler 1
I have no idea...
_________________________________________________________________
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives
Hi,
Your fpc units directory doesn't look clean.
Your pipes.ppu should be located in:
/usr/local/lib/fpc/2.1.1/units/x86_64-linux/fcl-base/pipes.ppu
with the new fpc layout.
There should be no /usr/local/lib/fpc/2.1.1/units/x86_64-linux/fcl/
directory with the new fpc layout. Also there shouldn't be anymore
fcl directory in the root of your fpc 2.1.1 source directory.
else you will have multiple pipes.pp, pipes.ppu and pipes.o.
Take a look at a few threads above on subject:
"Recent SVN lazarus won't compile. Can't find unit contnrs." here
news://news.gmane.org:119/[EMAIL PROTECTED]
HTH,
Funky Beast
_________________________________________________________________
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives