| Anonymous | Login | Signup for a new account | 2013-05-24 18:09 CEST | ![]() |
| All Projects | FPC | Lazarus: Packages, Patches | Lazarus CCR | Mantis | fpGUI | fpcprojects: fpprofiler |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0021948 | FPC | Compiler | public | 2012-05-05 22:00 | 2012-05-27 01:33 | ||||
| Reporter | DavidB | ||||||||
| Assigned To | Jonas Maebe | ||||||||
| Priority | normal | Severity | block | Reproducibility | always | ||||
| Status | resolved | Resolution | suspended | ||||||
| Platform | Windows | OS | Vista SP2 | OS Version | 64 Bits | ||||
| Product Version | 2.7.1 | Product Build | 21239 | ||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0021948: Compilation fails on Vista 64 bits | ||||||||
| Description | Hi, Just updated FCP SVN today after a couple of weeks. When I try to compile using 2.6.0. I got this error and coompiles stop: make[7]: *** No rule to make target `iso7185.ppu', needed by `fpc_units'. Stop. | ||||||||
| Steps To Reproduce | Try to compile FPC SVN Trunk with 2.6.0 I use this bat file inside my C:\fpcsvn folder: @echo on set FPC_UTILS=C:\\fpc\\2.6.0 set FPC_BUILD=C:\\fpcsvn set INSTALL_PREFIX=C:\\fpc\\2.7.1 set DATA2INC=%INSTALL_PREFIX%/bin/x86_64-win64/data2inc.exe set PATH=%INSTALL_PREFIX%\bin\x86_64-win64;%FPC_UTILS%\bin\x86_64-win64;%PATH% pause cd %INSTALL_PREFIX% rmdir /S /Q . cd %FPC_BUILD% make clean all install OPT="-gwl -godwarfsets" > buildlog.txt 2>builderror.txt pause cd %INSTALL_PREFIX%\bin\x86_64-win64 del /F /Q %INSTALL_PREFIX%/bin/x86_64-win64/fpc.cfg fpcmkcfg.exe -d basepath=c:/fpc/2.7.1 -o .\fpc.cfg pause cd ..\..\.. :eof | ||||||||
| Additional Information | I atacched the buildlog.txt file that this line generates: make clean all install OPT="-gwl -godwarfsets" > buildlog.txt 2>builderror.txt The OPT="-gwl -godwarfsets" was suggested by Paul ishenin on IRC this morning. I tried WITHOUT that OPT and doesn't work either. builderror.txt contained: make[7]: *** No rule to make target `iso7185.ppu', needed by `fpc_units'. Stop. make[6]: *** [win64_all] Error 2 make[5]: *** [rtl] Error 2 make[4]: *** [next] Error 2 make[3]: *** [ppc1.exe] Error 2 make[2]: *** [cycle] Error 2 make[1]: *** [compiler_cycle] Error 2 make: *** [build-stamp.x86_64-win64] Error 2 Thanks in advance, David | ||||||||
| Tags | No tags attached. | ||||||||
| FPCOldBugId | |||||||||
| Fixed in Revision | |||||||||
| Attached Files | make -C compiler distclean make[1]: Entering directory `C:/fpcsvn/compiler' c:/msys/bin/rm.exe -f ppcrossx64.exe ppc.exe ppc1.exe ppc2.exe ppc3.exe ./msg2inc.exe pp1.wpo pp2.wpo c:/msys/bin/rm.exe -f ppc386.exe ppc68k.exe ppcx64.exe ppcppc.exe ppcsparc.exe ppcppc64.exe ppcarm.exe ppcmips.exe ppcmipsel.exe ppcjvm.exe ppcx64.exe ppcwpo1.exe ppcwpo2.exe c:/msys/bin/rm.exe -f pp.exe pp.o libppp.a libimppp.a c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make -C utils cleanall make[2]: Entering directory `C:/fpcsvn/compiler/utils' c:/msys/bin/rm.exe -f fpc.exe ppufiles.exe ppudump.exe ppumove.exe fpcsubst.exe mkarmins.exe mkx86ins.exe fpc.o ppufiles.o ppudump.o ppumove.o fpcsubst.o mkarmins.o mkx86ins.o libpfpc.a libpppufiles.a libpppudump.a libpppumove.a libpfpcsubst.a libpmkarmins.a libpmkx86ins.a libimpfpc.a libimpppufiles.a libimpppudump.a libimpppumove.a libimpfpcsubst.a libimpmkarmins.a libimpmkx86ins.a c:/msys/bin/rm.exe -f units/x86_64-win64/ppu.ppu units/x86_64-win64/crc.ppu units/x86_64-win64/usubst.ppu c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make[2]: Leaving directory `C:/fpcsvn/compiler/utils' c:/msys/bin/rm.exe -rf i386/units c:/msys/bin/rm.exe -f i386/*.o i386/*.ppu i386/*.rst i386/*.s i386/*.a i386/*.so i386/*.ppl c:/msys/bin/rm.exe -f i386/ppc386.exe i386/ppc68k.exe i386/ppcx64.exe i386/ppcppc.exe i386/ppcsparc.exe i386/ppcppc64.exe i386/ppcarm.exe i386/ppcmips.exe i386/ppcmipsel.exe i386/ppcjvm.exe i386/ppcx64.exe c:/msys/bin/rm.exe -rf powerpc/units c:/msys/bin/rm.exe -f powerpc/*.o powerpc/*.ppu powerpc/*.rst powerpc/*.s powerpc/*.a powerpc/*.so powerpc/*.ppl c:/msys/bin/rm.exe -f powerpc/ppc386.exe powerpc/ppc68k.exe powerpc/ppcx64.exe powerpc/ppcppc.exe powerpc/ppcsparc.exe powerpc/ppcppc64.exe powerpc/ppcarm.exe powerpc/ppcmips.exe powerpc/ppcmipsel.exe powerpc/ppcjvm.exe powerpc/ppcx64.exe c:/msys/bin/rm.exe -rf sparc/units c:/msys/bin/rm.exe -f sparc/*.o sparc/*.ppu sparc/*.rst sparc/*.s sparc/*.a sparc/*.so sparc/*.ppl c:/msys/bin/rm.exe -f sparc/ppc386.exe sparc/ppc68k.exe sparc/ppcx64.exe sparc/ppcppc.exe sparc/ppcsparc.exe sparc/ppcppc64.exe sparc/ppcarm.exe sparc/ppcmips.exe sparc/ppcmipsel.exe sparc/ppcjvm.exe sparc/ppcx64.exe c:/msys/bin/rm.exe -rf arm/units c:/msys/bin/rm.exe -f arm/*.o arm/*.ppu arm/*.rst arm/*.s arm/*.a arm/*.so arm/*.ppl c:/msys/bin/rm.exe -f arm/ppc386.exe arm/ppc68k.exe arm/ppcx64.exe arm/ppcppc.exe arm/ppcsparc.exe arm/ppcppc64.exe arm/ppcarm.exe arm/ppcmips.exe arm/ppcmipsel.exe arm/ppcjvm.exe arm/ppcx64.exe c:/msys/bin/rm.exe -rf x86_64/units c:/msys/bin/rm.exe -f x86_64/*.o x86_64/*.ppu x86_64/*.rst x86_64/*.s x86_64/*.a x86_64/*.so x86_64/*.ppl c:/msys/bin/rm.exe -f x86_64/ppc386.exe x86_64/ppc68k.exe x86_64/ppcx64.exe x86_64/ppcppc.exe x86_64/ppcsparc.exe x86_64/ppcppc64.exe x86_64/ppcarm.exe x86_64/ppcmips.exe x86_64/ppcmipsel.exe x86_64/ppcjvm.exe x86_64/ppcx64.exe c:/msys/bin/rm.exe -rf powerpc64/units c:/msys/bin/rm.exe -f powerpc64/*.o powerpc64/*.ppu powerpc64/*.rst powerpc64/*.s powerpc64/*.a powerpc64/*.so powerpc64/*.ppl c:/msys/bin/rm.exe -f powerpc64/ppc386.exe powerpc64/ppc68k.exe powerpc64/ppcx64.exe powerpc64/ppcppc.exe powerpc64/ppcsparc.exe powerpc64/ppcppc64.exe powerpc64/ppcarm.exe powerpc64/ppcmips.exe powerpc64/ppcmipsel.exe powerpc64/ppcjvm.exe powerpc64/ppcx64.exe c:/msys/bin/rm.exe -rf m68k/units c:/msys/bin/rm.exe -f m68k/*.o m68k/*.ppu m68k/*.rst m68k/*.s m68k/*.a m68k/*.so m68k/*.ppl c:/msys/bin/rm.exe -f m68k/ppc386.exe m68k/ppc68k.exe m68k/ppcx64.exe m68k/ppcppc.exe m68k/ppcsparc.exe m68k/ppcppc64.exe m68k/ppcarm.exe m68k/ppcmips.exe m68k/ppcmipsel.exe m68k/ppcjvm.exe m68k/ppcx64.exe c:/msys/bin/rm.exe -rf armeb/units c:/msys/bin/rm.exe -f armeb/*.o armeb/*.ppu armeb/*.rst armeb/*.s armeb/*.a armeb/*.so armeb/*.ppl c:/msys/bin/rm.exe -f armeb/ppc386.exe armeb/ppc68k.exe armeb/ppcx64.exe armeb/ppcppc.exe armeb/ppcsparc.exe armeb/ppcppc64.exe armeb/ppcarm.exe armeb/ppcmips.exe armeb/ppcmipsel.exe armeb/ppcjvm.exe armeb/ppcx64.exe c:/msys/bin/rm.exe -rf mipsel/units c:/msys/bin/rm.exe -f mipsel/*.o mipsel/*.ppu mipsel/*.rst mipsel/*.s mipsel/*.a mipsel/*.so mipsel/*.ppl c:/msys/bin/rm.exe -f mipsel/ppc386.exe mipsel/ppc68k.exe mipsel/ppcx64.exe mipsel/ppcppc.exe mipsel/ppcsparc.exe mipsel/ppcppc64.exe mipsel/ppcarm.exe mipsel/ppcmips.exe mipsel/ppcmipsel.exe mipsel/ppcjvm.exe mipsel/ppcx64.exe c:/msys/bin/rm.exe -rf mips/units c:/msys/bin/rm.exe -f mips/*.o mips/*.ppu mips/*.rst mips/*.s mips/*.a mips/*.so mips/*.ppl c:/msys/bin/rm.exe -f mips/ppc386.exe mips/ppc68k.exe mips/ppcx64.exe mips/ppcppc.exe mips/ppcsparc.exe mips/ppcppc64.exe mips/ppcarm.exe mips/ppcmips.exe mips/ppcmipsel.exe mips/ppcjvm.exe mips/ppcx64.exe c:/msys/bin/rm.exe -rf avr/units c:/msys/bin/rm.exe -f avr/*.o avr/*.ppu avr/*.rst avr/*.s avr/*.a avr/*.so avr/*.ppl c:/msys/bin/rm.exe -f avr/ppc386.exe avr/ppc68k.exe avr/ppcx64.exe avr/ppcppc.exe avr/ppcsparc.exe avr/ppcppc64.exe avr/ppcarm.exe avr/ppcmips.exe avr/ppcmipsel.exe avr/ppcjvm.exe avr/ppcx64.exe c:/msys/bin/rm.exe -rf jvm/units c:/msys/bin/rm.exe -f jvm/*.o jvm/*.ppu jvm/*.rst jvm/*.s jvm/*.a jvm/*.so jvm/*.ppl c:/msys/bin/rm.exe -f jvm/ppc386.exe jvm/ppc68k.exe jvm/ppcx64.exe jvm/ppcppc.exe jvm/ppcsparc.exe jvm/ppcppc64.exe jvm/ppcarm.exe jvm/ppcmips.exe jvm/ppcmipsel.exe jvm/ppcjvm.exe jvm/ppcx64.exe make -C utils distclean make[2]: Entering directory `C:/fpcsvn/compiler/utils' c:/msys/bin/rm.exe -f fpc.exe ppufiles.exe ppudump.exe ppumove.exe fpcsubst.exe mkarmins.exe mkx86ins.exe fpc.o ppufiles.o ppudump.o ppumove.o fpcsubst.o mkarmins.o mkx86ins.o libpfpc.a libpppufiles.a libpppudump.a libpppumove.a libpfpcsubst.a libpmkarmins.a libpmkx86ins.a libimpfpc.a libimpppufiles.a libimpppudump.a libimpppumove.a libimpfpcsubst.a libimpmkarmins.a libimpmkx86ins.a c:/msys/bin/rm.exe -f units/x86_64-win64/ppu.ppu units/x86_64-win64/crc.ppu units/x86_64-win64/usubst.ppu c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make[2]: Leaving directory `C:/fpcsvn/compiler/utils' make[1]: Leaving directory `C:/fpcsvn/compiler' make -C rtl distclean make[1]: Entering directory `C:/fpcsvn/rtl' c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make -C win64 cleanall make[2]: Entering directory `C:/fpcsvn/rtl/win64' c:/msys/bin/rm.exe -f ../../rtl/units/x86_64-win64/system.ppu ../../rtl/units/x86_64-win64/uuchar.ppu ../../rtl/units/x86_64-win64/objpas.ppu ../../rtl/units/x86_64-win64/macpas.ppu ../../rtl/units/x86_64-win64/iso7185.ppu ../../rtl/units/x86_64-win64/buildrtl.ppu ../../rtl/units/x86_64-win64/lineinfo.ppu ../../rtl/units/x86_64-win64/lnfodwrf.ppu ../../rtl/units/x86_64-win64/ctypes.ppu ../../rtl/units/x86_64-win64/strings.ppu ../../rtl/units/x86_64-win64/heaptrc.ppu ../../rtl/units/x86_64-win64/matrix.ppu ../../rtl/units/x86_64-win64/dos.ppu ../../rtl/units/x86_64-win64/crt.ppu ../../rtl/units/x86_64-win64/objects.ppu ../../rtl/units/x86_64-win64/messages.ppu ../../rtl/units/x86_64-win64/windows.ppu ../../rtl/units/x86_64-win64/winsock.ppu ../../rtl/units/x86_64-win64/winsock2.ppu ../../rtl/units/x86_64-win64/cmem.ppu ../../rtl/units/x86_64-win64/dynlibs.ppu ../../rtl/units/x86_64-win64/rtlconsts.ppu ../../rtl/units/x86_64-win64/sysconst.ppu ../../rtl/units/x86_64-win64/sysutils.ppu ../../rtl/units/x86_64-win64/math.ppu ../../rtl/units/x86_64-win64/types.ppu ../../rtl/units/x86_64-win64/strutils.ppu ../../rtl/units/x86_64-win64/convutils.ppu ../../rtl/units/x86_64-win64/dateutils.ppu ../../rtl/units/x86_64-win64/varutils.ppu ../../rtl/units/x86_64-win64/variants.ppu ../../rtl/units/x86_64-win64/typinfo.ppu ../../rtl/units/x86_64-win64/fgl.ppu ../../rtl/units/x86_64-win64/classes.ppu ../../rtl/units/x86_64-win64/getopts.ppu ../../rtl/units/x86_64-win64/stdconvs.ppu ../../rtl/units/x86_64-win64/sockets.ppu ../../rtl/units/x86_64-win64/printer.ppu ../../rtl/units/x86_64-win64/charset.ppu ../../rtl/units/x86_64-win64/character.ppu ../../rtl/units/x86_64-win64/ucomplex.ppu ../../rtl/units/x86_64-win64/fmtbcd.ppu ../../rtl/units/x86_64-win64/winevent.ppu ../../rtl/units/x86_64-win64/video.ppu ../../rtl/units/x86_64-win64/mouse.ppu ../../rtl/units/x86_64-win64/keyboard.ppu ../../rtl/units/x86_64-win64/sharemem.ppu ../../rtl/units/x86_64-win64/exeinfo.ppu ../../rtl/units/x86_64-win64/fpintres.ppu ../../rtl/units/x86_64-win64/windirs.ppu ../../rtl/units/x86_64-win64/cpu.ppu ../../rtl/units/x86_64-win64/signals.ppu c:/msys/bin/rm.exe -f ../../rtl/units/x86_64-win64/math.rst ../../rtl/units/x86_64-win64/varutils.rst ../../rtl/units/x86_64-win64/typinfo.rst ../../rtl/units/x86_64-win64/variants.rst ../../rtl/units/x86_64-win64/classes.rst ../../rtl/units/x86_64-win64/dateutils.rst ../../rtl/units/x86_64-win64/sysconst.rst c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make[2]: Leaving directory `C:/fpcsvn/rtl/win64' make -C win64 distclean make[2]: Entering directory `C:/fpcsvn/rtl/win64' c:/msys/bin/rm.exe -f ../../rtl/units/x86_64-win64/system.ppu ../../rtl/units/x86_64-win64/uuchar.ppu ../../rtl/units/x86_64-win64/objpas.ppu ../../rtl/units/x86_64-win64/macpas.ppu ../../rtl/units/x86_64-win64/iso7185.ppu ../../rtl/units/x86_64-win64/buildrtl.ppu ../../rtl/units/x86_64-win64/lineinfo.ppu ../../rtl/units/x86_64-win64/lnfodwrf.ppu ../../rtl/units/x86_64-win64/ctypes.ppu ../../rtl/units/x86_64-win64/strings.ppu ../../rtl/units/x86_64-win64/heaptrc.ppu ../../rtl/units/x86_64-win64/matrix.ppu ../../rtl/units/x86_64-win64/dos.ppu ../../rtl/units/x86_64-win64/crt.ppu ../../rtl/units/x86_64-win64/objects.ppu ../../rtl/units/x86_64-win64/messages.ppu ../../rtl/units/x86_64-win64/windows.ppu ../../rtl/units/x86_64-win64/winsock.ppu ../../rtl/units/x86_64-win64/winsock2.ppu ../../rtl/units/x86_64-win64/cmem.ppu ../../rtl/units/x86_64-win64/dynlibs.ppu ../../rtl/units/x86_64-win64/rtlconsts.ppu ../../rtl/units/x86_64-win64/sysconst.ppu ../../rtl/units/x86_64-win64/sysutils.ppu ../../rtl/units/x86_64-win64/math.ppu ../../rtl/units/x86_64-win64/types.ppu ../../rtl/units/x86_64-win64/strutils.ppu ../../rtl/units/x86_64-win64/convutils.ppu ../../rtl/units/x86_64-win64/dateutils.ppu ../../rtl/units/x86_64-win64/varutils.ppu ../../rtl/units/x86_64-win64/variants.ppu ../../rtl/units/x86_64-win64/typinfo.ppu ../../rtl/units/x86_64-win64/fgl.ppu ../../rtl/units/x86_64-win64/classes.ppu ../../rtl/units/x86_64-win64/getopts.ppu ../../rtl/units/x86_64-win64/stdconvs.ppu ../../rtl/units/x86_64-win64/sockets.ppu ../../rtl/units/x86_64-win64/printer.ppu ../../rtl/units/x86_64-win64/charset.ppu ../../rtl/units/x86_64-win64/character.ppu ../../rtl/units/x86_64-win64/ucomplex.ppu ../../rtl/units/x86_64-win64/fmtbcd.ppu ../../rtl/units/x86_64-win64/winevent.ppu ../../rtl/units/x86_64-win64/video.ppu ../../rtl/units/x86_64-win64/mouse.ppu ../../rtl/units/x86_64-win64/keyboard.ppu ../../rtl/units/x86_64-win64/sharemem.ppu ../../rtl/units/x86_64-win64/exeinfo.ppu ../../rtl/units/x86_64-win64/fpintres.ppu ../../rtl/units/x86_64-win64/windirs.ppu ../../rtl/units/x86_64-win64/cpu.ppu ../../rtl/units/x86_64-win64/signals.ppu c:/msys/bin/rm.exe -f ../../rtl/units/x86_64-win64/math.rst ../../rtl/units/x86_64-win64/varutils.rst ../../rtl/units/x86_64-win64/typinfo.rst ../../rtl/units/x86_64-win64/variants.rst ../../rtl/units/x86_64-win64/classes.rst ../../rtl/units/x86_64-win64/dateutils.rst ../../rtl/units/x86_64-win64/sysconst.rst c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make[2]: Leaving directory `C:/fpcsvn/rtl/win64' make[1]: Leaving directory `C:/fpcsvn/rtl' make -C utils distclean make[1]: Entering directory `C:/fpcsvn/utils' c:/msys/bin/rm.exe -f ppdep.exe ptop.exe rstconv.exe data2inc.exe delp.exe bin2obj.exe postw32.exe rmcvsdir.exe ppdep.o ptop.o rstconv.o data2inc.o delp.o bin2obj.o postw32.o rmcvsdir.o libpppdep.a libpptop.a libprstconv.a libpdata2inc.a libpdelp.a libpbin2obj.a libppostw32.a libprmcvsdir.a libimpppdep.a libimpptop.a libimprstconv.a libimpdata2inc.a libimpdelp.a libimpbin2obj.a libimppostw32.a libimprmcvsdir.a c:/msys/bin/rm.exe -f units/x86_64-win64/ptopu.ppu c:/msys/bin/rm.exe -f units/x86_64-win64/rstconv.rst c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make -C fppkg cleanall make[2]: Entering directory `C:/fpcsvn/utils/fppkg' make[2]: Nothing to be done for `cleanall'. make[2]: Leaving directory `C:/fpcsvn/utils/fppkg' make -C fpcm cleanall make[2]: Entering directory `C:/fpcsvn/utils/fpcm' c:/msys/bin/rm.exe -f fpcmake.exe fpcmake.o libpfpcmake.a libimpfpcmake.a c:/msys/bin/rm.exe -f units/x86_64-win64/fpcmmain.ppu units/x86_64-win64/fpcmdic.ppu units/x86_64-win64/fpcmwr.ppu units/x86_64-win64/fpcmpkg.ppu c:/msys/bin/rm.exe -f units/x86_64-win64/fpcmmain.rst c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make[2]: Leaving directory `C:/fpcsvn/utils/fpcm' make -C tply cleanall make[2]: Entering directory `C:/fpcsvn/utils/tply' c:/msys/bin/rm.exe -f plex.exe pyacc.exe plex.o pyacc.o libpplex.a libppyacc.a libimpplex.a libimppyacc.a c:/msys/bin/rm.exe -f units/x86_64-win64/lexlib.ppu units/x86_64-win64/yacclib.ppu units/x86_64-win64/lexbase.ppu units/x86_64-win64/lexopt.ppu units/x86_64-win64/lexdfa.ppu units/x86_64-win64/lexpos.ppu units/x86_64-win64/lexlist.ppu units/x86_64-win64/lexrules.ppu units/x86_64-win64/lexmsgs.ppu units/x86_64-win64/lextable.ppu units/x86_64-win64/yaccbase.ppu units/x86_64-win64/yaccmsgs.ppu units/x86_64-win64/yaccclos.ppu units/x86_64-win64/yaccpars.ppu units/x86_64-win64/yacclook.ppu units/x86_64-win64/yaccsem.ppu units/x86_64-win64/yacclr0.ppu units/x86_64-win64/yacctabl.ppu c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make[2]: Leaving directory `C:/fpcsvn/utils/tply' make -C h2pas cleanall make[2]: Entering directory `C:/fpcsvn/utils/h2pas' c:/msys/bin/rm.exe -f h2pas.exe h2paspp.exe h2pas.o h2paspp.o libph2pas.a libph2paspp.a libimph2pas.a libimph2paspp.a c:/msys/bin/rm.exe -f units/x86_64-win64/h2poptions.ppu units/x86_64-win64/h2plexlib.ppu units/x86_64-win64/scan.ppu units/x86_64-win64/h2pyacclib.ppu units/x86_64-win64/converu.ppu c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make[2]: Leaving directory `C:/fpcsvn/utils/h2pas' make -C fprcp cleanall make[2]: Entering directory `C:/fpcsvn/utils/fprcp' c:/msys/bin/rm.exe -f fprcp.exe fprcp.o libpfprcp.a libimpfprcp.a c:/msys/bin/rm.exe -f units/x86_64-win64/comments.ppu units/x86_64-win64/expr.ppu units/x86_64-win64/pasprep.ppu c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make[2]: Leaving directory `C:/fpcsvn/utils/fprcp' make -C dxegen cleanall make[2]: Entering directory `C:/fpcsvn/utils/dxegen' c:/msys/bin/rm.exe -f units/x86_64-win64/coff.ppu c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make[2]: Leaving directory `C:/fpcsvn/utils/dxegen' make -C fpdoc cleanall make[2]: Entering directory `C:/fpcsvn/utils/fpdoc' c:/msys/bin/rm.exe -f fpdoc.exe makeskel.exe unitdiff.exe fpclasschart.exe fpdoc.o makeskel.o unitdiff.o fpclasschart.o libpfpdoc.a libpmakeskel.a libpunitdiff.a libpfpclasschart.a libimpfpdoc.a libimpmakeskel.a libimpunitdiff.a libimpfpclasschart.a c:/msys/bin/rm.exe -f units/x86_64-win64/dglobals.ppu units/x86_64-win64/dwriter.ppu units/x86_64-win64/dw_xml.ppu units/x86_64-win64/sh_pas.ppu units/x86_64-win64/dw_html.ppu units/x86_64-win64/dw_latex.ppu units/x86_64-win64/dw_ipf.ppu units/x86_64-win64/dw_txt.ppu units/x86_64-win64/dw_man.ppu units/x86_64-win64/dwlinear.ppu units/x86_64-win64/dw_linrtf.ppu units/x86_64-win64/dw_dxml.ppu units/x86_64-win64/fpdocproj.ppu units/x86_64-win64/fpdocxmlopts.ppu units/x86_64-win64/mkfpdoc.ppu c:/msys/bin/rm.exe -f dwriter.rst fpdoc.rst dglobals.rst makeskel.rst fpdocopts.rst c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make[2]: Leaving directory `C:/fpcsvn/utils/fpdoc' make -C fpcmkcfg cleanall make[2]: Entering directory `C:/fpcsvn/utils/fpcmkcfg' c:/msys/bin/rm.exe -f fpcmkcfg.exe fpcmkcfg.o libpfpcmkcfg.a libimpfpcmkcfg.a c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make[2]: Leaving directory `C:/fpcsvn/utils/fpcmkcfg' make -C fpmc cleanall make[2]: Entering directory `C:/fpcsvn/utils/fpmc' c:/msys/bin/rm.exe -f fpmc.exe fpmc.o libpfpmc.a libimpfpmc.a c:/msys/bin/rm.exe -f units/x86_64-win64/frmmain.ppu units/x86_64-win64/msgcomp.ppu units/x86_64-win64/frmabout.ppu units/x86_64-win64/frmoptions.ppu c:/msys/bin/rm.exe -f units/x86_64-win64/frmabout.rst units/x86_64-win64/frmmain.rst units/x86_64-win64/frmoptions.rst units/x86_64-win64/msgcomp.rst c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make[2]: Leaving directory `C:/fpcsvn/utils/fpmc' make -C fpcres cleanall make[2]: Entering directory `C:/fpcsvn/utils/fpcres' c:/msys/bin/rm.exe -f fpcres.exe fpcjres.exe fpcres.o fpcjres.o libpfpcres.a libpfpcjres.a libimpfpcres.a libimpfpcjres.a c:/msys/bin/rm.exe -f units/x86_64-win64/closablefilestream.ppu units/x86_64-win64/msghandler.ppu units/x86_64-win64/paramparser.ppu units/x86_64-win64/sourcehandler.ppu units/x86_64-win64/target.ppu units/x86_64-win64/jarsourcehandler.ppu units/x86_64-win64/jarparamparser.ppu c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make[2]: Leaving directory `C:/fpcsvn/utils/fpcres' make -C rmwait cleanall make[2]: Entering directory `C:/fpcsvn/utils/rmwait' c:/msys/bin/rm.exe -f rmwait.exe rmwait.o libprmwait.a libimprmwait.a c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make[2]: Leaving directory `C:/fpcsvn/utils/rmwait' make -C instantfpc cleanall make[2]: Entering directory `C:/fpcsvn/utils/instantfpc' c:/msys/bin/rm.exe -f instantfpc.exe instantfpc.o libpinstantfpc.a libimpinstantfpc.a c:/msys/bin/rm.exe -f units/x86_64-win64/instantfptools.ppu c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make[2]: Leaving directory `C:/fpcsvn/utils/instantfpc' make -C importtl cleanall make[2]: Entering directory `C:/fpcsvn/utils/importtl' c:/msys/bin/rm.exe -f importtl.exe importtl.o libpimporttl.a libimpimporttl.a c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make[2]: Leaving directory `C:/fpcsvn/utils/importtl' make -C fppkg distclean make[2]: Entering directory `C:/fpcsvn/utils/fppkg' c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make[2]: Leaving directory `C:/fpcsvn/utils/fppkg' make -C fpcm distclean make[2]: Entering directory `C:/fpcsvn/utils/fpcm' c:/msys/bin/rm.exe -f fpcmake.exe fpcmake.o libpfpcmake.a libimpfpcmake.a c:/msys/bin/rm.exe -f units/x86_64-win64/fpcmmain.ppu units/x86_64-win64/fpcmdic.ppu units/x86_64-win64/fpcmwr.ppu units/x86_64-win64/fpcmpkg.ppu c:/msys/bin/rm.exe -f units/x86_64-win64/fpcmmain.rst c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make[2]: Leaving directory `C:/fpcsvn/utils/fpcm' make -C tply distclean make[2]: Entering directory `C:/fpcsvn/utils/tply' c:/msys/bin/rm.exe -f plex.exe pyacc.exe plex.o pyacc.o libpplex.a libppyacc.a libimpplex.a libimppyacc.a c:/msys/bin/rm.exe -f units/x86_64-win64/lexlib.ppu units/x86_64-win64/yacclib.ppu units/x86_64-win64/lexbase.ppu units/x86_64-win64/lexopt.ppu units/x86_64-win64/lexdfa.ppu units/x86_64-win64/lexpos.ppu units/x86_64-win64/lexlist.ppu units/x86_64-win64/lexrules.ppu units/x86_64-win64/lexmsgs.ppu units/x86_64-win64/lextable.ppu units/x86_64-win64/yaccbase.ppu units/x86_64-win64/yaccmsgs.ppu units/x86_64-win64/yaccclos.ppu units/x86_64-win64/yaccpars.ppu units/x86_64-win64/yacclook.ppu units/x86_64-win64/yaccsem.ppu units/x86_64-win64/yacclr0.ppu units/x86_64-win64/yacctabl.ppu c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make[2]: Leaving directory `C:/fpcsvn/utils/tply' make -C h2pas distclean make[2]: Entering directory `C:/fpcsvn/utils/h2pas' c:/msys/bin/rm.exe -f h2pas.exe h2paspp.exe h2pas.o h2paspp.o libph2pas.a libph2paspp.a libimph2pas.a libimph2paspp.a c:/msys/bin/rm.exe -f units/x86_64-win64/h2poptions.ppu units/x86_64-win64/h2plexlib.ppu units/x86_64-win64/scan.ppu units/x86_64-win64/h2pyacclib.ppu units/x86_64-win64/converu.ppu c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make[2]: Leaving directory `C:/fpcsvn/utils/h2pas' make -C fprcp distclean make[2]: Entering directory `C:/fpcsvn/utils/fprcp' c:/msys/bin/rm.exe -f fprcp.exe fprcp.o libpfprcp.a libimpfprcp.a c:/msys/bin/rm.exe -f units/x86_64-win64/comments.ppu units/x86_64-win64/expr.ppu units/x86_64-win64/pasprep.ppu c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make[2]: Leaving directory `C:/fpcsvn/utils/fprcp' make -C dxegen distclean make[2]: Entering directory `C:/fpcsvn/utils/dxegen' c:/msys/bin/rm.exe -f units/x86_64-win64/coff.ppu c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make[2]: Leaving directory `C:/fpcsvn/utils/dxegen' make -C fpdoc distclean make[2]: Entering directory `C:/fpcsvn/utils/fpdoc' c:/msys/bin/rm.exe -f fpdoc.exe makeskel.exe unitdiff.exe fpclasschart.exe fpdoc.o makeskel.o unitdiff.o fpclasschart.o libpfpdoc.a libpmakeskel.a libpunitdiff.a libpfpclasschart.a libimpfpdoc.a libimpmakeskel.a libimpunitdiff.a libimpfpclasschart.a c:/msys/bin/rm.exe -f units/x86_64-win64/dglobals.ppu units/x86_64-win64/dwriter.ppu units/x86_64-win64/dw_xml.ppu units/x86_64-win64/sh_pas.ppu units/x86_64-win64/dw_html.ppu units/x86_64-win64/dw_latex.ppu units/x86_64-win64/dw_ipf.ppu units/x86_64-win64/dw_txt.ppu units/x86_64-win64/dw_man.ppu units/x86_64-win64/dwlinear.ppu units/x86_64-win64/dw_linrtf.ppu units/x86_64-win64/dw_dxml.ppu units/x86_64-win64/fpdocproj.ppu units/x86_64-win64/fpdocxmlopts.ppu units/x86_64-win64/mkfpdoc.ppu c:/msys/bin/rm.exe -f dwriter.rst fpdoc.rst dglobals.rst makeskel.rst fpdocopts.rst c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make[2]: Leaving directory `C:/fpcsvn/utils/fpdoc' make -C fpcmkcfg distclean make[2]: Entering directory `C:/fpcsvn/utils/fpcmkcfg' c:/msys/bin/rm.exe -f fpcmkcfg.exe fpcmkcfg.o libpfpcmkcfg.a libimpfpcmkcfg.a c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make[2]: Leaving directory `C:/fpcsvn/utils/fpcmkcfg' make -C fpmc distclean make[2]: Entering directory `C:/fpcsvn/utils/fpmc' c:/msys/bin/rm.exe -f fpmc.exe fpmc.o libpfpmc.a libimpfpmc.a c:/msys/bin/rm.exe -f units/x86_64-win64/frmmain.ppu units/x86_64-win64/msgcomp.ppu units/x86_64-win64/frmabout.ppu units/x86_64-win64/frmoptions.ppu c:/msys/bin/rm.exe -f units/x86_64-win64/frmabout.rst units/x86_64-win64/frmmain.rst units/x86_64-win64/frmoptions.rst units/x86_64-win64/msgcomp.rst c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make[2]: Leaving directory `C:/fpcsvn/utils/fpmc' make -C fpcres distclean make[2]: Entering directory `C:/fpcsvn/utils/fpcres' c:/msys/bin/rm.exe -f fpcres.exe fpcjres.exe fpcres.o fpcjres.o libpfpcres.a libpfpcjres.a libimpfpcres.a libimpfpcjres.a c:/msys/bin/rm.exe -f units/x86_64-win64/closablefilestream.ppu units/x86_64-win64/msghandler.ppu units/x86_64-win64/paramparser.ppu units/x86_64-win64/sourcehandler.ppu units/x86_64-win64/target.ppu units/x86_64-win64/jarsourcehandler.ppu units/x86_64-win64/jarparamparser.ppu c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make[2]: Leaving directory `C:/fpcsvn/utils/fpcres' make -C rmwait distclean make[2]: Entering directory `C:/fpcsvn/utils/rmwait' c:/msys/bin/rm.exe -f rmwait.exe rmwait.o libprmwait.a libimprmwait.a c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make[2]: Leaving directory `C:/fpcsvn/utils/rmwait' make -C instantfpc distclean make[2]: Entering directory `C:/fpcsvn/utils/instantfpc' c:/msys/bin/rm.exe -f instantfpc.exe instantfpc.o libpinstantfpc.a libimpinstantfpc.a c:/msys/bin/rm.exe -f units/x86_64-win64/instantfptools.ppu c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make[2]: Leaving directory `C:/fpcsvn/utils/instantfpc' make -C importtl distclean make[2]: Entering directory `C:/fpcsvn/utils/importtl' c:/msys/bin/rm.exe -f importtl.exe importtl.o libpimporttl.a libimpimporttl.a c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make[2]: Leaving directory `C:/fpcsvn/utils/importtl' make[1]: Leaving directory `C:/fpcsvn/utils' make -C packages distclean make[1]: Entering directory `C:/fpcsvn/packages' c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make[1]: Leaving directory `C:/fpcsvn/packages' make -C ide distclean make[1]: Entering directory `C:/fpcsvn/ide' c:/msys/bin/rm.exe -f fp.exe fp.o libpfp.a libimpfp.a c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make -C compiler cleanall make[2]: Entering directory `C:/fpcsvn/ide/compiler' c:/msys/bin/rm.exe -f ../../ide/units/x86_64-win64/compunit.ppu c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make[2]: Leaving directory `C:/fpcsvn/ide/compiler' make -C compiler clean make[2]: Entering directory `C:/fpcsvn/ide/compiler' c:/msys/bin/rm.exe -f ../../ide/units/x86_64-win64/compunit.ppu c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make[2]: Leaving directory `C:/fpcsvn/ide/compiler' make[1]: Leaving directory `C:/fpcsvn/ide' make -C installer distclean make[1]: Entering directory `C:/fpcsvn/installer' c:/msys/bin/rm.exe -f units/x86_64-win64/scroll.ppu units/x86_64-win64/insthelp.ppu c:/msys/bin/rm.exe -rf units c:/msys/bin/rm.exe -f *.o *.ppu *.rst *.s *.a *.so *.ppl c:/msys/bin/rm.exe -rf *.sl c:/msys/bin/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *_ppas.bat make[1]: Leaving directory `C:/fpcsvn/installer' c:/msys/bin/rm.exe -f build-stamp.* c:/msys/bin/rm.exe -f base.build-stamp.* make compiler_cycle RELEASE=1 make[1]: Entering directory `C:/fpcsvn' make -C compiler cycle make[2]: Entering directory `C:/fpcsvn/compiler' make tempclean ppc3.exe make[3]: Entering directory `C:/fpcsvn/compiler' c:/msys/bin/rm.exe -f ppcrossx64.exe ppc.exe ppc1.exe ppc2.exe ppc3.exe ./msg2inc.exe pp1.wpo pp2.wpo make 'OLDFPC=' next make[4]: Entering directory `C:/fpcsvn/compiler' make rtlclean rtl make[5]: Entering directory `C:/fpcsvn/compiler' make -C ../rtl clean make[6]: Entering directory `C:/fpcsvn/rtl' c:/msys/bin/rm.exe -f fpcmade.x86_64-win64 Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *.s *_ppas.bat make -C win64 clean make[7]: Entering directory `C:/fpcsvn/rtl/win64' c:/msys/bin/rm.exe -f ../../rtl/units/x86_64-win64/system.ppu ../../rtl/units/x86_64-win64/uuchar.ppu ../../rtl/units/x86_64-win64/objpas.ppu ../../rtl/units/x86_64-win64/macpas.ppu ../../rtl/units/x86_64-win64/iso7185.ppu ../../rtl/units/x86_64-win64/buildrtl.ppu ../../rtl/units/x86_64-win64/lineinfo.ppu ../../rtl/units/x86_64-win64/lnfodwrf.ppu ../../rtl/units/x86_64-win64/ctypes.ppu ../../rtl/units/x86_64-win64/strings.ppu ../../rtl/units/x86_64-win64/heaptrc.ppu ../../rtl/units/x86_64-win64/matrix.ppu ../../rtl/units/x86_64-win64/dos.ppu ../../rtl/units/x86_64-win64/crt.ppu ../../rtl/units/x86_64-win64/objects.ppu ../../rtl/units/x86_64-win64/messages.ppu ../../rtl/units/x86_64-win64/windows.ppu ../../rtl/units/x86_64-win64/winsock.ppu ../../rtl/units/x86_64-win64/winsock2.ppu ../../rtl/units/x86_64-win64/cmem.ppu ../../rtl/units/x86_64-win64/dynlibs.ppu ../../rtl/units/x86_64-win64/rtlconsts.ppu ../../rtl/units/x86_64-win64/sysconst.ppu ../../rtl/units/x86_64-win64/sysutils.ppu ../../rtl/units/x86_64-win64/math.ppu ../../rtl/units/x86_64-win64/types.ppu ../../rtl/units/x86_64-win64/strutils.ppu ../../rtl/units/x86_64-win64/convutils.ppu ../../rtl/units/x86_64-win64/dateutils.ppu ../../rtl/units/x86_64-win64/varutils.ppu ../../rtl/units/x86_64-win64/variants.ppu ../../rtl/units/x86_64-win64/typinfo.ppu ../../rtl/units/x86_64-win64/fgl.ppu ../../rtl/units/x86_64-win64/classes.ppu ../../rtl/units/x86_64-win64/getopts.ppu ../../rtl/units/x86_64-win64/stdconvs.ppu ../../rtl/units/x86_64-win64/sockets.ppu ../../rtl/units/x86_64-win64/printer.ppu ../../rtl/units/x86_64-win64/charset.ppu ../../rtl/units/x86_64-win64/character.ppu ../../rtl/units/x86_64-win64/ucomplex.ppu ../../rtl/units/x86_64-win64/fmtbcd.ppu ../../rtl/units/x86_64-win64/winevent.ppu ../../rtl/units/x86_64-win64/video.ppu ../../rtl/units/x86_64-win64/mouse.ppu ../../rtl/units/x86_64-win64/keyboard.ppu ../../rtl/units/x86_64-win64/sharemem.ppu ../../rtl/units/x86_64-win64/exeinfo.ppu ../../rtl/units/x86_64-win64/fpintres.ppu ../../rtl/units/x86_64-win64/windirs.ppu ../../rtl/units/x86_64-win64/cpu.ppu ../../rtl/units/x86_64-win64/signals.ppu c:/msys/bin/rm.exe -f ../../rtl/units/x86_64-win64/math.rst ../../rtl/units/x86_64-win64/varutils.rst ../../rtl/units/x86_64-win64/typinfo.rst ../../rtl/units/x86_64-win64/variants.rst ../../rtl/units/x86_64-win64/classes.rst ../../rtl/units/x86_64-win64/dateutils.rst ../../rtl/units/x86_64-win64/sysconst.rst c:/msys/bin/rm.exe -f fpcmade.x86_64-win64 Package.fpc ppas.bat script.res link.res c:/msys/bin/rm.exe -f *.s *_ppas.bat make[7]: Leaving directory `C:/fpcsvn/rtl/win64' make[6]: Leaving directory `C:/fpcsvn/rtl' make -C ../rtl 'OPT=-gwl -godwarfsets' all make[6]: Entering directory `C:/fpcsvn/rtl' make -C win64 all make[7]: Entering directory `C:/fpcsvn/rtl/win64' c:/msys/bin/mkdir.exe -p ../../rtl/units/x86_64-win64 C:/fpc/2.6.0/bin/x86_64-win64/ppcx64.exe -Ur -Xs -O2 -n -Fi../inc -Fi../x86_64 -FE. -FU../../rtl/units/x86_64-win64 -gwl -godwarfsets -dx86_64 -dRELEASE -Us -Sg system.pp -Fi../win C:/fpc/2.6.0/bin/x86_64-win64/ppcx64.exe -Ur -Xs -O2 -n -Fi../inc -Fi../x86_64 -FE. -FU../../rtl/units/x86_64-win64 -gwl -godwarfsets -dx86_64 -dRELEASE -I../objpas ../objpas/objpas.pp C:/fpc/2.6.0/bin/x86_64-win64/ppcx64.exe -Ur -Xs -O2 -n -Fi../inc -Fi../x86_64 -FE. -FU../../rtl/units/x86_64-win64 -gwl -godwarfsets -dx86_64 -dRELEASE -Fi../objpas/sysutils -Fi../objpas/classes -Fu../x86_64 -I../win -I../objpas -I../win/wininc -Fu../win/wininc -Fu../win -I../inc -Fu../inc -Fu../objpas buildrtl sysutils.pp(820,3) Warning: Symbol "GetLocaleFormatSettings" is not portable math.pp(951,6) Warning: "open array" not yet supported inside inline procedure/function math.pp(951,6) Warning: Inlining disabled math.pp(967,6) Warning: "open array" not yet supported inside inline procedure/function math.pp(967,6) Warning: Inlining disabled math.pp(978,6) Warning: "open array" not yet supported inside inline procedure/function math.pp(978,6) Warning: Inlining disabled math.pp(1029,6) Warning: "open array" not yet supported inside inline procedure/function math.pp(1029,6) Warning: Inlining disabled math.pp(1035,5) Warning: "open array" not yet supported inside inline procedure/function math.pp(1035,5) Warning: Inlining disabled math.pp(1050,4) Warning: "open array" not yet supported inside inline procedure/function math.pp(1050,4) Warning: Inlining disabled math.pp(1073,5) Warning: "open array" not yet supported inside inline procedure/function math.pp(1073,5) Warning: Inlining disabled math.pp(1088,4) Warning: "open array" not yet supported inside inline procedure/function math.pp(1088,4) Warning: Inlining disabled math.pp(1173,4) Warning: "open array" not yet supported inside inline procedure/function math.pp(1173,4) Warning: Inlining disabled math.pp(1184,4) Warning: "open array" not yet supported inside inline procedure/function math.pp(1184,4) Warning: Inlining disabled math.pp(1210,6) Warning: "open array" not yet supported inside inline procedure/function math.pp(1210,6) Warning: Inlining disabled math.pp(1223,4) Warning: "open array" not yet supported inside inline procedure/function math.pp(1223,4) Warning: Inlining disabled math.pp(1243,6) Warning: "open array" not yet supported inside inline procedure/function math.pp(1243,6) Warning: Inlining disabled math.pp(1254,4) Warning: "open array" not yet supported inside inline procedure/function math.pp(1254,4) Warning: Inlining disabled math.pp(1266,4) Warning: "open array" not yet supported inside inline procedure/function math.pp(1266,4) Warning: Inlining disabled math.pp(1318,6) Warning: "open array" not yet supported inside inline procedure/function math.pp(1318,6) Warning: Inlining disabled math.pp(1332,4) Warning: "open array" not yet supported inside inline procedure/function math.pp(1332,4) Warning: Inlining disabled math.pp(1344,4) Warning: "open array" not yet supported inside inline procedure/function math.pp(1344,4) Warning: Inlining disabled math.pp(1370,6) Warning: "open array" not yet supported inside inline procedure/function math.pp(1370,6) Warning: Inlining disabled math.pp(1384,4) Warning: "open array" not yet supported inside inline procedure/function math.pp(1384,4) Warning: Inlining disabled math.pp(1405,6) Warning: "open array" not yet supported inside inline procedure/function math.pp(1405,6) Warning: Inlining disabled math.pp(1417,4) Warning: "open array" not yet supported inside inline procedure/function math.pp(1417,4) Warning: Inlining disabled math.pp(1429,4) Warning: "open array" not yet supported inside inline procedure/function math.pp(1429,4) Warning: Inlining disabled math.pp(1482,6) Warning: "open array" not yet supported inside inline procedure/function math.pp(1482,6) Warning: Inlining disabled math.pp(1672,4) Warning: "open array" not yet supported inside inline procedure/function math.pp(1672,4) Warning: Inlining disabled math.pp(1686,4) Warning: "open array" not yet supported inside inline procedure/function math.pp(1686,4) Warning: Inlining disabled math.pp(1703,4) Warning: "open array" not yet supported inside inline procedure/function math.pp(1703,4) Warning: Inlining disabled math.pp(1720,4) Warning: "open array" not yet supported inside inline procedure/function math.pp(1720,4) Warning: Inlining disabled math.pp(1738,4) Warning: "open array" not yet supported inside inline procedure/function math.pp(1738,4) Warning: Inlining disabled math.pp(1755,4) Warning: "open array" not yet supported inside inline procedure/function math.pp(1755,4) Warning: Inlining disabled strutils.pp(272,4) Warning: "open array" not yet supported inside inline procedure/function strutils.pp(272,4) Warning: Inlining disabled strutils.pp(327,4) Warning: "open array" not yet supported inside inline procedure/function strutils.pp(327,4) Warning: Inlining disabled typinfo.pp(720,15) Warning: Conversion between ordinals and pointers is not portable typinfo.pp(1379,56) Warning: Conversion between ordinals and pointers is not portable typinfo.pp(1399,55) Warning: Conversion between ordinals and pointers is not portable typinfo.pp(1437,46) Warning: Conversion between ordinals and pointers is not portable typinfo.pp(1457,45) Warning: Conversion between ordinals and pointers is not portable tthread.inc(83,5) Warning: Symbol "Suspend" is deprecated tthread.inc(84,13) Warning: Symbol "Resume" is deprecated classes.inc(119,9) Warning: Symbol "Resume" is deprecated classes.inc(136,11) Warning: Symbol "Resume" is deprecated classes.pp(54,10) Warning: Function result does not seem to be set classes.pp(66,10) Warning: Function result does not seem to be set character.pas(518,7) Warning: unreachable code signals.pp(490,44) Warning: Conversion between ordinals and pointers is not portable C:/fpc/2.6.0/bin/x86_64-win64/ppcx64.exe -Ur -Xs -O2 -n -Fi../inc -Fi../x86_64 -FE. -FU../../rtl/units/x86_64-win64 -gwl -godwarfsets -dx86_64 -dRELEASE ../inc/macpas.pp make[7]: Leaving directory `C:/fpcsvn/rtl/win64' make[6]: Leaving directory `C:/fpcsvn/rtl' make[5]: Leaving directory `C:/fpcsvn/compiler' make[4]: Leaving directory `C:/fpcsvn/compiler' make[3]: Leaving directory `C:/fpcsvn/compiler' make[2]: Leaving directory `C:/fpcsvn/compiler' make[1]: Leaving directory `C:/fpcsvn' | ||||||||
Notes |
|
|
(0059278) Marco van de Voort (manager) 2012-05-05 22:26 edited on: 2012-05-05 22:30 |
Some observations? (1) you have no PP=xxx or FPC=xxx line in your make line to set the last compiler, (2) your script puts %INSTALL_PREFIX%\bin\x86_64-win64; first in the path. I assume that the default compiler is taken from there (3) but install_prefix is C:\\fpc\\2.7.1 ? (4) afaik there is no x86_64 win64 2.6.0 starting compiler? Where exactly did you get it? Or do you crosscycle from 32-bit? So I doubt you really cycle using 2.6.0 as starting compiler. Could you add some -viwh to your OPT line and check the output of the log of 2.6.0 is really used? I build a snapshot on vista64 (in 64-bit mode) just last night, and that went fine. |
|
(0059294) DavidB (reporter) 2012-05-06 10:56 edited on: 2012-05-06 10:58 |
Hi marco, Thanks for your suggestions. With the help of my friend jameel I managed to compile FPC 2.7.1. from SVN. The problem is I was NOT using the binutils from 2.4.4. My dir structure is this: C:\fpcsvn <- The SVN Checkout dir. C:\fpc\2.4.4 <- FPC 2.4.4 C:\fpc\2.6.0 <- FPC 2.6.0 C:\fpc\2.7.1 <- The dir where FPC 2.7.1 will be built. NONE of those dirs are on my PATH variable. I have MingW 4.6.2 (64 bits) and msys on the path. With MingW with higher pirority. Then I modified my bat file as suggested by my friend like this: @echo on set FPC_2_6_0=C:\\fpc\\2.6.0 set FPC_UTILS=C:\\fpc\\2.4.4 set FPC_BUILD=C:\\fpcsvn set INSTALL_PREFIX=C:\\fpc\\2.7.1 set DATA2INC=%INSTALL_PREFIX%/bin/x86_64-win64/data2inc.exe set PATH=%INSTALL_PREFIX%\bin\x86_64-win64;%FPC_2_6_0%\bin\x86_64-win64;%FPC_UTILS%\bin\x86_64-win64;%PATH% pause REM Added to check FPC used is 2.6.0 fpc -iDW pause cd %INSTALL_PREFIX% rmdir /S /Q . cd %FPC_BUILD% make clean all install OPT="-viwh -gwl -godwarfsets" > buildlog.txt 2>builderror.txt pause cd %INSTALL_PREFIX%\bin\x86_64-win64 del /F /Q %INSTALL_PREFIX%/bin/x86_64-win64/fpc.cfg fpcmkcfg.exe -d basepath=c:/fpc/2.7.1 -o .\fpc.cfg pause cd ..\..\.. :eof Now i will try to compile it again without the OPT. Thanks for the suggestions by the way! :) I posted all this in case can be useful for someone else. |
|
(0059349) Jonas Maebe (manager) 2012-05-07 13:37 |
You should not add %INSTALL_PREFIX%\bin\x86_64-win64 to the path. Even if your "fpc -iDW" shows that this points to a 2.6.0 binary, that statement adds 2.7.1 to the path and will cause troubles from time to time. I also don't understand what that "utils" directory is. No FPC installer puts any executable files on Windows under either c:\fpc\2.4.4 or c:\fpc\2.6.0 afaik. Please only build with a straight FPC installation in your path (no msys, no mingw, no special utilities directories, really nothing else except for the standard Windows path) that you did not reorganise or modify in any way (no moving stuff to utils directories etc). That is the only configuration we can and do support. |
|
(0059987) Jonas Maebe (manager) 2012-05-27 01:33 |
No feedback from submitter. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-05-05 22:00 | DavidB | New Issue | |
| 2012-05-05 22:00 | DavidB | File Added: buildlog.txt | |
| 2012-05-05 22:26 | Marco van de Voort | Note Added: 0059278 | |
| 2012-05-05 22:26 | Marco van de Voort | Status | new => feedback |
| 2012-05-05 22:30 | Marco van de Voort | Note Edited: 0059278 | |
| 2012-05-06 10:56 | DavidB | Note Added: 0059294 | |
| 2012-05-06 10:58 | DavidB | Note Edited: 0059294 | |
| 2012-05-07 13:37 | Jonas Maebe | Note Added: 0059349 | |
| 2012-05-27 01:33 | Jonas Maebe | Status | feedback => resolved |
| 2012-05-27 01:33 | Jonas Maebe | Resolution | open => suspended |
| 2012-05-27 01:33 | Jonas Maebe | Assigned To | => Jonas Maebe |
| 2012-05-27 01:33 | Jonas Maebe | Note Added: 0059987 | |
| Main | My View | View Issues | Change Log | Roadmap |



