Changes between Version 80 and Version 81 of ProblemHotlist
- Timestamp:
- Mar 14, 2012, 11:55:42 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProblemHotlist
v80 v81 11 11 sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer 12 12 }}} 13 14 This is particularly important for people who have error messages referring to their old compiler locations after installing Xcode 4.3: you need to reinstall the package that stored the old compiler location, so far this is seen in perl and python and manifests as errors when building perl or python modules. 13 15 14 16 Note you might have an older version of the xcode-select tool in case you installed Xcode 4.2 after installing the Mac OS X 10.7.3 update. If the command `xcode-select -version` returns `version 2003` this is from Xcode 4.2 and we recommend to install the update once again with the [http://support.apple.com/kb/DL1484 Mac OS X 10.7.3 combo updater]. The current xcode-select version that comes with Mac OS X 10.7.3 identifies itself as `version 2307`.