Re: [fpc-devel] compiler cycle build fails on i386-linux

2006-09-21 Thread Jonas Maebe
On 21 Sep 2006, at 19:49, Ivo Steinmann wrote: since revision 4648, the cycle build fails on i386-linux (as it did on amd64, but that's fixed) This bug was introduced in r4674 and had nothing to do with the previous failure on amd64 (that was a different internalerror). It's fixed now.

Re: [fpc-devel] compiler cycle build fails on i386-linux

2006-09-21 Thread Jonas Maebe
On 21 Sep 2006, at 21:19, Ivo Steinmann wrote: Ivo Steinmann wrote: Jonas Maebe wrote: This is revision 4648, so I doubt you meant this one: oh, sorry, it's 2649, 2648 is the last that worked damn it, it's 4649! lol, im tired The automatic i386/linux testsuite still runs to compl

Re: [fpc-devel] compiler cycle build fails on i386-linux

2006-09-21 Thread Ivo Steinmann
Ivo Steinmann wrote: Jonas Maebe wrote: This is revision 4648, so I doubt you meant this one: oh, sorry, it's 2649, 2648 is the last that worked damn it, it's 4649! lol, im tired ___ fpc-devel maillist - fpc-devel@lists.freepascal.org htt

Re: [fpc-devel] compiler cycle build fails on i386-linux

2006-09-21 Thread Ivo Steinmann
Jonas Maebe wrote: This is revision 4648, so I doubt you meant this one: oh, sorry, it's 2649, 2648 is the last that worked ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] compiler cycle build fails on i386-linux

2006-09-21 Thread Jonas Maebe
On 21 Sep 2006, at 19:49, Ivo Steinmann wrote: since revision 4648, the cycle build fails on i386-linux (as it did on amd64, but that's fixed) This is revision 4648, so I doubt you meant this one: r4648 | ivost | 2006-09-18 23:55:23 +0200 (Mon, 18 Sep 2006) | 2 lines Changed paths: M /tr

Re: [fpc-devel] patch - fpcunit timing results

2006-09-21 Thread Vincent Snijders
Graeme Geldenhuys wrote: Hi, Attached is a patch for fpcUnit, which adds test timing results to the test results. Individual timings as well as overall timing. Patch needs to be applied from the root fpc source directory. Thanks. Applied. Vincent _

[fpc-devel] compiler cycle build fails on i386-linux

2006-09-21 Thread Ivo Steinmann
Hello all since revision 4648, the cycle build fails on i386-linux (as it did on amd64, but that's fixed) regards Ivo Steinmann (Aison/ivost) make -C ../rtl 'OPT=' all make[4]: Entering directory `/usr/src/fpc/rtl' make -C linux all make[5]: Entering directory `/usr/src/fpc/rtl/linux' as --32

Re: [fpc-devel] h2pas patch for using the ctypes unit

2006-09-21 Thread Micha Nelissen
J. Peter Mugaas wrote: > If you merge this, there is a new parameter -C which specifies that you wish > to use types from the ctypes unit. As always; flames, comments, and > criticism are welcome. On a related note, why does h2pas have so many parameters ? Just convert that header file, I'd say

[fpc-devel] h2pas patch for using the ctypes unit

2006-09-21 Thread J. Peter Mugaas
I have recently made some modifications to the h2pas utility program. The patch is an attempt to make h2pas use types defined in the ctypes unit. The advantage is that the headers might more portable on various architectures. I consider this an early version because there may be some things t

[fpc-devel] FPC 2.0.4 for classic Mac OS is now also out!

2006-09-21 Thread Olle Raab
Hello! Free Pascal 2.0.4 is now also available for classic Mac OS. http://www.freepascal.org/download.html Regards Olle Raab ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] PIC support for x86_64

2006-09-21 Thread Dominique Leducq
Could someone please tell me about the status of PIC support for x86_64 in FPC ? Is it supported in fpc 2.0.4 ? Is it supposed to work in 2.1.1 ? If yes, which revision(s) ? If no, will it be any time soon ? I need to produce a shared library for x86_64 Linux with fpc. AFAIK, GNU ld needs PI