I've tried many times to compile Wine and everything seems to be fine until I try to run the resulting application. There are two cases: if I compile Wine using Snow Leopard, the application does not even start on any system; if I compile on Mavericks, the application works correctly on Mavericks, but on any other system, application windows do not show any font.
This is the command I use to configure the makefile ($PREFIX is a custom folder on my desktop):
Code: Select all
./configure --verbose --without-x --prefix=$PREFIX --disable-win16 --disable-tests
I'm using the latest Wine development release, "1.7.26".
I've also installed the freetype library, compiling it using CFLAGS="-arch i386".
Is there anyone who successfully did it and can help me, please?
NB: unfortunately, I can NOT use any third-party application like WineBottler or Wineskin.