[Lazarus] ERROR compiling Lazarus for first time on Windows 7 Ultimate OS. Fatal: Can't find unit system used by AllLCLUnits

Peter Williams pewilliams2010 at live.com
Tue Jan 25 12:01:20 CET 2011


Hi All,
 
Using today's SVN snapshot and these instructions: http://wiki.lazarus.freepascal.org/Installing_Lazarus
 
Fatal error compiling Lazarus 2.5.1 for first time on Windows 7 Ultimate OS. Clean installation from TortoiseSVN.
Fatal: Can't find unit system used by AllLCLUnits

makelaz.bat -------------
@echo on
 set myversion=2.5.1
 set mypath=c:\freepascal\fpc\%myversion%
 set mybinutils=c:\freepascal\binutils
 set PATH=%mybinutils%\i386-win32;%mypath%\bin\i386-win32;%PATH%
 cd c:\freepascal\laz
 make clean all OPT="-glw2"
-------------------
 
makelaz
 
[...]
 
make -C lcl all
make[1]: Entering directory `c:/freepascal/laz/lcl'
c:/freepascal/binutils/i386-win32/rm.exe -f units/i386-win32/alllclunits.ppu
c:/freepascal/fpc/2.5.1/bin/i386-win32/ppc386.exe -gl  -Fu. -Fuforms -Fuwidgetset -Fiinclude -FE. -FUunits/i386-win32 -glw2 -di386 alllclunits.pp
Fatal: Can't find unit system used by AllLCLUnits
Fatal: Compilation aborted
make[1]: Leaving directory `c:/freepascal/laz/lcl'
 
All help will be greatly appreciated. Note that the Lazarus instructions for Linux worked without problems for me today.
 
Best Regards,
Peter E Williams 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20110125/03caff40/attachment-0002.html>


More information about the Lazarus mailing list