----------------------
Ich habe mein fpc-trunk-Ordner mit git aktualisiert und jetzt wollte ich es bauen lassen, weil Lazarus-Trunk neueste fpc haben möchte.
Früher habe ich einfach in den Ordner gewechselt und "make zipinstall" aufgerufen und das war's.
Jetzt bekomemme ich irsinnnige Meldungen, fpc(ich glaube makefile) sucht in source Ordner nach Compiler und fpcmake.exe. Was hat denn Compiler in Quelltext-Ordner zu suchen.
Code: Alles auswählen
D:\AppDev\fpcdev\source>make zipinstall
make fpc_zipinstall ZIPTARGET=install FULLZIPNAME=fpc-3.3.1.i386-win32 FPC=D:/AppDev/fpcdev/source/compiler/ppc386.exe ZIPDESTDIR=D:/AppDev/fpcdev/source FPCMAKE=D:/AppDev/fpcdev/source/utils/fpcm/bin/i386-win32/fpcmake.exe
make[1]: Entering directory `D:/AppDev/fpcdev/source'
Makefile:136: *** Compiler D:/AppDev/fpcdev/source/compiler/ppc386.exe not found. Stop.
make[1]: Leaving directory `D:/AppDev/fpcdev/source'
make: *** [zipinstallall] Error 2