You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any guidance with the following would be appreciated: I have tried unsuccessfully to compile RTMLton on several occasions on Ubuntu 18.04 LTS (64 bit). When I use ./compile.sh or make, the compilation stops at gc.c with a number of -Werror=format= and -Werror=pointer-to-int-cast. What am I doing wrong?
Sincerely, Mark.
The text was updated successfully, but these errors were encountered:
Hi Mark,
The current version of RTMLton only works on 32 bit machines. Using ./compile.sh is the easier way to compile RTMLton but do try it on a 32 bit version of ubuntu.
mclements
changed the title
Unable to compile
Unable to compile on 64 bit
Jun 7, 2020
Thank you for your rapid response. Is there any chance that RTMLton will be available on 64 bit in the future? If not, then I suggest you close this issue.
A 64 bit version is surely on our list, but may not be available in the immediate future. I will leave this issue open so that you are notified when a 64 bit version is available.
Any guidance with the following would be appreciated: I have tried unsuccessfully to compile RTMLton on several occasions on Ubuntu 18.04 LTS (64 bit). When I use
./compile.sh
ormake
, the compilation stops atgc.c
with a number of-Werror=format=
and-Werror=pointer-to-int-cast
. What am I doing wrong?Sincerely, Mark.
The text was updated successfully, but these errors were encountered: