Oh, that's very sad... This bug effectively renders every single Unreal Engine game useless on Wine, and I'm mostly developing mods on that platform, so needless to say I can't switch to Linux permanently because of this... Ah well, the bug will be solved sooner or later, I guess.
O RLY ?
i'd just git pulled all WINE as i do every once in a while to test this and i delete it every time because of this
./configure --prefix=/usr/local
dpkg --get-selections | grep libfreetypechecking for -lfreetype... not found
configure: error: FreeType 32-bit development files not found. Fonts will not be built.
Use the --without-freetype option if you really want this.
so then i thought that since this is a 64bit system maybe i'm lacking the 32bit libs, right, so i compared the files libfreetype6-dev for amd64 and i386 and the only differences were the libfreetype.la and freetype2.pc files so i put them in the /usr/lib32 and /usr/lib32/pkgconfig and run ldconfig to no uselibfreetype6 install
libfreetype6-dev install
any other ideas ?
BTW, the Ubuntu-wine-ppa was updated on the day...eh...
32-bit libfreetype should be in ia32-libs on Debian.
libfreetype.so is but not libfreetype.a or .la
dpkg --get-selections | grep ia32
ll /usr/lib32/libfreetype*ia32-libs install
ia32-libs-gtk install
Code:-rw-r--r-- 1 root root 564040 oct 15 2009 /usr/lib32/libfreetype.a ( i put it here from the 32bit -dev package just in case ) -rw-r--r-- 1 root root 947 oct 15 2009 /usr/lib32/libfreetype.la ( i put it here from the 32bit -dev package just in case ) lrwxrwxrwx 1 root root 16 apr 30 19:14 /usr/lib32/libfreetype.so -> libfreetype.so.6 lrwxrwxrwx 1 root root 21 apr 30 19:14 /usr/lib32/libfreetype.so.6 -> libfreetype.so.6.3.20 -rw-r--r-- 1 root root 483556 iun 1 2009 /usr/lib32/libfreetype.so.6.3.20
10q m8 that was it, forgot about config.log
now let me get these fixed:
configure: libhal/libdbus 32-bit development files not found, no dynamic device support.
configure: libsane 32-bit development files not found, scanners won't be supported.
configure: libv4l 32-bit development files not found.
configure: libcapi20 32-bit development files not found, ISDN won't be supported.
configure: libgsm 32-bit development files not found, gsm 06.10 codec won't be supported.
configure: libmpg123 32-bit development files not found (or too old), mp3 codec won't be supported.
configure: libopenal 32-bit development files not found (or too old), OpenAL won't be supported.
fixed only these
as i don't need the others and it build okconfigure: libhal/libdbus 32-bit development files not found, no dynamic device support.
configure: libmpg123 32-bit development files not found (or too old), mp3 codec won't be supported.
configure: libopenal 32-bit development files not found (or too old), OpenAL won't be supported.
10x
Actually, not everything. Thanks to the bug:
http://bugs.winehq.org/show_bug.cgi?id=20380
I couldn't play HoMM3 in Lucid. I downgraded to Karmic wine version and it works again. As kernels aren't backported, I'll have to wait till Maverick for a real fix.