Code: Alles auswählen
G:\Entwicklung\lazarus.svn>fpc
Free Pascal Compiler version 2.5.1 [2011/06/10] for x86_64
Copyright (c) 1993-2011 by Florian Klaempfl and others
C:\FPC\bin\x86_64-win64\ppcx64.exe [options] <inputfile> [options]
Code: Alles auswählen
G:\Entwicklung\lazarus.svn>make all OPT="-glw2"
make -C packager/registration all
make[1]: Entering directory `G:/Entwicklung/lazarus.svn/packager/registration'
g:/Entwicklung/freepascal/binutils/i386-win64/rm.exe -f ../units/x86_64-win64/fcllaz.ppu
C:/FPC/bin/x86_64-win64/ppcx64.exe -MObjFPC -Scghi -O1 -gl -vewnhi -l -Fu. -FE.
-FU../units/x86_64-win64 -glw2 -dx86_64 fcllaz.pas
Free Pascal Compiler version 2.5.1 [2011/06/10] for x86_64
Copyright (c) 1993-2011 by Florian Klaempfl and others
Target OS: Win64 for x64
Compiling fcllaz.pas
Compiling registerfcl.pas
Fatal: Can't find unit ServiceManager used by RegisterFCL
Fatal: Compilation aborted
make[1]: *** [fcllaz.ppu] Error 1
make[1]: Leaving directory `G:/Entwicklung/lazarus.svn/packager/registration'
make: *** [packager/registration] Error 2
Ach ja, ich bin nach
http://wiki.lazarus.freepascal.org/Inst ... Lazarus/de" onclick="window.open(this.href);return false;
vorgegangen. Ich weiß allerdings nicht, ob OPT="-glw2" für die 64bit-Umgebung korrekt ist.
Hat jemand einen Tipp für mich?
PS. Unter 64bit-Linux habe ich FPC und Lazarus in den aktuellen SVN-Versionen erfolgreich erzeugen können.