[Lazarus] Installing FPC/Lazarus on Windows using SVN, no binaries

Marcos Douglas md at delfire.net
Fri Jun 4 21:47:32 CEST 2010


On Fri, Jun 4, 2010 at 3:18 PM, Marcos Douglas <md at delfire.net> wrote:
> On Fri, Jun 4, 2010 at 2:59 PM, Marcos Douglas <md at delfire.net> wrote:
>> line: make all OPT="-glw2"
>>
>> ERROR:
>>
>> C:\freepascal\lazarus>make all OPT="-glw2"
>> make -C lcl all
>> make[1]: Entering directory `C:/freepascal/lazarus/lcl'
>> c:/freepascal/binutils/i386-win32/rm.exe -f units/i386-win32/alllclunits.ppu
>> c:/freepascal/binutils/i386-win32/gmkdir.exe -p units/i386-win32
>> c:/freepascal/fpc/bin/i386-win32/ppc386.exe -gl  -Fu. -Fuforms -Fuwidgetset -Fii
>> nclude -FE. -FUunits/i386-win32 -glw2 -di386 alllclunits.pp
>> Free Pascal Compiler version 2.5.1 [2010/06/04] for i386
>> Copyright (c) 1993-2009 by Florian Klaempfl
>> Target OS: Win32 for i386
>> Compiling alllclunits.pp
>> Fatal: Can't find unit system used by AllLCLUnits
>> Fatal: Compilation aborted
>> make[1]: *** [alllclunits.ppu] Error 1
>> make[1]: Leaving directory `C:/freepascal/lazarus/lcl'
>> make: *** [lcl] Error 2
>
> The directory:
> C:\freepascal\lazarus\lcl\units\i386-win32\
>
> ...is empty!

Hi all,

I found the problem: fpc.cfg
Tip: http://www.mail-archive.com/lazarus@miraclec.com/msg20003.html

Before, I had this file created by Installer. I just copy it to
c:\freepascal\fpc\bin\i386-win32 because is necessary to the script.

So, the Lazarus was compiled, but yours paths is set to:
FPC source directory:
C:\freepascal\lazarus\fpc\2.4.1\source\

Make path:
C:\freepascal\lazarus\fpc\2.4.1\bin\i386-win32\make.exe

...even if I change this, an error happen:
"The Free Pascal compiler (filename: fpc.exe) was not found.
It is recommended that you install fpc."


Marcos Douglas




More information about the Lazarus mailing list