Re: [NTG-context] luatex not compiling

2007-12-24 Thread Taco Hoekwater
Hans van der Meer wrote: > I looked somewhat further and found out the curious fact that on > MacOSX 10.5.x both /usr/include/signal.h and /usr/include/sys/signal.h > exist! That is normal, signals have a portable interface, as defined in ISO C99. That is the interface provided in /usr/include

Re: [NTG-context] luatex not compiling

2007-12-24 Thread Hans van der Meer
I looked somewhat further and found out the curious fact that on MacOSX 10.5.x both /usr/include/signal.h and /usr/include/sys/signal.h exist! The first one does not include the second one, neither does one of the includes: #ifndef _USER_SIGNAL_H #define _USER_SIGNAL_H #include #include <_ty

Re: [NTG-context] luatex not compiling

2007-12-21 Thread luigi scarso
> > Should'nt this discssion go to the dev-luatex list? :-) > > I think no, at least not now. Luatex is actually very 'tangled' with context mkiv and context users . -- luigi http://wiki.contextgarden.net/User:Luigi.scarso/Merry_Christmas_2007 it's new . it's powerful . it's luatex . http:/

Re: [NTG-context] luatex not compiling

2007-12-21 Thread Taco Hoekwater
Idris Samawi Hamid wrote: > Hi guys, > > On Fri, 21 Dec 2007 03:50:04 -0700, Martin Schröder <[EMAIL PROTECTED]> > wrote: > >> 2007/12/20, Hans van der Meer <[EMAIL PROTECTED]>: >>> Probably changing the code into: >>> #include >>> #ifndef _SIGNAL_H_ >>> #include >>> #endif >>> might help,

Re: [NTG-context] luatex not compiling

2007-12-21 Thread Idris Samawi Hamid
Hi guys, On Fri, 21 Dec 2007 03:50:04 -0700, Martin Schröder <[EMAIL PROTECTED]> wrote: > 2007/12/20, Hans van der Meer <[EMAIL PROTECTED]>: >> Probably changing the code into: >> #include >> #ifndef _SIGNAL_H_ >> #include >> #endif >> might help, but I have not tested this (some of the pie s

Re: [NTG-context] luatex not compiling

2007-12-21 Thread Martin Schröder
2007/12/20, Hans van der Meer <[EMAIL PROTECTED]>: > Probably changing the code into: > #include > #ifndef _SIGNAL_H_ > #include > #endif > might help, but I have not tested this (some of the pie should be left > for Taco c.s. ;-) Just curious: What does the man page of signal.h say how to inclu

[NTG-context] luatex not compiling

2007-12-20 Thread Hans van der Meer
There appears to be a problem with the compilation of luatex on MacOSX 10.5.x, but I might have found (at least one of) the cause. On my system (MacOSX10.5.1) complation halted with: luatexextra.c:408 error: storage size of 'sigstk' isn't known. Further exploring showed the cause of this: SIGSTKS