<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Dec 19, 2021 at 1:25 AM Akira Kakuto <<a href="mailto:kakuto@jcom.zaq.ne.jp">kakuto@jcom.zaq.ne.jp</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Luigi,<br>
<br>
On 2021/12/17 3:44, luigi scarso wrote:<br>
> <br>
> texlive   revision 61308.<br>
> Build --enable-hitex<br>
> <br>
> ./Build: 393 executables in /opt/luatex/texlive/mingw/Build/source/inst/bin.<br>
> done (exit status 0) Thu 16 Dec 2021 06:53:22 PM CET<br>
> <br>
> <br>
> --- Build/source/texk/web2c/hitexdir/am/hitex.am.orig 2021-12-16 18:11:42.763238072 +0100<br>
> +++ Build/source/texk/web2c/hitexdir/am/<a href="http://hitex.am" rel="noreferrer" target="_blank">hitex.am</a> <<a href="http://hitex.am" rel="noreferrer" target="_blank">http://hitex.am</a>>    2021-12-16 18:13:02.062296535 +0100<br>
> @@ -62,7 +62,7 @@<br>
> <br>
>   # Generating hitables.c using himktables.<br>
>   hitables.c: himktables<br>
> - ./himktables > $@ || { rm -f hitables.c; exit 1; }<br>
> + ./himktables$(EXEEXT) > $@ || { rm -f hitables.c; exit 1; }<br>
> <br>
>   # hitex<br>
>   nodist_hitex_SOURCES = hitables.c hiput.c $(hitex_c)<br>
> <br>
<br>
I think that a correct patch should be<br>
<br>
--- hitex.am.orig       Sat Dec 18 07:50:21 2021<br>
+++ <a href="http://hitex.am" rel="noreferrer" target="_blank">hitex.am</a>    Sun Dec 19 09:16:36 2021<br>
@@ -61,8 +61,8 @@<br>
        $(hi_ctangle_sh) hitex<br>
<br>
  # Generating hitables.c using himktables.<br>
-hitables.c: himktables<br>
-       ./himktables$(EXEEXT) > $@ || { rm -f hitables.c; exit 1; }<br>
+hitables.c: himktables$(EXEEXT)<br>
+       ./himktables > $@ || { rm -f hitables.c; exit 1; }<br>
<br>
  # hitex<br>
  nodist_hitex_SOURCES = hitables.c hiput.c $(hitex_c)<br>
<br>
Best,<br>
Akira<br>
<br>
</blockquote></div><div><br></div>Cross-compilation fails with<br clear="all"><div>make[5]: *** No rule to make target 'himktables.exe', needed by 'hitables.c'.  Stop.<br>make[5]: *** Waiting for unfinished jobs....<br></div><div><br></div><div>but I am not sure that the native compilation (I  mean using autotools under Windows whatever is the name of the toolchain (from MSYS2, or ...) ) fails too.</div><div>I think that at the moment this specific cross-compilation makes sense for WSL , a quite limited scenario (just to say, I am still not able to make a 32bit exe).</div><div><br></div><div><br></div>-- <br><div dir="ltr" class="gmail_signature">luigi<br></div></div>