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