[fpc-pascal] problems building h2pas of 2.0.4 release compiler
Marc Santhoff
M.Santhoff at t-online.de
Fri Jan 19 12:08:07 CET 2007
Hi,
after checking out "release_2_0_4" of fpc the compiler seems to have
built correctly, but when it comes to building h2pas the following error
occurs:
<snip>
gmake -C h2pas all
gmake[3]: Entering directory `/usr/home/marc/program/fpc-svn/fpc/utils/h2pas'
/usr/local/bin/gmkdir -p units/i386-freebsd
/usr/home/marc/program/fpc-svn/fpc/compiler/ppc386 -Ur -Xs -OG2p3 -n -Sg -Fu/usr/home/marc/program/fpc-svn/fpc/rtl/units/i386-freebsd -FE. -FUunits/i386-freebsd -di386 -dRELEASE h2pas.pas
scan.pas(963,25) Error: High range limit < low range limit
scan.pas(963,25) Error: Upper bound of range is less than lower bound
scan.pas(966,2) Error: Illegal expression
scan.pas(966,2) Error: Illegal expression
scan.pas(966,2) Fatal: Syntax error, ")" expected but ";" found
scan.pas(30,42) Fatal: Compilation aborted
gmake[3]: *** [h2pas] Fehler 1
gmake[3]: Leaving directory `/usr/home/marc/program/fpc-svn/fpc/utils/h2pas'
gmake[2]: *** [h2pas_all] Fehler 2
gmake[2]: Leaving directory `/usr/home/marc/program/fpc-svn/fpc/utils'
gmake[1]: *** [utils_all] Fehler 2
gmake[1]: Leaving directory `/usr/home/marc/program/fpc-svn/fpc'
gmake: *** [build-stamp.i386-freebsd] Fehler 2
zaphod$ gmake compiler
gmake -C compiler all
gmake[1]: Entering directory `/usr/home/marc/program/fpc-svn/fpc/compiler'
gmake -C utils all
gmake[2]: Entering directory `/usr/home/marc/program/fpc-svn/fpc/compiler/utils'
gmake[2]: Leaving directory `/usr/home/marc/program/fpc-svn/fpc/compiler/utils'
gmake[1]: Leaving directory `/usr/home/marc/program/fpc-svn/fpc/compiler'
</snip>
How can I fix this?
(svn told: Revision 6068)
TIA,
Marc
More information about the fpc-pascal
mailing list