Re: [fpc-devel] Compiling error: Invalid Floating point operation

2005-03-05 Thread Vincent Snijders
Florian Klaempfl wrote: Vincent Snijders wrote: [EMAIL PROTECTED] wrote: Compiling current cvs version on Windows XP (cpu Athlon XP 1800) give me Invalid Floating point operation in /rtl/objpas/sysutils/sysstrh.inc 49: I fixed it decreasing MaxCurrency by 1.0 and increasing MinCurrency by the sam

[fpc-devel] Patch for linux syscalls

2005-03-05 Thread C Western
One of the syscall routines in rtl/linux/i386/syscall.inc checks for a return value in the range -4095..-1 as the error return, but all the rest just take a negative value as an error. I think the former is correct and attach a patch that will fix the rest. (I sent something to the list quite a

Re: [fpc-devel] Compiling error: Invalid Floating point operation

2005-03-05 Thread SteveG
Happens on XPPro SP2 Pentium 4 3G as well Florian Klaempfl wrote: Vincent Snijders wrote: [EMAIL PROTECTED] wrote: Compiling current cvs version on Windows XP (cpu Athlon XP 1800) give me Invalid Floating point operation in /rtl/objpas/sysutils/sysstrh.inc 49: I fixed it decreasing MaxCurrency by

Re: [fpc-devel] Compiling error: Invalid Floating point operation

2005-03-05 Thread Florian Klaempfl
Vincent Snijders wrote: [EMAIL PROTECTED] wrote: Compiling current cvs version on Windows XP (cpu Athlon XP 1800) give me Invalid Floating point operation in /rtl/objpas/sysutils/sysstrh.inc 49: I fixed it decreasing MaxCurrency by 1.0 and increasing MinCurrency by the same quantity. I didn't in