Hmmm… are you sure you did
cd contrib/GambitREPL make ios
because the error messages don’t seem to indicate you were in the right directory (note that my previous message incorrectly had a dash in the name GambitREPL, so maybe your “cd” failed).
Marc
On Oct 10, 2014, at 5:39 PM, Bradley Lucier lucier@math.purdue.edu wrote:
On Oct 10, 2014, at 1:46 PM, Marc Feeley feeley@iro.umontreal.ca wrote:
I’m not sure why you are getting that error. Are you using the latest Xcode? clang?
Over the last few weeks I have been updating the GambitREPL app for iOS 8, so I know it builds fine for me (by the way the new GambitREPL has been submitted to the app store yesterday).
Usually I do:
cd contrib/Gambit-REPL make iOS
OK, I tried that, and it ended with
*** Selecting platform "iPhoneSimulator.platform" and SDK "iPhoneSimulator8.0.sdk" for "x86_64". tar (child): gambc-v4_7_3.tgz: Cannot open: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now mv: rename gambc-v4_7_3 to /Users/lucier/programs/gambit/gambit-iOS: No such file or directory ../../misc/build-gambit-iOS: line 133: cd: /Users/lucier/programs/gambit/gambit-iOS: No such file or directory ../../misc/build-gambit-iOS: line 134: ./configure: No such file or directory ../../misc/build-gambit-iOS: line 142: cd: /Users/lucier/programs/gambit/gambit-iOS: No such file or directory make[1]: *** No rule to make target `clean'. Stop. ../../misc/build-gambit-iOS: line 155: cd: lib: No such file or directory make[1]: *** No targets specified and no makefile found. Stop. make: *** [gambit-iOS] Error 1
Perhaps this is something that should not be attempted casually.
Brad