On 2012-02-19 00:12, John H Palmieri wrote: > Next, there is now no longer a /Developer directory, which means that > the command xcodebuild (which is run by the prereq script) may fail to > report the correct version of Xcode. So from the shell, you need to run > > $ xcode-select -switch /Applications/Xcode.app/Contents/Developer > > (and you may need to run this via sudo). So these instructions need to > be added to the installation guide or the README.txt file. > > For the second issue, it might instead be better to figure out the > version of Xcode some other way in the prereq script (and anywhere else > this is done, like maybe the current python spkg).
xcodebuild is used in: * prereq (where it fails harmlessly) * python's spkg-install * Mercurial's setup.py (upstream) * the sage-bdist script (Sage tip: use the rsyncable tarballs to grep all of Sage, including spkgs. Remember to create the top-level sage-VERSION directory yourself and extract inside that.) -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org