[fpc-devel] fixes branch r15061 unable to compile - syntax error
Martin
fpc at mfriebe.de
Thu Mar 25 16:07:58 CET 2010
On 25/03/2010 15:04, Graeme Geldenhuys wrote:
> Hi,
>
> I'm using r15061 checked out via svn from 'fixes_2_4' branch, and trying to
> compile it with FPC 2.2.5 under 64-bit linux.
>
> --------------------------------------------
> ....
> /opt/fpc_2.2.5/bin/ppcx64 -Ur -Ur -Xs -O2 -n -Fi../inc -Fi../x86_64
> -Fi../unix -Fix86_64 -FE. -FU/opt/fpc_fixes_svn/src/rtl/units/x86_64-linux
> -Cg -dx86_64 -dRELEASE ../unix/baseunix.pp
> bunxovlh.inc(74,26) Fatal: Syntax error, ":" expected but "identifier NSET"
> found
> Fatal: Compilation aborted
> make[7]: *** [baseunix.ppu] Error 1
> make[7]: Leaving directory `/opt/fpc_fixes_svn/src/rtl/linux'
>
> $ make all PP=/opt/fpc_2.2.5/bin/ppcx64
>
I had the exact same thing about an hour ago.
Seems you need at least fpc 2.4.0 to compile trunc.
2.2 doesn't seem to know out params
Martin
More information about the fpc-devel
mailing list