2011/9/5 Marcos Douglas <[email protected]>: > On Tue, Aug 30, 2011 at 7:55 AM, Martin <[email protected]> wrote: >> >> very weird issue; >> >> I have a batch fiel, that does (sucesfull): >> >> make.exe clean distclean >> make.exe all LINKSMART=1 CREATESMART=1 OPTIMIZE=1 OPT="-gl -O3 -Or >> -CpPENTIUMM -OpPENTIUMM" >> make.exe install INSTALL_PREFIX=c:\FPC\fix_2_6_0 COPYTREE=echo UPXPROG=echo >> >> Then the makefile should execute another >> make clean >> >> and that always fails. It appears to dislike the fpmake.exe in fcl-web, but >> that was created by the above (I did delete it before I started the overall >> process, so it was definetly reated by the above) >> >> The error I get: >> { .\fpmake.exe distclean --localunitdir=../.. --globalunitdir=.. --os=win32 >> --cpu=i386 -o -Ur -o -Xs -o -O2 -o -n -o -FuC:/FPC/SVN/fix_2_6/rtl -o >> -FuC:/FPC/SVN/fix_2_6/packages/hash -o >> -FuC:/FPC/SVN/fix_2_6/packages/paszlib -o >> -FuC:/FPC/SVN/fix_2_6/packages/fcl-process -o >> -FuC:/FPC/SVN/fix_2_6/packages/fpmkunit -o -FE. -o -FUunits/i386-win32 -o >> -di386 -o -dRELEASE --compiler=c:/FPC/SVN/ppc386_2_4_4.exe; if [ $? != "0" >> ]; then { echo Something wrong with fpmake exectable. Remove the executable >> and call make recursively to recover.; C:/FPC/SVN/trunk_build/ >> rm.exe -f .\fpmake.exe; make fpc_cleanall; }; fi; } >> '{' is not recognized as an internal or external command, >> >> >> the part of the fcl-web makefile that is probably responsibel > > The problem continues. > There is a bugtrack for this? > I found this http://bugs.freepascal.org/view.php?id=19140
What is your PATH environment variable? Make sure that it contains at least one semicolon (;), otherwise the Makefile considers your target a unix like target. Vincent _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
