How do I compile DarWINE in PowerPC Mac OS X 10.4.11...?
- by Craig W. Davis
So far I've tried using MacPorts which gives me this error:
/Error: Cannot install wine for the arch(s) 'powerpc' because
Error: its dependency pkgconfig is only installed for the archs 'i386 ppc'.
Error: Unable to execute port: architecture mismatch
To report a bug, etc... (I'm not allowed to post two links due to being a new poster...)./ I've also tried using the build script I found in the DarWINE 0.9.12 SDK download that I found on the DarWINE SourceForge.net Project Page... I've also tried the build script that I found at http://code.google.com/p/osxwinebuilder/#Building_Wine_via_the_script... None of these attempts to build DarWINE have actually worked.
Whenever I build using the DarWINE build script I run it as follows:
/1. I decompress the WINE tarball into ~/Downloads/WINE
2. I cd into ~/Downloads/DarWINE.
3. I run ./winemaker ~/Downloads/WINE/wine-1.2.2 or ./winemaker ~/Downloads/WINE/wine-1.2-rc2 (the reason for trying WINE 1.2-rc2 is that some people managed to get it to build on PowerPC Macs running 10.5.8...)./
I made sure to install Xcode Tools 2.5 & all the SDKs too... The net result is either a syntax type error resulting from trying to run the checked out Google Code DarWINE build script or a bunch of make errors when trying to run the official DarWINE build script that I forcefully extracted from the DarWINE 0.9.12 SDK .dmg file by using Pacifist. I trying to build DarWINE on mid-April 2006 1.42 GHz eMac with DL SuperDrive with Bluetooth 2.0+EDR with 2 GBs of RAM running 10.4.11 as I mentioned earlier... (it came with 10.4.4 on the Mac's Restore DVD-ROM that I ordered from 1-800-SOS-APPL & coconutIdentityCard told me it was made on April 12th 2006 & I know that's right because when I reinstalled Mac OS X 10.4.4 it displayed that it was registered/previously owned by a Hawaiian school...):
/make[1]: winegcc: Command not found
make[1]: * [main.o] Error 127
make: * [dlls/acledit] Error 2./