Trying to build the CorePlot bindings found at https://github.com/mono/monotouch-bindings/tree/master/CorePlot
The binding/Makefile still looks for XBUILD at the old /Developer location: XBUILD=/Developer/usr/bin/xcodebuild This is easily fixed by changing to the current location: XBUILD=/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild However, the make fails: gcc-4.2: error trying to exec '/usr/bin/arm-apple-darwin11-gcc-4.2.1': execvp: No such file or directory Any suggestions? Thanks in advance, Guido -- If at first you do succeed, try to hide your astonishment. http://vanhoecke.org ... and go2 places! _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
