Hi Álvaro,<br><br>I got an error when running "./compile.sh" from a a fresh git clone of the source.<br><br>> ./compile.sh <br>bh.scm:<br>*** ERROR IN map -- invalid syntax (obj . body)<br><br>What am I missing?<br>
<br>TIA,<br>QT<br><br><div class="gmail_quote">2012/1/24 Álvaro Castro-Castilla <span dir="ltr"><<a href="mailto:alvaro.castro.castilla@gmail.com">alvaro.castro.castilla@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
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><span class="HOEnZb"><font color="#888888"><div><br></div><div>Álvaro Castro-Castilla</div>
</font></span><br>_______________________________________________<br>
Gambit-list mailing list<br>
<a href="mailto:Gambit-list@iro.umontreal.ca">Gambit-list@iro.umontreal.ca</a><br>
<a href="https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list" target="_blank">https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list</a><br>
<br></blockquote></div><br>