Changes between Version 87 and Version 88 of ProblemHotlist


Ignore:
Timestamp:
Apr 9, 2012, 6:59:10 PM (12 years ago)
Author:
miken32 (Michael Newton)
Comment:

add note about xcode 4.3 command line tools

Legend:

Unmodified
Added
Removed
Modified
  • ProblemHotlist

    v87 v88  
    55Support 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.
    66
     7=== Command Line Tools === #clt
     8Xcode 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
     10You 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
    712=== xcode-select === #xcode-select
    813
     
    2934=== Xcode License Agreement === #xcode-eula
    3035
    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:
     36When 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:
    3337{{{
    3438xcodebuild -license