Installing Wine with Xcode 4.3

Questions about Wine on macOS.
Locked
Skunks
Level 2
Level 2
Posts: 14
Joined: Sat Mar 31, 2012 8:20 pm

Installing Wine with Xcode 4.3

Post by Skunks »

Downloaded Xcode 4.3 for Lion from the app store, and am following the tutorial for installing wine:

http://www.davidbaumgold.com/tutorials/wine-mac/

When I get to part 3 and it tells me to type the following code into terminal

Code: Select all

$ sudo port install wine
I get the following message:

Code: Select all

xxx-xxx-macbook-pro:~ Kaoss$ sudo port install wine
Password:
Warning: xcodebuild exists but failed to execute
Warning: Xcode appears to be installed but xcodebuild is unusable; some ports will likely fail to build.
Warning: You may need to run `sudo xcode-select -switch /Applications/Xcode.app`
Warning: The Command Line Tools for Xcode don't appear to be installed; most ports will likely fail to build.
Warning: See http://guide.macports.org/chunked/installing.xcode.html for more information.
--->  Computing dependencies for wineError: Unable to execute port: can't read "build.cmd": Failed to locate 'make' in path: '/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin' or at its MacPorts configuration time location, did you move it?
To report a bug, see <http://guide.macports.org/#project.tickets>
xxx-xxx-macbook-pro:~ Kaoss$ sudo xcode-select -switch /Applications/Xcode.app
xxx-xxx-macbook-pro:~ Kaoss$ sudo port install wine
Warning: The Command Line Tools for Xcode don't appear to be installed; most ports will likely fail to build.
Warning: See http://guide.macports.org/chunked/installing.xcode.html for more information.
--->  Computing dependencies for wineError: Unable to execute port: can't read "build.cmd": Failed to locate 'make' in path: '/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin' or at its MacPorts configuration time location, did you move it?
To report a bug, see <http://guide.macports.org/#project.tickets>

Skunks
Level 2
Level 2
Posts: 14
Joined: Sat Mar 31, 2012 8:20 pm

Delete this thread

Post by Skunks »

Reread the Xcode portion and realized that 4.3 breaks things
Locked