So I just built wine 1.4.1 from source on my mac osx 10.6.8 using "/configure --verbose --x-includes=/usr/X11/include --x-libraries=/usr/X11/lib" and "make."
Everything went as expected but when I try to run "wine filepath/something.exe" from the source folder I receive a lot of errors:
"Wine cannot find the FreeType font library. To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
err:x11drv:process_attach failed to load libX11.6.dylib: dlopen(libX11.6.dylib, 266): image not found
err:x11drv:process_attach failed to load libX11.6.dylib: dlopen(libX11.6.dylib, 266): image not found
Wine cannot find the FreeType font library. To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
err:x11drv:process_attach failed to load libX11.6.dylib: dlopen(libX11.6.dylib, 266): image not found
err:x11drv:process_attach failed to load libX11.6.dylib: dlopen(libX11.6.dylib, 266): image not found
Wine cannot find the FreeType font library. To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
err:x11drv:process_attach failed to load libX11.6.dylib: dlopen(libX11.6.dylib, 266): image not found
err:x11drv:process_attach failed to load libX11.6.dylib: dlopen(libX11.6.dylib, 266): image not found
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
err:systray:initialize_systray Could not create tray window
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
wine: Unhandled exception 0x0eedfade at address 0x0000:0x7b82d862 (thread 0009), starting debugger...
err:seh:start_debugger Couldn't start debugger ("winedbg --auto 8 68") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger"
Whats worse is I wish to uninstall it and maybe just use winebottler but "make uninstall" just returns "No rule to make target `uninstall'"
I am not very familiar with terminal. Please help.
Can't run windows exes nor uninstall
Re: Can't run windows exes nor uninstall
Hi micman52,
I would suggest that you install wine over MacPorts. It might be, that your source package has some not up to date dependencies (like FreeType). When you will install wine over MacPorts, you will be sure to get the dependencies up to date. If you'd like so, follow the steps on this tutorial from David Baumgold: http://www.davidbaumgold.com/tutorials/wine-mac/
On part 3 of the tutorial (this is where actually wine will be compiled, after having installed MacPorts and xQuartz), I would suggest you to install the wine-devel version (wine 1.5.31) instead of the stable version 1.4.1. To do so, just enter: sudo port install wine-devel instead of sudo port install wine. This way, you'll have the newest version of wine installed with all its improvements since version 1.4.1
Have fun and got some patient, because it will take its time till wine-devel is installed due to a lot of necessary dependencies needed.
Hope this will work out for you!
Cheers mate,
Maexel
I would suggest that you install wine over MacPorts. It might be, that your source package has some not up to date dependencies (like FreeType). When you will install wine over MacPorts, you will be sure to get the dependencies up to date. If you'd like so, follow the steps on this tutorial from David Baumgold: http://www.davidbaumgold.com/tutorials/wine-mac/
On part 3 of the tutorial (this is where actually wine will be compiled, after having installed MacPorts and xQuartz), I would suggest you to install the wine-devel version (wine 1.5.31) instead of the stable version 1.4.1. To do so, just enter: sudo port install wine-devel instead of sudo port install wine. This way, you'll have the newest version of wine installed with all its improvements since version 1.4.1

Have fun and got some patient, because it will take its time till wine-devel is installed due to a lot of necessary dependencies needed.
Hope this will work out for you!
Cheers mate,
Maexel