Hi, i uploaded a beta with a few fixes. i also replaced the mtxrun.cmd etc file by executables (windows stubs only); on tex live we have a call chain: *.exe -> *.cmd|bat -> whatever and we don't want that many calls (and files) so i copied the regular runner and patched it into a mtxrun (.exe) this means that users who run mtxrun from an editor (default scite setup) should change mtxrun.cmd into mtxrun.exe (the same is true for luatools, texexec and texmfstart, where the later is actually replaced by mxrun) (btw, if you want a stub to for instance "mtxrun --script font" then you can just copy mtxrun.exe to mtx-fonts.exe and have a more direct call 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 -----------------------------------------------------------------
Wolfgang Schuster wrote:
Am 27.11.2009 um 18:03 schrieb Hans Hagen:
Hi,
i uploaded a beta with a few fixes.
! I can't find file `type-lua.mkiv'. <to be read again> \relax l.254 \loadmarkfile{type-lua}
Why don't you load it in type-ini.mkiv
new attempt ... i also changed type-def and we now have type-set as initializer 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 -----------------------------------------------------------------
On Fri, Nov 27, 2009 at 18:03, Hans Hagen wrote:
Hi,
i uploaded a beta with a few fixes.
i also replaced the mtxrun.cmd etc file by executables (windows stubs only);
on tex live we have a call chain: *.exe -> *.cmd|bat -> whatever and we don't want that many calls (and files) so i copied the regular runner and patched it into a mtxrun (.exe)
this means that users who run mtxrun from an editor (default scite setup) should change mtxrun.cmd into mtxrun.exe (the same is true for luatools, texexec and texmfstart, where the later is actually replaced by mxrun)
(btw, if you want a stub to for instance "mtxrun --script font" then you can just copy mtxrun.exe to mtx-fonts.exe and have a more direct call
I just came back. I guess that I should start fixing the (already broken?) windows installation :) If any windows user is reading this ... I highly suggest you not to update yet. Mojca
Mojca Miklavec wrote:
I just came back. I guess that I should start fixing the (already broken?) windows installation :)
no need for fixing, it's just stubs .. just make sure that you copy the dll and exe files from the stub paths (and get rid of cmd/bat files when an exe is there) so, we had 'mtxrun.cmd' and now we have 'mtxrun.exe' (mtxrun, luatools, texexec, context, ...) there is not much impact, only for users who call mtxrun.cmd (which reminds me that i need to fix the texworks ini file ... i haven't used texworks for ages) 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 -----------------------------------------------------------------
Hans Hagen wrote:
Mojca Miklavec wrote:
I just came back. I guess that I should start fixing the (already broken?) windows installation :)
no need for fixing, it's just stubs .. just make sure that you copy the dll and exe files from the stub paths (and get rid of cmd/bat files when an exe is there)
Doesn't work all too well here. I always get "Unsupported 16-Bit Application" - "The program or feature [..]\luatools.exe cannot start or run due to incompatibility with 64-bit versions of Windows. Please contact [...]" and so on. Best regards, Andreas.
Andreas Schneider wrote:
Hans Hagen wrote:
Mojca Miklavec wrote:
I just came back. I guess that I should start fixing the (already broken?) windows installation :) no need for fixing, it's just stubs .. just make sure that you copy the dll and exe files from the stub paths (and get rid of cmd/bat files when an exe is there)
Doesn't work all too well here. I always get "Unsupported 16-Bit Application" - "The program or feature [..]\luatools.exe cannot start or run due to incompatibility with 64-bit versions of Windows. Please contact [...]" and so on.
hm, interesting ... i have no 64 bit windows so it's hard to test ... maybe there is some magic gcc flag that prevents these problems does a luatex 32 bit run on 64 bit windows? 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 -----------------------------------------------------------------
On Sun, Nov 29, 2009 at 11:53, Hans Hagen wrote:
Andreas Schneider wrote:
Doesn't work all too well here. I always get "Unsupported 16-Bit Application" - "The program or feature [..]\luatools.exe cannot start or run due to incompatibility with 64-bit versions of Windows. Please contact [...]" and so on.
hm, interesting ... i have no 64 bit windows so it's hard to test ... maybe there is some magic gcc flag that prevents these problems
does a luatex 32 bit run on 64 bit windows?
Sorry. I thought the problem showed up in old Windows, not in the new one. I can confirm that the binaries fail to run on 64-bit Windows 7. LuaTeX and other binaries (from Akira) run just fine. But context.exe seems to be 16-bit binary, not 32-bit. At least this is what the error report says. Mojca
2009/11/28 Hans Hagen
Hi,
i uploaded a beta with a few fixes.
i also replaced the mtxrun.cmd etc file by executables (windows stubs only);
on tex live we have a call chain: *.exe -> *.cmd|bat -> whatever and we don't want that many calls (and files) so i copied the regular runner and patched it into a mtxrun (.exe)
this means that users who run mtxrun from an editor (default scite setup) should change mtxrun.cmd into mtxrun.exe (the same is true for luatools, texexec and texmfstart, where the later is actually replaced by mxrun)
(btw, if you want a stub to for instance "mtxrun --script font" then you can just copy mtxrun.exe to mtx-fonts.exe and have a more direct call
For linux x86 users, they still have to update luatex from 0.44 to 0.45 (or 0.46) manually with this latest minimals. -- Best regards, Li Yanrui
participants (5)
-
Andreas Schneider
-
Hans Hagen
-
Mojca Miklavec
-
Wolfgang Schuster
-
Yanrui Li