Closed jwheaton closed 11 years ago
Just out of sheer curiosity, do you really need to be using sudo
?
Anyway, getting on-topic, if you...
$ cd /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk/usr/include
... is stdio.h
there?
Shoot. My fault (as usual). I didn't have the 6.0 sdk installed! When I tried the --sdk-version 5.1 option, it worked fine. Thanks. Will test out now with apple Store regarding public API issues.
Happens ;)
Lemme know how it goes with the App Store... crossing fingers
I've updated to Ruby 1.9.3. I'm running the build_curl ruby script under sudo.
I run
I get an error:
Looking at config.log I see:
and the problem:
So, is there some problem with -isysroot not being set for my gcc? It can't seem to find stdio.h?