> > setup_sdk(target="10.5", sdk_version="native", architectures=["i386"]) > > That won't work. You *must* use the SDK that corresponds to the oldest OSX version you intend to support, and in order to build with SDK 10.5 you have to use Xcode3. > More details along with instructions for installing Xcode3 at https://live.gnome.org/GTK%2B/OSX/Building#XCode4. Thanks John, I am now trying to rebuild GTK with target being 10.6 and sdk_version being 10.6 too. Would that work with XCode 4.3 ?
I don't know. I haven't tried, but since you're using Lion and it let you upgrade to 4.3, it should.
Regards, John Ralls
|