Re: [Context] [Dev-luatex] Luatex 0.44.0 announcement
On Tue, Oct 27, 2009 at 12:06, Taco Hoekwater wrote:
Hi,
I have just uploaded the archives for a new luatex release, 0.44.0.
My computer is still in Arnhem. If any mac addicts want to have mac support in minimals before [put some random number of days here], we need other volunteers. Same goes for linux (desirable to compile on as old machine as possible; up to now we have used debian etch). Mojca
My computer is still in Arnhem. If any mac addicts want to have mac support in minimals before [put some random number of days here], we need other volunteers.
I can do that for the Mac, no problem. Just tell me how you compile universal binaries, I think I'm not up-to-date on this. Arthur
Hi,
I can compile the x86 and ppc binaries.
Yue Wang
On Tue, Oct 27, 2009 at 10:14 AM, Arthur Reutenauer
My computer is still in Arnhem. If any mac addicts want to have mac support in minimals before [put some random number of days here], we need other volunteers.
I can do that for the Mac, no problem. Just tell me how you compile universal binaries, I think I'm not up-to-date on this.
universal binaries are too big. I think we should provide two binaries, one for ppc and one for intel. btw, apple already dropped ppc support in Mac OS X 10.6 and moved to x86_64. We need to think about how to compile LuaTeX in x86_64.
Arthur
_______________________________________________ Mailing list: https://launchpad.net/~context Post to : context@lists.launchpad.net Unsubscribe : https://launchpad.net/~context More help : https://help.launchpad.net/ListHelp
On Tue, Oct 27, 2009 at 15:14, Arthur Reutenauer wrote:
My computer is still in Arnhem. If any mac addicts want to have mac support in minimals before [put some random number of days here], we need other volunteers.
I can do that for the Mac, no problem. Just tell me how you compile universal binaries, I think I'm not up-to-date on this.
Take a look at the source code (http://svn.contextgarden.net/minimals-src/build-binaries/build-binaries.sh). It's done with lipo. # generates universal binaries for osx call_lipo() { command="lipo -create $BUILDDIR/bin/osx-intel/current/$1/$2 $BUILDDIR/bin/osx-ppc/current/$1/$2 -output $BUILDDIR/bin/osx-universal/current/$1/$2" # display echo "$command" #execute mkdir -p "$BUILDDIR/bin/osx-universal/current/$1" svn add -q --depth=empty "$BUILDDIR/bin/osx-universal/current/$1" do_cmd "combine intel & ppc binaries for $2" $command svn add -q "$BUILDDIR/bin/osx-universal/current/$1/$2" } We don't use those binaries yet, so maybe we are never going to use them at all (you may skip that step, just make sure that there will be binaries for intel and ppc, possibly working on ... tiger?). Or make it work on leopard and wait for the first one to complain :) Mojca
Mojca Miklavec wrote:
On Tue, Oct 27, 2009 at 12:06, Taco Hoekwater wrote:
Hi,
I have just uploaded the archives for a new luatex release, 0.44.0.
My computer is still in Arnhem. If any mac addicts want to have mac support in minimals before [put some random number of days here], we need other volunteers.
or we have to get you a new mac Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (4)
-
Arthur Reutenauer
-
Hans Hagen
-
Mojca Miklavec
-
Yue Wang