context team mailing list archive
-
context team
-
Mailing list archive
-
Message #00033
Re: luatex 0.30
Taco Hoekwater wrote:
Yue Wang wrote:
I think the restriction was once removed? (0.25.3 compiles fine here
without ctangle)
Probably reverted when I imported new configure scripts from texlive.
It should be fixable (the build process actually builds a private
ctangle, it just fails to use it).
Attached is a hack/patch.
Best wishes,
Taco
Index: build.sh
===================================================================
--- build.sh (revision 1519)
+++ build.sh (working copy)
@@ -119,7 +119,11 @@
(cd texk/web2c/web2c; $MAKE) || exit 1
(cd texk/web2c; $MAKE ../kpathsea/libkpathsea.la) || exit 1
(cd texk/web2c/lib; $MAKE) || exit 1
-(cd texk/web2c/mpdir; ../../../../src/texk/web2c/mpdir/configure --enable-shared=no; $MAKE; $MAKE lmplib.o ) || exit 1
+(cd texk/web2c/; $MAKE ctangle) || exit 1
+(cd texk/web2c/mpdir;
+ ../../../../src/texk/web2c/mpdir/configure --enable-shared=no;
+ env CTANGLE=../ctangle $MAKE;
+ $MAKE lmplib.o ) || exit 1
(cd texk/web2c; $MAKE luatex) || exit 1
# go back
cd ..
Follow ups
References