<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote">On Fri, Oct 10, 2014 at 7:43 PM, Álvaro Castro-Castilla <span dir="ltr"><<a href="mailto:alvaro.castro.castilla@gmail.com" target="_blank">alvaro.castro.castilla@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><blockquote style="margin:0px 0px 0px 40px;border:medium none;padding:0px"><div><span style="font-family:verdana,sans-serif"><font size="1">

</font></span></div></blockquote></div><div class="gmail_extra">
<br><div class="gmail_quote"><span class="">On Fri, Oct 10, 2014 at 7:38 PM, Bradley Lucier <span dir="ltr"><<a href="mailto:lucier@math.purdue.edu" target="_blank">lucier@math.purdue.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Marc:<br>
<br>
Can you remind me briefly how to build Gambit for iOS?<br>
<br>
I naively tried<br>
<br>
% misc/build-gambit-iOS<br>
<br>
but it ended with<br>
<br>
In file included from _num.c:776:<br>
../include/gambit.h:19:10: fatal error: 'config.h' file not found<br>
#include "config.h"<br>
         ^<br>
In file included from _io.c:1365:<br>
../include/gambit.h:19:10: fatal error: 'config.h' file not found<br>
#include "config.h"<br>
         ^<br>
1 error generated.<br>
make: *** [_num.o] Error 1<br>
make: *** Waiting for unfinished jobs....<br>
1 error generated.<br>
make: *** [_io.o] Error 1<br>
<br></blockquote></span><div><br>You need to run it inside /misc folder;<br><br>cd misc; ./build-gambit-iOS<br></div></div></div></div>
</blockquote></div><br><br>I'd like to add that this actually builds the Gambit library for various architectures, but if you want the app, you need to go to contrib/Gambit-REPL, as Marc just explained.<br></div></div>