[fpc-devel] make cycle fails on darwin

2005-10-01 Thread Vincent Snijders
Hi, When I try to do a make cycles, it fails on darwin-macosx. I am using revision 1240. /usr/local/lib/fpc/2.0.0/ppcppc -dNOMOUSE -Ur -dFPC_USE_LIBC -Ur -Xs -O1 -n -Fi../inc -Fi../powerpc -Fi../unix -Fi../bsd -Fi../bsd/powerpc -Fi../darwin/powerpc -FE. -FU/Users/vsnijders/tmp/build/fpc/fpc

[fpc-devel] Re: Errror making fpc: menus.pas(1079, 1) Fatal: Internal error 4321

2005-10-01 Thread DSTRODT
In a message dated 10/1/2005 5:01:25 A.M. Central Daylight Time, Bram Kuijvenhoven <[EMAIL PROTECTED]> writes: >Hi,>>When I try to make fpc from SVN sources, I get the following error.>>make fv_smart FPC=C:/svn/export/fpc/compiler/ppc386.exe RELEASE=1>make[1]: Entering directory `C:/s

Re: [fpc-devel] make cycle fails on darwin

2005-10-01 Thread Dr. Karl-Michael Schindler
Hi, It looks like Peter's fix to tthread.inc and termiosproc.inc for linux and freebsd (revission 1221) should also be applied to openbsd, netbsd, darwin and maybe netwlibc. Michael. Am 01.10.2005 um 12:23 schrieb Vincent Snijders: Hi, When I try to do a make cycles, it fails on darwin-

Re: [fpc-devel] broken shmat on x86_64-linux

2005-10-01 Thread Nikolay Nikolov
Jonas Maebe wrote: On 29 sep 2005, at 22:35, Florian Klaempfl wrote: Can anybody who understand the patch, apply it ;)? Does ir work for i386 too? Patch looks ok according to what I see in the man page of shmat on a x86-64 box here. It just seems error checking (via errno) is missing

Re: [fpc-devel] broken shmat on x86_64-linux

2005-10-01 Thread Peter Vreman
> Jonas Maebe wrote: > >> >> On 29 sep 2005, at 22:35, Florian Klaempfl wrote: >> >>> Can anybody who understand the patch, apply it ;)? Does ir work for >>> i386 >>> too? >> >> >> Patch looks ok according to what I see in the man page of shmat on a >> x86-64 box here. It just seems error checking