Changes between Version 80 and Version 81 of ProblemHotlist


Ignore:
Timestamp:
Mar 14, 2012, 11:55:42 AM (12 years ago)
Author:
nerdling (Jeremy Lavergne)
Comment:

add information about packages storing compiler information

Legend:

Unmodified
Added
Removed
Modified
  • ProblemHotlist

    v80 v81  
    1111sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
    1212}}}
     13
     14This 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.
    1315
    1416Note 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`.