Hello,
I wanted to install (Dar)wine on my Intel Mac, first I've tried with the binaries found on http://wiki.winehq.org/MacOSX/Installing The installation goes fine, but running any of the apps fails.
So, instead, I've tried to build Wine from Scratch, this is what I get:
ruben@CakeSlicer:~/distrib$ ./create_darwine_distrib.sh $VERSION ~/ Desktop/wine-$VERSION # Packaging Darwine for version 1.1.20 using Wine sources in /Users/ ruben/Desktop/wine-1.1.20... # Building Wine in /Users/ruben/Desktop/wine-1.1.20 (warning: takes a long time)... configure: WARNING: mach-o/dyld_images.h: present but cannot be compiled configure: WARNING: mach-o/dyld_images.h: check for missing prerequisite headers? configure: WARNING: mach-o/dyld_images.h: see the Autoconf documentation configure: WARNING: mach-o/dyld_images.h: section "Present But Cannot Be Compiled" configure: WARNING: mach-o/dyld_images.h: proceeding with the preprocessor's result configure: WARNING: mach-o/dyld_images.h: in the future, the compiler will take precedence configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to wine-devel@winehq.org ## configure: WARNING: ## ------------------------------------ ## configure: error: FreeType development files not found. Fonts will not be built. Use the --without-freetype option if you really want this. ***** Error: Can't build wine
thanks for keeping me informed about this error,
Ruben Hillewaere PhD student, COMO Vrije Universiteit Brussel
Department of Computer Science Pleinlaan 2 B-1050 Brussels Belgium
Ruben Hillewaere wrote:
Hello,
I wanted to install (Dar)wine on my Intel Mac, first I've tried with the binaries found on http://wiki.winehq.org/MacOSX/Installing The installation goes fine, but running any of the apps fails.
So, instead, I've tried to build Wine from Scratch, this is what I get:
ruben@CakeSlicer:~/distrib$ ./create_darwine_distrib.sh $VERSION ~/Desktop/wine-$VERSION # Packaging Darwine for version 1.1.20 using Wine sources in /Users/ruben/Desktop/wine-1.1.20... # Building Wine in /Users/ruben/Desktop/wine-1.1.20 (warning: takes a long time)... configure: WARNING: mach-o/dyld_images.h: present but cannot be compiled configure: WARNING: mach-o/dyld_images.h: check for missing prerequisite headers? configure: WARNING: mach-o/dyld_images.h: see the Autoconf documentation configure: WARNING: mach-o/dyld_images.h: section "Present But Cannot Be Compiled" configure: WARNING: mach-o/dyld_images.h: proceeding with the preprocessor's result configure: WARNING: mach-o/dyld_images.h: in the future, the compiler will take precedence configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to wine-devel@winehq.org ## configure: WARNING: ## ------------------------------------ ## configure: error: FreeType development files not found. Fonts will not be built. Use the --without-freetype option if you really want this. ***** Error: Can't build wine
Did you install XCode, the X11SDK from your Leopard disk, and get the required packages from either Fink or MacPorts?
You might want to try either:
1. The build environment from Mike Kronenberg's site (it is on the same line as the unstable version), or 2. Install either Fink or MacPorts and use their build system.
Either should give you a working Wine for MacOSX.
If you have further comments/questions, we are here to help.
James McKenzie