[fpc-devel] building fixes 2.6.0 problem

Martin lazarus at mfriebe.de
Sun Nov 11 15:02:20 CET 2012


Trying to compile the fixes_2_6 branch rev 22875
Using a 2.6.0 fpc as starter
starting on a clean directory (deleted all non svn files, and "make clean" )
%PATH% is set to the starting fpc dir only (+includes ";" so it is 
detected as windows)

Not sure where to look right now. Error below is from
   SET FPC=c:\FPC\rel_2_6_0\bin\i386-win32\fpc.exe
   make.exe all   LINKSMART=1  CREATESMART=1  OPTIMIZE=1  OPT="-gl -O3 
-Or -CpPENTIUMM -OpPENTIUMM"
but happens with "make all" too

It happens ver early in the build, I did not see any errors before.


make.exe[6]: Entering directory `C:/FPC/SVN/fix_2_6/rtl'
make.exe -C win32 all
make.exe[7]: Entering directory `C:/FPC/SVN/fix_2_6/rtl/win32'
c:/FPC/rel_2_6_0/bin/i386-win32/fpc.exe -XX -CX -Ur -Xs -O2 -n -O2 
-Fi../inc -Fi../i386 -Fi../win -FE. -FUC:/FPC/SVN/fix_2_6/rtl/units/i386-
win32 -gl -O3 -Or -CpPENTIUMM -OpPENTIUMM -di386 -dRELEASE -Us -Sg 
system.pp -Fi../win
c:/FPC/rel_2_6_0/bin/i386-win32/fpc.exe -XX -CX -Ur -Xs -O2 -n -O2 
-Fi../inc -Fi../i386 -Fi../win -FE. -FUC:/FPC/SVN/fix_2_6/rtl/units/i386-
win32 -gl -O3 -Or -CpPENTIUMM -OpPENTIUMM -di386 -dRELEASE -I../objpas 
../objpas/objpas.pp
c:/FPC/rel_2_6_0/bin/i386-win32/fpc.exe -XX -CX -Ur -Xs -O2 -n -O2 
-Fi../inc -Fi../i386 -Fi../win -FE. -FUC:/FPC/SVN/fix_2_6/rtl/units/i386-
win32 -gl -O3 -Or -CpPENTIUMM -OpPENTIUMM -di386 -dRELEASE 
-Fi../objpas/sysutils -Fi../objpas/classes -Fu../i386 -I../objpas 
-I../win/wininc
  -Fu../win/wininc -Fu../win -I../inc -Fu../inc -Fu../objpas buildrtl
sysutils.pp(839,3) Warning: Symbol "GetLocaleFormatSettings" is not portable
strutils.pp(279,4) Warning: "open array" not yet supported inside inline 
procedure/function
strutils.pp(279,4) Warning: Inlining disabled
strutils.pp(334,4) Warning: "open array" not yet supported inside inline 
procedure/function
strutils.pp(334,4) Warning: Inlining disabled
strutils.pp(758,10) Warning: Function result does not seem to be set
strutils.pp(763,10) Warning: Function result does not seem to be set
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
c:/FPC/rel_2_6_0/bin/i386-win32/fpc.exe -XX -CX -Ur -Xs -O2 -n -O2 
-Fi../inc -Fi../i386 -Fi../win -FE. -FUC:/FPC/SVN/fix_2_6/rtl/units/i386-
win32 -gl -O3 -Or -CpPENTIUMM -OpPENTIUMM -di386 -dRELEASE ../inc/macpas.pp
make.exe[7]: *** No rule to make target `iso7185.ppu', needed by 
`fpc_units'.  Stop.
make.exe[7]: Leaving directory `C:/FPC/SVN/fix_2_6/rtl/win32'
make.exe[6]: *** [win32_all] Error 2
make.exe[6]: Leaving directory `C:/FPC/SVN/fix_2_6/rtl'
make.exe[5]: *** [rtl] Error 2
make.exe[5]: Leaving directory `C:/FPC/SVN/fix_2_6/compiler'
make.exe[4]: *** [next] Error 2
make.exe[4]: Leaving directory `C:/FPC/SVN/fix_2_6/compiler'
make.exe[3]: *** [ppc1.exe] Error 2
make.exe[3]: Leaving directory `C:/FPC/SVN/fix_2_6/compiler'
make.exe[2]: *** [cycle] Error 2
make.exe[2]: Leaving directory `C:/FPC/SVN/fix_2_6/compiler'
make.exe[1]: *** [compiler_cycle] Error 2
make.exe[1]: Leaving directory `C:/FPC/SVN/fix_2_6'
make.exe: *** [build-stamp.i386-win32] Error 2





More information about the fpc-devel mailing list