Opened 14 years ago
Closed 14 years ago
#26109 closed defect (invalid)
failure with multiple versions of Xcode installed
Reported by: | r.heimlicher@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | base | Version: | 1.9.1 |
Keywords: | Cc: | ||
Port: |
Description
For maintaining my older apps, I have Xcode 3.0 installed apart of Xcode 3.2. Trying to install wine, macports complaines about. Is it necessarily to remove Xcode 3.0? Thanks Ruedi Heimlicher
Change History (4)
comment:1 Changed 14 years ago by blb@…
Component: | ports → base |
---|---|
Milestone: | MacPorts 2.0.0 |
comment:2 Changed 14 years ago by jmroot (Joshua Root)
Summary: | " versions of Xcode on the machin → failure with multiple versions of Xcode installed |
---|
The stuff in /usr does need to be from the later version as blb said; however wine uses the xcodeversion portgroup which looks at the version in $developer_dir. So if you set that to the right location in macports.conf it should work.
comment:3 Changed 14 years ago by jmroot (Joshua Root)
Did the correct configuration resolve your problem?
comment:4 Changed 14 years ago by jmroot (Joshua Root)
Resolution: | → invalid |
---|---|
Status: | new → closed |
No response; closing.
Note: See
TracTickets for help on using
tickets.
I think the check MacPorts uses is run on whichever Xcode is setup in /usr (for example, /usr/bin/xcodebuild). If your 3.2 install was done with the Unix Development option enabled, and was installed after 3.0, then it should be the one owning the files in /usr.
First thing would be to run
/usr/bin/xcodebuild -version
to see what it says.