On Feb 9, 2010, at 5:23 PM, James Long wrote:
The biggest change is that it's much easier to compile Gambit for the iPhone now. I have create a script called `configure-iphone` which wraps around "./configure" and sets up all the build options for the iPhone appropriately (link with right SDK, cross-compile possibly). More information about this script can be found here:
fwiw, the documentation for configure-iphone appears to be incorrect. You need to specify -v before the version. The docs say you can simply call it thus:
configure-iphone 3.1.2 -t os -- --enable-single-host
but this doesn't work. You need something like:
configure-iphone -v 3.1.2 -t os -- --enable-single-host
warmest regards,
Ralph
Raffael Cavallaro raffaelcavallaro@me.com