[fpc-devel] make error in fcl-web
Martin
lazarus at mfriebe.de
Sun Apr 3 21:50:26 CEST 2011
(w32 / vista)
I tried to recompile fpc trunk, it starts up fine, until it comes to
fcl-web. I copied the last lines of output to the end of the mail
Not sure about the exact make command that was running, since they come
from a batch file, but probably the 2nd line:
make.exe clean distclean
make.exe all LINKSMART=1 CREATESMART=1 OPTIMIZE=1 OPT="-gl -O3 -Or
-CpPENTIUMM -OpPENTIUMM" TARGET_EXAMPLES=NO FPC=c:\FPC\SVN\ppc386_2_4_2.exe
make.exe install INSTALL_PREFIX=c:\FPC\trunk\ COPYTREE=echo UPXPROG=echo
Found this in svn, and will try with the revision before...
Revision: 17223
Author: joost
Date: 14:33:56, 02 April 2011
Message:
* Let the makefile create the unit output dir when fpmake.pp is not
compiled yet
----
Modified : /trunk/packages/fcl-web/Makefile
Modified : /trunk/packages/fcl-web/Makefile.fpc
make.exe[3]: Entering directory `C:/FPC/SVN/trunc/packages/fastcgi'
make.exe all LINKSMART=1 CREATESMART=1
make.exe[4]: Entering directory `C:/FPC/SVN/trunc/packages/fastcgi'
C:/FPC/SVN/trunk_build/gmkdir.exe -p units/i386-win32
C:/FPC/SVN/trunc/compiler/ppc386.exe -XX -CX -Ur -Xs -O2 -n -O2 -S2h
-FuC:/FPC/SVN/trunc/rtl/units/i386-win32 -FE. -FUunits/i386-win32 -gl -
O3 -Or -CpPENTIUMM -OpPENTIUMM -di386 -dRELEASE src/fastcgi.pp
make.exe[4]: Leaving directory `C:/FPC/SVN/trunc/packages/fastcgi'
make.exe[3]: Leaving directory `C:/FPC/SVN/trunc/packages/fastcgi'
make.exe -C fcl-web smart
make.exe[3]: Entering directory `C:/FPC/SVN/trunc/packages/fcl-web'
C:/FPC/SVN/trunc/compiler/ppc386.exe fpmake.pp -XX -CX -Ur -Xs -O2 -n
-O2 -FuC:/FPC/SVN/trunc/rtl/units/i386-win32 -FuC:/FPC/SVN/trunc/packa
ges/hash/units/i386-win32
-FuC:/FPC/SVN/trunc/packages/paszlib/units/i386-win32
-FuC:/FPC/SVN/trunc/packages/fcl-process/units/i386-win32 -F
uC:/FPC/SVN/trunc/packages/fpmkunit/units/i386-win32 -FE.
-FUunits/i386-win32 -gl -O3 -Or -CpPENTIUMM -OpPENTIUMM -di386 -dRELEASE
./fpmake build --localunitdir=../.. --globalunitdir=.. --os=win32
--cpu=i386 -o -XX -o -CX -o -Ur -o -Xs -o -O2 -o -n -o -O2 -o -FuC:/FPC/SV
N/trunc/rtl/units/i386-win32 -o
-FuC:/FPC/SVN/trunc/packages/hash/units/i386-win32 -o
-FuC:/FPC/SVN/trunc/packages/paszlib/units/i386-win32
-o -FuC:/FPC/SVN/trunc/packages/fcl-process/units/i386-win32 -o
-FuC:/FPC/SVN/trunc/packages/fpmkunit/units/i386-win32 -o -FE. -o -FUunits/i
386-win32 -o -gl -o -O3 -o -Or -o -CpPENTIUMM -o -OpPENTIUMM -o -di386
-o -dRELEASE --compiler=C:/FPC/SVN/trunc/compiler/ppc386.exe -o "-XX
-CX"
'.' is not recognized as an internal or external command,
operable program or batch file.
make.exe[3]: *** [smart] Error 1
make.exe[3]: Leaving directory `C:/FPC/SVN/trunc/packages/fcl-web'
make.exe[2]: *** [fcl-web_smart] Error 2
make.exe[2]: Leaving directory `C:/FPC/SVN/trunc/packages'
make.exe[1]: *** [packages_smart] Error 2
make.exe[1]: Leaving directory `C:/FPC/SVN/trunc'
make.exe: *** [build-stamp.i386-win32] Error 2
More information about the fpc-devel
mailing list