http://bugs.winehq.org/show_bug.cgi?id=14920
--- Comment #32 from Charles Davis cdavis@mines.edu 2009-07-25 20:25:53 --- (In reply to comment #31)
Patched successfully but build failed with:
xcodebuild ld64.xcodeproj === BUILDING NATIVE TARGET ld WITH THE DEFAULT CONFIGURATION (Release) ===
Checking Dependencies... unsupported build action 'ld64.xcodeproj' ** BUILD FAILED **
To answer you question about the version, I generated the patch against ld64 version 77.1 (the 10.5.7 version).
And that command line is obviously wrong (sorry, my bad; I didn't read the manpage before writing that post). It should be:
$ xcodebuild
from the ld64-77.1 directory, and it should build. (If you want to build some other configuration, try using the -configuration option. See xcodebuild(1) for more details.)
Or, you could just open the project file in Xcode, like this:
$ open ld64.xcodeproj
and then from the Xcode window, click the "Build" button in the toolbar. (Again, feel free to select a different configuration.)