From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/38163 Path: news.gmane.org!not-for-mail From: Hans van der Meer Newsgroups: gmane.comp.tex.context Subject: luatex not compiling Date: Thu, 20 Dec 2007 19:05:02 +0100 Message-ID: <6386DDEB-CBFF-447E-8517-D97B734CC170@science.uva.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v915) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1198177443 10738 80.91.229.12 (20 Dec 2007 19:04:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Dec 2007 19:04:03 +0000 (UTC) To: NTG ConTeXt Original-X-From: ntg-context-bounces@ntg.nl Thu Dec 20 20:04:13 2007 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1J5Qgm-00082K-O5 for gctc-ntg-context-518@m.gmane.org; Thu, 20 Dec 2007 20:04:12 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D9ABC1FC1A; Thu, 20 Dec 2007 20:03:52 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 30828-03; Thu, 20 Dec 2007 20:03:14 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8413F1FBFD; Thu, 20 Dec 2007 20:03:14 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 084CC1FBFD for ; Thu, 20 Dec 2007 20:03:13 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 30697-03-5 for ; Thu, 20 Dec 2007 20:02:39 +0100 (CET) Original-Received: from smtp.science.uva.nl (smtp.science.uva.nl [146.50.4.84]) by ronja.ntg.nl (Postfix) with ESMTP id 7E2791FBA8 for ; Thu, 20 Dec 2007 20:02:39 +0100 (CET) Original-Received: from 119-147.uva.surfnetthuis.nl [145.98.119.147] by smtp.science.uva.nl with ESMTP (sendmail 8.11.6p2/config 11.38). id lBKJ2Ym23912; Thu, 20 Dec 2007 20:02:34 +0100 X-Organisation: Faculty of Science, University of Amsterdam, The Netherlands X-URL: http://www.science.uva.nl/ X-Mailer: Apple Mail (2.915) X-Virus-Scanned: by amavisd-new X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:38163 Archived-At: 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 , 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 #ifndef _SIGNAL_H_ #include #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 ___________________________________________________________________________________