Changes between Version 86 and Version 87 of ProblemHotlist
- Timestamp:
- Mar 25, 2012, 2:07:08 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProblemHotlist
v86 v87 20 20 error: can't exec '/Developer/usr/bin/<compiler>' (No such file or directory) 21 21 }}} 22 So far this error is seen in previously-built perl and python when building perl or python modules. 22 So far this error is seen in previously-built perl and python when building perl or python modules. For example, if a py27-xxxx port fails to install and the log contains error messages of this type, try reinstalling the main python27 port with: 23 {{{ 24 sudo port -n upgrade --force python27 25 }}} 23 26 24 27 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`.