[MLton] Error compiling on i386

Kostirya <[email protected]> Tue, 23 Jun 2020 15:27:26 +0300
Newsgroups gmane.comp.lang.ml.mlton.devel
Message-ID <CAG+QnTdAk+KU7G0jun3csseqGGwcm3XpQ2+s-GhMr9Gf5T+5vw@mail.gmail.com>
Hello.

I did try compile last git version on i386 and got error:

...
gmake[1]: Entering directory '/usr/home/nick/mlton_git'
gmake -C "/home/nick/mlton_git/mllex"
gmake[2]: Entering directory '/usr/home/nick/mlton_git/mllex'
Compiling mllex
"/usr/home/nick/mlton_git/build/bin/mlton" @MLton  --  -target self mllex.mlb
In file included from /tmp/filebODMQG.3.c:2:
/usr/home/nick/mlton_git/build/lib/mlton/include/x86-main.h:44:11:
error: use of undeclared identifier 'gcState'
  return &gcState;
          ^
1 error generated.
MLton 20200529.031747-g5b173bc1a raised: Fail: call to system failed
with Fail: exit status 1:

Nick.