[fpc-devel] Several problems compiling fpc 2.1.1

Vincent Snijders vsnijders at quicknet.nl
Tue Oct 4 09:36:51 CEST 2005


Hi,

None of my nightly builds seem to succeed with svn/fpc/trunk.
On linux:
make OPT='-gv'  packages_base
....
make[3]: Entering directory `/home/vsds/lazarus/source/fpc/2.1/packages/base/paszlib'
/bin/mkdir -p units/i386-linux
/home/vsds/lazarus/source/fpc/2.1/compiler/ppc386 -Ur -Xs -OG2p3 -n 
-Fu/home/vsds/lazarus/source/fpc/2.1/rtl/units/i386-linux -FE. -FUunits/i386-linux 
-gv -di386 -dRELEASE paszlib.pas
trees.pas(335,1) Fatal: Internal error 200403091
trees.pas(115,61) Fatal: Compilation aborted
make[3]: *** [paszlib.ppu] Error 1
make[3]: Leaving directory `/home/vsds/lazarus/source/fpc/2.1/packages/base/paszlib'

On another linux computer make cycle fails. ppc1 is created, but when executing
/home/fpcfan/rpmbuild/BUILD/fpc/compiler/ppc1 -iVSPTPSOTO
it just hangs (using all available cpu time).

On windows (make cycle goes without error):
make OPT="-g -gl -Ur" rtl
...
c:/lazarus/source/fpc/2.1/compiler/ppc386.exe -Ur -Ur -Xs -OG2p3 -n -Fi../inc 
-Fi../i386 -FE. -FUC:/lazarus/source/fpc/2.1/rtl/units/i386-win32 -g -gl -Ur -di386 
-dRELEASE -Fi../objpas/sysutils sysutils.pp
sysutils.pp(1156,1) Fatal: Internal error 200403091
sysutils.pp(1156,1) Fatal: Compilation aborted
make.exe[2]: Leaving directory `C:/lazarus/source/fpc/2.1/rtl/win32'

On macosx (I am not using any debug options like -gl or -gv  there):
make -C h2pas all
/bin/mkdir -p units/powerpc-darwin
/Users/vsnijders/tmp/build/fpc/fpcsrc/compiler/ppcppc -Ur -Xs -O1 -n -Sg 
-Fu/Users/vsnijders/tmp/build/fpc/fpcsrc/rtl/units/powerpc-darwin -FE. 
-FUunits/powerpc-darwin -dpowerpc -dRELEASE h2pas.pas
h2pas.pas(1437,60) Error: Incompatible type for arg no. 1: Got "LongInt", expected 
"AnsiString"
h2pas.pas(1465,60) Error: Incompatible type for arg no. 1: Got "LongInt", expected 
"AnsiString"
h2pas.pas(1620,60) Error: Incompatible type for arg no. 1: Got "LongInt", expected 
"AnsiString"
h2pas.pas(1648,60) Error: Incompatible type for arg no. 1: Got "LongInt", expected 
"AnsiString"
h2pas.pas(8762,4) Fatal: There were 4 errors compiling module, stopping
h2pas.pas(8762,4) Fatal: Compilation aborted
make[4]: *** [h2pas] Error 1

Vincent.



More information about the fpc-devel mailing list