ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [Dev-luatex]  beta 0.20.2 released
@ 2007-12-17 14:43 Taco Hoekwater
  2007-12-17 15:59 ` Thomas A. Schmitz
  0 siblings, 1 reply; 7+ messages in thread
From: Taco Hoekwater @ 2007-12-17 14:43 UTC (permalink / raw)
  To: luatex development list, mailing list for ConTeXt users


Hi all,

I have just uploaded the archives for luatex 0.20.2. This
is a simple bugfix release for last week's beta:

* some portability fixes to the build scripts
* a fix for multi-\span in alignments causing unbreakable
   loops
* manual improvements from Jonathan Sauer
* fix for undefined csnames in \directlua if
   web2c's hash_extra is nonzero
* fix for LR text inside of a RL document
* fix for open_read_file callback not being called
   unless find_read_file was also registered
* removed the ocp status message when \ocps are not
   actually used
* "unicodeenc" in the fontforge to_table renamed to
   "unicode" for improved consistency

I have uploaded source and linux/win32 binaries to

       http://foundry.supelec.fr/projects/luatex/

Have fun,

Taco

___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Dev-luatex]  beta 0.20.2 released
  2007-12-17 14:43 [Dev-luatex] beta 0.20.2 released Taco Hoekwater
@ 2007-12-17 15:59 ` Thomas A. Schmitz
  2007-12-17 16:06   ` Taco Hoekwater
                     ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Thomas A. Schmitz @ 2007-12-17 15:59 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On Dec 17, 2007, at 3:43 PM, Taco Hoekwater wrote:

> Hi all,
>
> I have just uploaded the archives for luatex 0.20.2. This
> is a simple bugfix release for last week's beta:
>
> * some portability fixes to the build scripts
> * a fix for multi-\span in alignments causing unbreakable
>   loops
> * manual improvements from Jonathan Sauer
> * fix for undefined csnames in \directlua if
>   web2c's hash_extra is nonzero
> * fix for LR text inside of a RL document
> * fix for open_read_file callback not being called
>   unless find_read_file was also registered
> * removed the ocp status message when \ocps are not
>   actually used
> * "unicodeenc" in the fontforge to_table renamed to
>   "unicode" for improved consistency
>
> I have uploaded source and linux/win32 binaries to
>
>       http://foundry.supelec.fr/projects/luatex/
>
> Have fun,
>
> Taco

Any news on the Mac OS X 10.5 question? I still get the error

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

when I try to build it, so I'll have to wait for Arthur to build  
luatex on his 10.4 system.

Thomas
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Dev-luatex]  beta 0.20.2 released
  2007-12-17 15:59 ` Thomas A. Schmitz
@ 2007-12-17 16:06   ` Taco Hoekwater
  2007-12-17 18:02   ` Mojca Miklavec
  2007-12-17 20:42   ` Arthur Reutenauer
  2 siblings, 0 replies; 7+ messages in thread
From: Taco Hoekwater @ 2007-12-17 16:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users



Thomas A. Schmitz wrote:
> 
> Any news on the Mac OS X 10.5 question? I still get the error

No, no news. I don't know how to name the struct so I can't
fix it. Unless you downgrade your OS X to 10.4, you will
have to wait for Arthur (or pray for a Mac programmer that knows
how to fix this)

Best wishes,
Taco
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Dev-luatex] beta 0.20.2 released
  2007-12-17 15:59 ` Thomas A. Schmitz
  2007-12-17 16:06   ` Taco Hoekwater
@ 2007-12-17 18:02   ` Mojca Miklavec
  2007-12-17 18:22     ` Thomas A. Schmitz
  2007-12-17 20:42   ` Arthur Reutenauer
  2 siblings, 1 reply; 7+ messages in thread
From: Mojca Miklavec @ 2007-12-17 18:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Dec 17, 2007 4:59 PM, Thomas A. Schmitz wrote:
>
> On Dec 17, 2007, at 3:43 PM, Taco Hoekwater wrote:
>
> > Hi all,
> >
> > I have just uploaded the archives for luatex 0.20.2. This
> > is a simple bugfix release for last week's beta:
> >
> > * some portability fixes to the build scripts
> > * a fix for multi-\span in alignments causing unbreakable
> >   loops
> > * manual improvements from Jonathan Sauer
> > * fix for undefined csnames in \directlua if
> >   web2c's hash_extra is nonzero
> > * fix for LR text inside of a RL document
> > * fix for open_read_file callback not being called
> >   unless find_read_file was also registered
> > * removed the ocp status message when \ocps are not
> >   actually used
> > * "unicodeenc" in the fontforge to_table renamed to
> >   "unicode" for improved consistency
> >
> > I have uploaded source and linux/win32 binaries to
> >
> >       http://foundry.supelec.fr/projects/luatex/
> >
> > Have fun,
> >
> > Taco
>
> Any news on the Mac OS X 10.5 question? I still get the error
>
> 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
>
> when I try to build it, so I'll have to wait for Arthur to build
> luatex on his 10.4 system.

The binary is also on
http://minimals.contextgarden.net/current/bin/luatex/osx-intel/bin/
now.

Mojca
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Dev-luatex] beta 0.20.2 released
  2007-12-17 18:02   ` Mojca Miklavec
@ 2007-12-17 18:22     ` Thomas A. Schmitz
  0 siblings, 0 replies; 7+ messages in thread
From: Thomas A. Schmitz @ 2007-12-17 18:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On Dec 17, 2007, at 7:02 PM, Mojca Miklavec wrote:

> The binary is also on
> http://minimals.contextgarden.net/current/bin/luatex/osx-intel/bin/
> now.
>
> Mojca

Thanks for the hint, Mojca. Unfortunately, I need the ppc-binary...

Thomas
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Dev-luatex]  beta 0.20.2 released
  2007-12-17 15:59 ` Thomas A. Schmitz
  2007-12-17 16:06   ` Taco Hoekwater
  2007-12-17 18:02   ` Mojca Miklavec
@ 2007-12-17 20:42   ` Arthur Reutenauer
  2007-12-17 21:00     ` Thomas A. Schmitz
  2 siblings, 1 reply; 7+ messages in thread
From: Arthur Reutenauer @ 2007-12-17 20:42 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

> when I try to build it, so I'll have to wait for Arthur to build  
> luatex on his 10.4 system.

  It's up :-)
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Dev-luatex]  beta 0.20.2 released
  2007-12-17 20:42   ` Arthur Reutenauer
@ 2007-12-17 21:00     ` Thomas A. Schmitz
  0 siblings, 0 replies; 7+ messages in thread
From: Thomas A. Schmitz @ 2007-12-17 21:00 UTC (permalink / raw)
  To: Mailing list for ConTeXt users


On Dec 17, 2007, at 9:42 PM, Arthur Reutenauer wrote:

>> when I try to build it, so I'll have to wait for Arthur to build
>> luatex on his 10.4 system.
>
>  It's up :-)

And works perfectly - thanks a lot, Arthur! This one does seem faster  
than its predecessor!

Best

Thomas
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-12-17 21:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-17 14:43 [Dev-luatex] beta 0.20.2 released Taco Hoekwater
2007-12-17 15:59 ` Thomas A. Schmitz
2007-12-17 16:06   ` Taco Hoekwater
2007-12-17 18:02   ` Mojca Miklavec
2007-12-17 18:22     ` Thomas A. Schmitz
2007-12-17 20:42   ` Arthur Reutenauer
2007-12-17 21:00     ` Thomas A. Schmitz

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).