Re: [fpc-devel] fixes branch r15061 unable to compile - syntax error

2010-03-25 Thread Martin
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

Re: [fpc-devel] fixes branch r15061 unable to compile - syntax error

2010-03-25 Thread Marco van de Voort
In our previous episode, Martin said: $ 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 (yes it does, but probably only in Delphi mode) As always, only

Re: [fpc-devel] fixes branch r15061 unable to compile - syntax error

2010-03-25 Thread Michael Van Canneyt
On Thu, 25 Mar 2010, Graeme Geldenhuys wrote: On 25 March 2010 17:32, Marco van de Voort mar...@stack.nl wrote: 2.2 doesn't seem to know out params (yes it does, but probably only in Delphi mode) I thought it strange too. I couldn't see a clear syntax error, and yes I have used out

Re: [fpc-devel] fixes branch r15061 unable to compile - syntax error

2010-03-25 Thread Vincent Snijders
Graeme Geldenhuys schreef: As always, only the last release is guaranteed to work as starting compiler. I thought FPC 2.2.5 was the last previous release, as FPC 2.4.1 is simply a point release to 2.4.0. Anyway, using my previous version of 2.4.1 dated Jan 2010 did manage to compile the

Re: [fpc-devel] fixes branch r15061 unable to compile - syntax error

2010-03-25 Thread Graeme Geldenhuys
On 25 March 2010 21:00, Vincent Snijders vsnijd...@vodafonevast.nl wrote: Better get a 2.4.0 compiler binrary, because at some point in time using 2.4.1 might break too, as marco wrote above. I never delete my previous working compiler, until I have a new working compiler - so it shouldn't

Re: [fpc-devel] fixes branch r15061 unable to compile - syntax error

2010-03-25 Thread Vincent Snijders
Graeme Geldenhuys schreef: On 25 March 2010 21:00, Vincent Snijders vsnijd...@vodafonevast.nl wrote: Better get a 2.4.0 compiler binrary, because at some point in time using 2.4.1 might break too, as marco wrote above. I never delete my previous working compiler, until I have a new working

Re: [fpc-devel] fixes branch r15061 unable to compile - syntax error

2010-03-25 Thread Marco van de Voort
In our previous episode, Graeme Geldenhuys said: Better get a 2.4.0 compiler binrary, because at some point in time using 2.4.1 might break too, as marco wrote above. I never delete my previous working compiler, until I have a new working compiler - so it shouldn't pose to much of a