Changes between Version 81 and Version 82 of ProblemHotlist


Ignore:
Timestamp:
Mar 14, 2012, 12:03:35 PM (12 years ago)
Author:
nerdling (Jeremy Lavergne)
Comment:

add precise error message for googlers

Legend:

Unmodified
Added
Removed
Modified
  • ProblemHotlist

    v81 v82  
    1212}}}
    1313
    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.
     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 if you see an error message like this:
     15{{{
     16error: can't exec '/Developer/usr/bin/xcodebuild' (No such file or directory)
     17}}}
     18So far this error is seen in previously-built perl and python when building perl or python modules.
    1519
    1620Note 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`.