<div dir="ltr"><div>I can successfully cross-compile game.exe and custom.exe from this docker container with</div><div><pre>scons target=i686-w64-mingw32.static</pre></div><div>I haven't actually tried running them yet, but I'll get there :D</div><div>I noticed that I cannot compile speak the same way:</div><div><pre>scons target=i686-w64-mingw32.static hspeak</pre></div><div>This just results in compiling hspeak for linux.</div><div><br></div><div>To get everything compiling (after all the needed -dev libs were installed) I ended up adding CFLAGS="-g -DDISABLE_FFI" for the 32 and 64 bit Linux targets, since I could not figure out the Linux equivalent of the `$TARGET-pkg-config libffi --cflags`" thing that worked for TARGET="i686-w64-mingw32.static"</div><div><br></div><div>I guess I just need to read the docs and figure out what the right $TARGET is for 32 and 64 bit Linux</div><div><br></div><div>Anyway, that is enough for today. I'm going to bed. :)<br></div><div><br></div><div>---</div><div>James Paige<br></div><div><br></div><div><br></div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Dec 27, 2020 at 9:00 PM <<a href="mailto:subversion@hamsterrepublic.com">subversion@hamsterrepublic.com</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">james<br>
2020-12-27 18:00:12 -0800 (Sun, 27 Dec 2020)<br>
114<br>
Dockerfile for bobthehamster/ohrrpgce-mxe-build-env now works, and is capable of compiling game.exe and custom.exe<br>
---<br>
U   wip/docker/ohrrpgce-mxe-build-env/Dockerfile<br>
<br>
_______________________________________________<br>
Ohrrpgce mailing list<br>
<a href="mailto:ohrrpgce@lists.motherhamster.org" target="_blank">ohrrpgce@lists.motherhamster.org</a><br>
<a href="http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org" rel="noreferrer" target="_blank">http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org</a><br>
</blockquote></div>