[fpc-devel]Mon sources, go32/win32 make errors

leej at logica.com leej at logica.com
Mon Oct 23 03:16:28 CEST 2000


23/10/00 errors (-s=snap,-r=release used) making + snap opt + win32s + win32r -- see log(s) below
---------------

--------
log file errors??...see log below
real2str.inc(349,7) error: identifier not found "setlength"
real2str.inc(394,13) error: identifier not found "setlength"
real2str.inc(396,13) error: identifier not found "setlength"
astrings.inc(179,8) error: identifier not found "setlength"
astrings.inc(236,3) error: identifier not found "setlength"
astrings.inc(251,3) error: identifier not found "setlength"
astrings.inc(276,7) error: identifier not found "setlength"
astrings.inc(300,7) error: identifier not found "setlength"
astrings.inc(627,6) error: identifier not found "setlength"
astrings.inc(646,3) error: identifier not found "setlength"
astrings.inc(658,3) error: identifier not found "setlength"
astrings.inc(665,3) error: identifier not found "setlength"
wstrings.inc(188,8) error: identifier not found "setlength"
wstrings.inc(464,6) error: identifier not found "setlength"
wstrings.inc(483,3) error: identifier not found "setlength"
text.inc(818,5) error: identifier not found "setlength"
text.inc(823,3) error: identifier not found "setlength"
system.pp(1427) fatal: there were 34 errors compiling module, stopping
real2str.inc(349,7) error: identifier not found "setlength"
real2str.inc(349,29) error: illegal expression
real2str.inc(394,13) error: identifier not found "setlength"
real2str.inc(395,11) error: illegal expression
real2str.inc(396,13) error: identifier not found "setlength"
real2str.inc(396,44) error: illegal expression
astrings.inc(179,8) error: identifier not found "setlength"
astrings.inc(179,48) error: illegal expression
astrings.inc(236,3) error: identifier not found "setlength"
astrings.inc(236,34) error: illegal expression
astrings.inc(251,3) error: identifier not found "setlength"
astrings.inc(251,31) error: illegal expression
astrings.inc(276,7) error: identifier not found "setlength"
astrings.inc(276,21) error: illegal expression
astrings.inc(300,7) error: identifier not found "setlength"
astrings.inc(300,21) error: illegal expression
astrings.inc(627,6) error: identifier not found "setlength"
astrings.inc(627,26) error: illegal expression
astrings.inc(646,3) error: identifier not found "setlength"
astrings.inc(646,36) error: illegal expression
astrings.inc(658,3) error: identifier not found "setlength"
astrings.inc(658,28) error: illegal expression
astrings.inc(665,3) error: identifier not found "setlength"
astrings.inc(665,19) error: illegal expression
wstrings.inc(188,8) error: identifier not found "setlength"
wstrings.inc(188,48) error: illegal expression
wstrings.inc(464,6) error: identifier not found "setlength"
wstrings.inc(464,26) error: illegal expression
wstrings.inc(483,3) error: identifier not found "setlength"
wstrings.inc(483,36) error: illegal expression
text.inc(818,5) error: identifier not found "setlength"
text.inc(818,26) error: illegal expression
text.inc(823,3) error: identifier not found "setlength"
text.inc(823,20) error: illegal expression
--------------
--Mon 23/10/00 02:13:25 target o/s = dos snap params mt tst
--initial compiler c:\ppt\bin\ppc386, 21/10/00, 02:20
--latest sources used 23/10/00 02:02
--dos, 4dos, dpmi versions 7.10, 6.01 0.90
--make string used ... make OPT="-Xs -dnewoptimizations -dOPTALIGN" OS_target=go32v2 cycle
c:/pp/bin/make.exe clean
make.exe[1]: Entering directory `d:/fpk/compiler'
rm -f ppc386.exe
rm -f fpcmade.dos ppas.bat link.res  log
rm -f *.o *.ppu *.rst *.s *.a *.so *.ppl

...   snip   ...39 lines omitted

astrings.inc(627,6) Error: Identifier not found "SETLENGTH"
astrings.inc(627,26) Error: Illegal expression
astrings.inc(646,3) Error: Identifier not found "SETLENGTH"
astrings.inc(646,36) Error: Illegal expression
astrings.inc(658,3) Error: Identifier not found "SETLENGTH"
astrings.inc(658,28) Error: Illegal expression
astrings.inc(665,3) Error: Identifier not found "SETLENGTH"
astrings.inc(665,19) Error: Illegal expression
wstrings.inc(188,8) Error: Identifier not found "SETLENGTH"
wstrings.inc(188,48) Error: Illegal expression
wstrings.inc(464,6) Error: Identifier not found "SETLENGTH"
wstrings.inc(464,26) Error: Illegal expression
wstrings.inc(483,3) Error: Identifier not found "SETLENGTH"
wstrings.inc(483,36) Error: Illegal expression
text.inc(818,5) Error: Identifier not found "SETLENGTH"
text.inc(818,26) Error: Illegal expression
text.inc(823,3) Error: Identifier not found "SETLENGTH"
text.inc(823,20) Error: Illegal expression
system.pp(1427) Fatal: There were 34 errors compiling module, stopping
make.exe[1]: *** [system.ppu] Error 1
make.exe[1]: Leaving directory `d:/fpk/rtl/go32v2'
make.exe: *** [cycle] Error 2

--------
log file errors??...see log below
d:\fpk\compiler\pp.ow(.text+0x185):pp.pas: undefined reference to `u_syswin32_isconsole'
c:/pp/bin/mv: pp.exe: no such file or directory (enoent)
--------------
--Mon 23/10/00 02:13:54 target o/s = win32 snap params mwn new
--initial compiler c:\pp1\bin\ppc386, 22/10/00, 00:06
--latest sources used 23/10/00 02:02
--dos, 4dos, dpmi versions 7.10, 6.01 0.90
--make string used ... make OPT="-Xs" RELEASE=1 OS_TARGET=win32  cycle
c:/pp/bin/make.exe clean
make.exe[1]: Entering directory `d:/fpk/compiler'
rm -f ppc386.exe
rm -f fpcmade.w32 ppas.bat link.res  log
rm -f *.ow *.ppw *.rst *.sw *.aw *.dll *.ppl

...   snip   ...30 lines omitted

c:/pp1/bin/ppc386.exe -Twin32 -Xs -OG2p3 -n -Fi../inc -Fi../i386 -FE. -Xs -di386 ../objpas/math.pp 
c:/pp1/bin/ppc386.exe -Twin32 -Xs -OG2p3 -n -Fi../inc -Fi../i386 -FE. -Xs -di386 -I../objpas varutils.pp 
c:/pp1/bin/ppc386.exe -Twin32 -Xs -OG2p3 -n -Fi../inc -Fi../i386 -FE. -Xs -di386 ../i386/cpu.pp 
c:/pp1/bin/ppc386.exe -Twin32 -Xs -OG2p3 -n -Fi../inc -Fi../i386 -FE. -Xs -di386 ../i386/mmx.pp 
c:/pp1/bin/ppc386.exe -Twin32 -Xs -OG2p3 -n -Fi../inc -Fi../i386 -FE. -Xs -di386 ../inc/getopts.pp 
c:/pp1/bin/ppc386.exe -Twin32 -Xs -OG2p3 -n -Fi../inc -Fi../i386 -FE. -Xs -di386 -Sg ../inc/heaptrc.pp 
c:/pp1/bin/ppc386.exe -Twin32 -Xs -OG2p3 -n -Fi../inc -Fi../i386 -FE. -Xs -di386 ../inc/lineinfo.pp 
c:/pp1/bin/ppc386.exe -Twin32 -Xs -OG2p3 -n -Fi../inc -Fi../i386 -FE. -Xs -di386 wincrt.pp 
c:/pp1/bin/ppc386.exe -Twin32 -Xs -OG2p3 -n -Fi../inc -Fi../i386 -FE. -Xs -di386 winmouse.pp 
c:/pp1/bin/ppc386.exe -Twin32 -Xs -OG2p3 -n -Fi../inc -Fi../i386 -FE. -Xs -di386 sockets.pp 
c:/pp1/bin/ppc386.exe -Twin32 -Xs -OG2p3 -n -Fi../inc -Fi../i386 -FE. -Xs -di386 printer.pp 
c:/pp1/bin/ppc386.exe -Twin32 -Xs -OG2p3 -n -Fi../inc -Fi../i386 -FE. -Xs -di386 ../inc/dynlibs.pp 
make.exe[1]: Leaving directory `d:/fpk/rtl/win32'
c:/pp/bin/make.exe remake3
make.exe[1]: Entering directory `d:/fpk/compiler'
c:/pp1/bin/ppc386.exe -Xs  -dGDB -dBROWSERLOG -dSUPPORT_MMX -Twin32 -Xs -OG2p3 -n -Sg -Fui386 -Fud:/fpk/rtl/win32 -Fii386 -FE. -Xs -di386 -XX pp.pas
D:\FPK\COMPILER\PP.OW(.text+0x185):pp.pas: undefined reference to `U_SYSWIN32_ISCONSOLE'
mv -f pp.exe ppc386.exe
c:/pp/bin/mv: pp.exe: No such file or directory (ENOENT)
make.exe[1]: *** [ppc386.exe] Error 1
make.exe[1]: Leaving directory `d:/fpk/compiler'
make.exe: *** [cycle] Error 2

