Hi!<div><br></div><div>Finally I got Blackhole working for Android. For those interested, I'm developing a tiny framework for making games in Android (plus other platforms) using Gambit and the Blackhole module system.</div>


<div><br></div><div>If you want to give it a try:</div><div><a href="https://github.com/alvatarc/anygame" target="_blank">https://github.com/alvatarc/anygame</a></div><div><br></div><div>You'll need to use my fork of Blackhole, which is pending Per's review before pulling into his master branch:</div>


<div><a href="https://github.com/alvatarc/blackhole" target="_blank">https://github.com/alvatarc/blackhole</a></div><div><br></div><div>Basically, what this fork allows is a special flag --to-c (or -C) :</div><div>bh exe -C main.scm</div>


<div>this allows compilation of all needed modules to c, plus the link file. It also outputs the generated files' path to stderr in case you need this information.</div><div><br></div><div>Please, let me know if you find any errors or mistakes, I'll be happy to fix and help.</div>

<div><br></div><div>Best regards,</div><div><br></div><div>Álvaro Castro-Castilla</div>