Changes between Version 87 and Version 88 of ProblemHotlist
- Timestamp:
- Apr 9, 2012, 6:59:10 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProblemHotlist
v87 v88 5 5 Support for Xcode 4.3 was added in MacPorts 2.0.4. If you have an earlier version of MacPorts, you will need to upgrade to be able to use Xcode 4.3. 6 6 7 === Command Line Tools === #clt 8 Xcode 4.3 does not include a fully working set of command line tools by default. Nothing will build without it, despite the fact that `xcode-select` and `which make` may return correct values. 9 10 You must open Xcode, go to Preferences, and download this component from the Downloads section. You will require an Apple ID to download the component. 11 7 12 === xcode-select === #xcode-select 8 13 … … 29 34 === Xcode License Agreement === #xcode-eula 30 35 31 When attempting to build a port which compiles an OS X app (e.g., gimp-app), the compilation may fail with an xcodebuild error. One of the cause of this is that an initial run of xcodebuild from the terminal is needed to accept the EULA before 32 any compilation can proceed. Run: 36 When attempting to build a port which compiles an OS X app (e.g., gimp-app), the compilation may fail with an xcodebuild error. One of the possible causes of this is that an initial run of xcodebuild from the terminal may be needed to accept the EULA before any compilation can proceed. Run: 33 37 {{{ 34 38 xcodebuild -license