Hi All Platform: Windows 7 Ultra (64-bit) using MinGW32 I just checked out the code for version 0.8 and tried to build LuaTeX on Windows but it failed. The final error message is as follows (some other errors are listed below). Hoping that the details below are helpful to track the issues. Warm wishes Graham ========= Final error ========= make[2]: Leaving directory `/e/luatex/0.80/build/texk/kpathsea/win32' make[1]: Leaving directory `/e/luatex/0.80/build/texk/kpathsea' ./build.sh: line 272: cd: texk/web2c: No such file or directory make: *** No rule to make target `luatex.exe'. Stop. E:\MinGW\bin\strip.exe: 'build/texk/web2c/luatex.exe': No such file ls: build/texk/web2c/luatex.exe: No such file or directory Earlier errors ========== Earlier in the build I saw a few more errors but I don't know if these are related, just thought I would note them here make[1]: Entering directory `/e/luatex/0.80/build/doc' MAKEINFO ../../source/doc/tlbuild.info makeinfo: unrecognized option `--set' Try `makeinfo --help' for more information. make[1]: *** [../../source/doc/tlbuild.info] Error 1 make[1]: Leaving directory `/e/luatex/0.80/build/doc' make: *** [all-recursive] Error 1 ========== Error ================================= ./build.sh: line 261: cd: libs/zzip: No such file or directory Making all in . make[1]: Entering directory `/e/luatex/0.80/build' make[1]: Leaving directory `/e/luatex/0.80/build' Making all in doc make[1]: Entering directory `/e/luatex/0.80/build/doc' MAKEINFO ../../source/doc/tlbuild.info makeinfo: unrecognized option `--set' Try `makeinfo --help' for more information. make[1]: *** [../../source/doc/tlbuild.info] Error 1 make[1]: Leaving directory `/e/luatex/0.80/build/doc' make: *** [all-recursive] Error 1 make all-recursive make[1]: Entering directory `/e/luatex/0.80/build/libs/zlib' Making all in . make[2]: Entering directory `/e/luatex/0.80/build/libs/zlib' ======================== Error =========================== make CONF_SUBDIRS=web2c subtexk make[1]: Entering directory `/e/luatex/0.80/build/texk' make[1]: *** No rule to make target `subtexk'. Stop. make[1]: Leaving directory `/e/luatex/0.80/build/texk' make: *** [web2c/Makefile] Error 2 echo a | grep -v b >/dev/null || { echo "*** grep broken, goodbye."; exit 1; }
On Sun, Jun 14, 2015 at 3:55 PM, Graham Douglas < graham.douglas@readytext.co.uk> wrote:
Hi All
Platform: Windows 7 Ultra (64-bit) using MinGW32
I just checked out the code for version 0.8 and tried to build LuaTeX on Windows but it failed. The final error message is as follows (some other errors are listed below). Hoping that the details below are helpful to track the issues.
Warm wishes Graham
========= Final error ========= make[2]: Leaving directory `/e/luatex/0.80/build/texk/kpathsea/win32' make[1]: Leaving directory `/e/luatex/0.80/build/texk/kpathsea' ./build.sh: line 272: cd: texk/web2c: No such file or directory make: *** No rule to make target `luatex.exe'. Stop. E:\MinGW\bin\strip.exe: 'build/texk/web2c/luatex.exe': No such file ls: build/texk/web2c/luatex.exe: No such file or directory
Earlier errors ========== Earlier in the build I saw a few more errors but I don't know if these are related, just thought I would note them here
make[1]: Entering directory `/e/luatex/0.80/build/doc' MAKEINFO ../../source/doc/tlbuild.info makeinfo: unrecognized option `--set' Try `makeinfo --help' for more information. make[1]: *** [../../source/doc/tlbuild.info] Error 1 make[1]: Leaving directory `/e/luatex/0.80/build/doc' make: *** [all-recursive] Error 1
hm. I will give you (offlist) a report of my mingw32 cross-compiled from linux . -- luigi
Hi All Just a quick question to other Windows users. Using MinGW32 and Windows 7 (64-bit) I can build LuaTeX version 0.79.3.1 without any problems but version 0.8 will not build. Luigi very provided some suggestions offline but before I spend time delving into darker corners (well, dark to me anyway ;-)) I wondered if anyone else has managed to build 0.80 on Windows --- i.e., if it is something odd about my setup? As noted, version 0.79.3.1 builds without any problem. Thanks in advance. All best wishes Graham
Am Wed, 17 Jun 2015 13:33:21 +0100 schrieb Graham Douglas:
I wondered if anyone else has managed to build 0.80 on Windows
My texlive 2015 luatex says: This is LuaTeX, Version beta-0.80.0 (TeX Live 2015/W32TeX) (rev 5238) And it works fine. So it looks as if someone managed ... -- Ulrike Fischer http://www.troubleshooting-tex.de/
On Wed, Jun 17, 2015 at 5:53 PM, Ulrike Fischer
Am Wed, 17 Jun 2015 13:33:21 +0100 schrieb Graham Douglas:
I wondered if anyone else has managed to build 0.80 on Windows
My texlive 2015 luatex says:
This is LuaTeX, Version beta-0.80.0 (TeX Live 2015/W32TeX) (rev 5238)
And it works fine. So it looks as if someone managed ...
of course, this is from w32tex by A. Kakuto http://w32tex.org/ Douglas is asking about to build 0.80.0 from the svn site under windows with mingw, which is different, afaik, from the w32tex build mechanism. -- luigi
On Wed, Jun 17, 2015 at 5:53 PM, Ulrike Fischer
/ Am Wed, 17 Jun 2015 13:33:21 +0100 schrieb Graham Douglas: />/ />/ > I wondered if anyone else has managed to build 0.80 on Windows />/ />/ My texlive 2015 luatex says: />/ />/ This is LuaTeX, Version beta-0.80.0 (TeX Live 2015/W32TeX) (rev />/ 5238) />/ />/ And it works fine. So it looks as if someone managed ... />/ /> of course, this is from w32tex by A. Kakuto http://w32tex.org/ http://w32tex.org/
Douglas is asking about to build 0.80.0 from the svn site under windows with mingw, which is different, afaik, from the w32tex build mechanism. -- luigi ====================
Thanks Luigi, yes that's exactly what I was referring to. I have previously done a full port of LuaTex (ver 0.76) to a native Windows build with Visual studio (no MinGW32 involved) but I just want to use MinGW32 for version 0.80 --- nothing urgent, I just like to check the builds for new releases. Just want to rule in or out whether the 0.80 build scripts are temporarily broken for Windows/MinGW32 at the moment. Warm wishes Graham
On Wed, Jun 17, 2015 at 7:09 PM, Graham Douglas < graham.douglas@readytext.co.uk> wrote:
Thanks Luigi, yes that's exactly what I was referring to. I have previously done a full port of LuaTex (ver 0.76) to a native Windows build with Visual studio (no MinGW32 involved) but I just want to use MinGW32 for version 0.80 --- nothing urgent, I just like to check the builds for new releases.
Just want to rule in or out whether the 0.80 build scripts are temporarily broken for Windows/MinGW32 at the moment.
Warm wishes Graham
I think that I can check a win32/mingw build,
but I need some help on how to install the right toolchain --- what to install from where and so on. Cross compiling from linux works ok, but I think that some things (i.e. makinfo) are executed under linux, so they could be outdated under windows/mingw. -- luigi
participants (3)
-
Graham Douglas
-
luigi scarso
-
Ulrike Fischer