<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi Mattias,<BR>
<BR>
> make clean all OPT="-glw2 -vut"<BR>make: *** No rule to make target `clean'. Stop.<BR> <BR>
> Date: Tue, 25 Jan 2011 12:41:57 +0100<BR>> From: nc-gaertnma@netcologne.de<BR>> To: lazarus@lists.lazarus.freepascal.org<BR>> Subject: Re: [Lazarus] ERROR compiling Lazarus for first time on Windows 7 Ultimate OS. Fatal: Can't find unit system used by AllLCLUnits<BR>> <BR>> On Tue, 25 Jan 2011 22:01:20 +1100<BR>> Peter Williams <pewilliams2010@live.com> wrote:<BR>> <BR>> > <BR>> > Hi All,<BR>> > <BR>> > Using today's SVN snapshot and these instructions: http://wiki.lazarus.freepascal.org/Installing_Lazarus<BR>> > <BR>> > Fatal error compiling Lazarus 2.5.1 for first time on Windows 7 Ultimate OS. Clean installation from TortoiseSVN.<BR>> > Fatal: Can't find unit system used by AllLCLUnits<BR>> > <BR>> > makelaz.bat -------------<BR>> > @echo on<BR>> > set myversion=2.5.1<BR>> > set mypath=c:\freepascal\fpc\%myversion%<BR>> > set mybinutils=c:\freepascal\binutils<BR>> > set PATH=%mybinutils%\i386-win32;%mypath%\bin\i386-win32;%PATH%<BR>> > cd c:\freepascal\laz<BR>> > make clean all OPT="-glw2"<BR>> > -------------------<BR>> > <BR>> > makelaz<BR>> > <BR>> > [...]<BR>> > <BR>> > make -C lcl all<BR>> > make[1]: Entering directory `c:/freepascal/laz/lcl'<BR>> > c:/freepascal/binutils/i386-win32/rm.exe -f units/i386-win32/alllclunits.ppu<BR>> > c:/freepascal/fpc/2.5.1/bin/i386-win32/ppc386.exe -gl -Fu. -Fuforms -Fuwidgetset -Fiinclude -FE. -FUunits/i386-win32 -glw2 -di386 alllclunits.pp<BR>> > Fatal: Can't find unit system used by AllLCLUnits<BR>> > Fatal: Compilation aborted<BR>> > make[1]: Leaving directory `c:/freepascal/laz/lcl'<BR>> > <BR>> > All help will be greatly appreciated. Note that the Lazarus instructions for Linux worked without problems for me today.<BR>> <BR>> How did you install fpc 2.5.1?<BR>> <BR>> Use<BR>> make clean all OPT="-glw2 -vut"<BR>> <BR>> and find out what fpc.cfg is used. Then see if the unit search paths<BR>> are pointing to the correct directory. The system.ppu of your fpc 2.5.1.<BR>> <BR>> Mattias<BR>> <BR>> --<BR>> _______________________________________________<BR>> Lazarus mailing list<BR>> Lazarus@lists.lazarus.freepascal.org<BR>> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus<BR> </body>
</html>