<div dir="ltr">Could the build script be updated to do a CD to itself, somehow?<div><br></div><div>If not, then perhaps best to start with "echo This script must be invoked with its parent directory as current directory".</div><div><br>I mean, that kind of error could take Alot of time to debug.</div></div><div class="gmail_extra"><br><div class="gmail_quote">2014-10-10 19:49 GMT+02:00 Álvaro Castro-Castilla <span dir="ltr"><<a href="mailto:alvaro.castro.castilla@gmail.com" target="_blank">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"><div dir="ltr"><br><div class="gmail_extra"><div><div class="h5"><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>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></div></div>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>
<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></div>