--------
log file errors??...see log below
d:\fpk\rtl\win32\wprt0.ow(.text+0x2):fake: undefined reference to `u_system_isconsole'
d:\fpk\rtl\win32\wprt0.ow(.text+0xe):fake: undefined reference to `u_system_isconsole'
c:/pp/bin/mv: pp.exe: no such file or directory (enoent)
--------------
--Mon 23/10/00 02:15:27 target o/s = win32 snap params mw c:\ppr
--initial compiler c:\ppr\bin\ppc386, 12/10/00, 13:34
--latest sources used 23/10/00 02:02
--dos, 4dos, dpmi versions 7.10, 6.01 0.90
--make string used ... make OS_TARGET=win32 RELEASE=1  cycle
c:/pp/bin/make.exe clean
make.exe[1]: Entering directory `d:/fpk/compiler'
rm -f ppc386.exe
rm -f fpcmade.w32 ppas.bat link.res  log
rm -f *.ow *.ppw *.rst *.sw *.aw *.dll *.ppl

...   snip   ...31 lines omitted

c:/ppr/bin/ppc386.exe -Twin32 -Xs -OG2p3 -n -Fi../inc -Fi../i386 -FE. -di386 -I../objpas varutils.pp 
c:/ppr/bin/ppc386.exe -Twin32 -Xs -OG2p3 -n -Fi../inc -Fi../i386 -FE. -di386 ../i386/cpu.pp 
c:/ppr/bin/ppc386.exe -Twin32 -Xs -OG2p3 -n -Fi../inc -Fi../i386 -FE. -di386 ../i386/mmx.pp 
c:/ppr/bin/ppc386.exe -Twin32 -Xs -OG2p3 -n -Fi../inc -Fi../i386 -FE. -di386 ../inc/getopts.pp 
c:/ppr/bin/ppc386.exe -Twin32 -Xs -OG2p3 -n -Fi../inc -Fi../i386 -FE. -di386 -Sg ../inc/heaptrc.pp 
c:/ppr/bin/ppc386.exe -Twin32 -Xs -OG2p3 -n -Fi../inc -Fi../i386 -FE. -di386 ../inc/lineinfo.pp 
c:/ppr/bin/ppc386.exe -Twin32 -Xs -OG2p3 -n -Fi../inc -Fi../i386 -FE. -di386 wincrt.pp 
c:/ppr/bin/ppc386.exe -Twin32 -Xs -OG2p3 -n -Fi../inc -Fi../i386 -FE. -di386 winmouse.pp 
c:/ppr/bin/ppc386.exe -Twin32 -Xs -OG2p3 -n -Fi../inc -Fi../i386 -FE. -di386 sockets.pp 
c:/ppr/bin/ppc386.exe -Twin32 -Xs -OG2p3 -n -Fi../inc -Fi../i386 -FE. -di386 printer.pp 
c:/ppr/bin/ppc386.exe -Twin32 -Xs -OG2p3 -n -Fi../inc -Fi../i386 -FE. -di386 ../inc/dynlibs.pp 
make.exe[1]: Leaving directory `d:/fpk/rtl/win32'
c:/pp/bin/make.exe remake3
make.exe[1]: Entering directory `d:/fpk/compiler'
c:/ppr/bin/ppc386.exe   -dGDB -dBROWSERLOG -dSUPPORT_MMX -Twin32 -Xs -OG2p3 -n -Sg -Fui386 -Fud:/fpk/rtl/win32 -Fii386 -FE. -di386 -XX pp.pas
D:\FPK\RTL\WIN32\WPRT0.OW(.text+0x2):fake: undefined reference to `U_SYSTEM_ISCONSOLE'
D:\FPK\RTL\WIN32\WPRT0.OW(.text+0xe):fake: undefined reference to `U_SYSTEM_ISCONSOLE'
mv -f pp.exe ppc386.exe
c:/pp/bin/mv: pp.exe: No such file or directory (ENOENT)
make.exe[1]: *** [ppc386.exe] Error 1
make.exe[1]: Leaving directory `d:/fpk/compiler'
make.exe: *** [cycle] Error 2

--------





More information about the fpc-devel mailing list