From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/37813 Path: news.gmane.org!not-for-mail From: "Thomas A. Schmitz" Newsgroups: gmane.comp.tex.context Subject: Re: [Dev-luatex] beta 0.20.1 released Date: Fri, 7 Dec 2007 17:29:16 +0100 Message-ID: <9C789E59-65A1-4556-AD88-86240BDE4695@uni-bonn.de> References: <47596FBC.3080102@elvenkind.com> 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 1197045080 31669 80.91.229.12 (7 Dec 2007 16:31:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Dec 2007 16:31:20 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri Dec 07 17:31:31 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 1J0g6g-0003es-Bu for gctc-ntg-context-518@m.gmane.org; Fri, 07 Dec 2007 17:31:18 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 26EB71FC21; Fri, 7 Dec 2007 17:31:01 +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 20653-01-4; Fri, 7 Dec 2007 17:30:27 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B5BD61FC82; Fri, 7 Dec 2007 17:30:08 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 87A711FC7A for ; Fri, 7 Dec 2007 17:30:07 +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 15819-04-3 for ; Fri, 7 Dec 2007 17:29:35 +0100 (CET) Original-Received: from mailout08.sul.t-online.com (mailout08.sul.t-online.de [194.25.134.20]) by ronja.ntg.nl (Postfix) with ESMTP id E49EA1FC2F for ; Fri, 7 Dec 2007 17:29:30 +0100 (CET) Original-Received: from fwd29.aul.t-online.de by mailout08.sul.t-online.com with smtp id 1J0g4v-0005iQ-03; Fri, 07 Dec 2007 17:29:29 +0100 Original-Received: from [192.168.0.2] (GEeB5GZ-8hjfoRv3tG-HgexqM3A3cuno7s13ih1jeHpDy416AQpFZdHkZQNQ3xcwA8@[91.18.117.176]) by fwd29.aul.t-online.de with esmtp id 1J0g4i-09pMNU0; Fri, 7 Dec 2007 17:29:16 +0100 In-Reply-To: <47596FBC.3080102@elvenkind.com> X-Mailer: Apple Mail (2.915) X-ID: GEeB5GZ-8hjfoRv3tG-HgexqM3A3cuno7s13ih1jeHpDy416AQpFZdHkZQNQ3xcwA8@t-dialin.net X-TOI-MSGID: 0e485c4b-0d21-4f3b-be0b-be5b9ffd1e68 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:37813 Archived-At: Hi Taco, on my system (Mac OS X 10.5.1, ppc), this snapshot doesn't compile; it fails at this stage: test -d luatexdir || mkdir luatexdir sed s/TEX-OR-MF-OR-MP/luatex/ ../../../src/texk/web2c/lib/texmfmp.c >luatexextra.c gcc -DHAVE_CONFIG_H -I. -I../../../src/texk/web2c -I.. -I../../../src/ texk/web2c/.. -I../../libs/obsdcompat -I../../libs/obsdcompat/.. - I../../../src/texk/web2c/../../libs/obsdcompat -I../../../src/texk/ web2c/../../libs/obsdcompat/.. -Dextra_version_info=`date +-%Y%m%d%H` -g -O2 -c luatexextra.c -o luatexextra.o luatexextra.c: In function 'main': luatexextra.c:408: error: storage size of 'sigstk' isn't known make: *** [luatexextra.o] Error 1 Any ideas? Thomas On Dec 7, 2007, at 5:07 PM, Taco Hoekwater wrote: > > Hi all, > > I have just uploaded the archives for luatex 0.20.1. This > is a bugfix release for wednesday's beta, and it fixes > the following issues: > > * texlua was broken on Solaris because the some C header > files were loaded in the wrong order. > * os.tmpdir() now accepts an argument, making it easier > to use. It now generates more unique filenames when > it is called repeatedly in one run. > * The --luaconly commandline switch is now documented > in the --help text. > * The new extended hyphenation exceptions were severely > broken. > * \pdfprotrudechars could cause luatex to abort with an > assertion failure. > * There was a bug in the \span code that could cause endless > loops. > * The simple forms of \leaders were messed up on windows > because a variable was not properly initialized. > * Non-grouped \textdir commands created invalid output. > * e-TeX's pseudo files were not closed properly in ini mode. > * The luatex.web now weaves properly again. > * I made some small improvements to the manual. > > I have uploaded source and linux/win32 binaries to > > http://foundry.supelec.fr/projects/luatex/ > > Have fun, > > Taco > > > _______________________________________________ > dev-luatex mailing list > dev-luatex@ntg.nl > http://www.ntg.nl/mailman/listinfo/dev-luatex > ___________________________________________________________________________________ > 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 > ___________________________________________________________________________________ ___________________________________________________________________________________ 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 ___________________________________________________________________________________