ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans van der Meer <hansm@science.uva.nl>
To: NTG ConTeXt <ntg-context@ntg.nl>
Subject: luatex not compiling
Date: Thu, 20 Dec 2007 19:05:02 +0100	[thread overview]
Message-ID: <6386DDEB-CBFF-447E-8517-D97B734CC170@science.uva.nl> (raw)

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: SIGSTKSZ is not defined.
As it turns out SIGSTKSZ is defined in signal.h and in luatexextra.c  
read with
#include <signal.h>, assuming signal.h resides in /usr/include/signal.h.
That however, is not the case on this version of MacOSX: it sits in / 
usr/include/sys/signal.h.
Probably changing the code into:
#include <signal.h>
#ifndef _SIGNAL_H_
#include <sys/signal.h>
#endif
might help, but I have not tested this (some of the pie should be left  
for Taco c.s. ;-)

Hans van der Meer



___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


             reply	other threads:[~2007-12-20 18:05 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-20 18:05 Hans van der Meer [this message]
2007-12-21 10:50 ` Martin Schröder
2007-12-21 15:10   ` Idris Samawi Hamid
2007-12-21 15:27     ` Taco Hoekwater
2007-12-23 20:25       ` [Dev-luatex] " Jjgod Jiang
2007-12-24 20:50         ` Taco Hoekwater
2007-12-25  3:14           ` Jjgod Jiang
2007-12-25  7:43             ` Taco Hoekwater
2007-12-25 10:13           ` Yannis Haralambous
2007-12-26  9:13             ` luigi scarso
2007-12-26 11:54             ` Otared Kavian
2007-12-21 17:49     ` luigi scarso
2007-12-24 12:12   ` Hans van der Meer
2007-12-24 20:45     ` Taco Hoekwater

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6386DDEB-CBFF-447E-8517-D97B734CC170@science.uva.nl \
    --to=hansm@science.uva.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).