(Under windows)
I have a stable 2.0.2 fpc in /fpc/2.0.2/....

I did "make all; make install" a new fpc from svn and it is installed
in /pp/bin... I copied the missing files from the stable released to
the new version in the /bin folder to get the additionnal gnu tools.

Now if I set my path to the new /pp/bin... directory and c:\lazarus,
there is no way it will compile. I don't know where is the mistake.

makefile:3742: warning: overriding commands for target `examples'
makefile:3704: warning: ignoring old commands for target `examples'
make -C lcl all
make[1]: Entering directory `C:/lazarus/lcl'
C:/pp/bin/i386-win32/rm.exe -f units/i386-win32/alllclunits.ppu
C:/pp/bin/i386-win32/ppc386.exe -gl -Fu. -Fuforms -Fuwidgetset
-Fiinclude -FE. -FUunits/i386-win32 -di386 alllclunits.pp
Free Pascal Compiler version 2.1.1 [2006/05/15] for i386
Copyright (c) 1993-2006 by Florian Klaempfl
Target OS: Win32 for i386
Compiling alllclunits.pp
Compiling FileCtrl.pp
Compiling StdCtrls.pp
Compiling Graphics.pp
Fatal: Can't find unit Contnrs
Fatal: Compilation aborted
make[1]: *** [alllclunits.ppu] Error 1
make[1]: Leaving directory `C:/lazarus/lcl'
make: *** [lcl] Error 2

--
Alexandre Leclerc

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to