http://bugs.winehq.org/show_bug.cgi?id=4294
------- Additional Comments From tuharsky@misbb.sk 2006-25-01 01:27 ------- Hi,
this is strange. I get different results depending on compilation procedure. When I compile the Wine 0.9.6 with standard .configure, make depend, make, make install, I get compiled Wine, however with bad GIFs.
When compiling by tools/wineinstall, soon the installation stops with this errors:
make[2]: Entering directory `/usr/src/wine-0.9.6/dlls/oleaut32' gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_OLEAUT32_ -DCOM_NO_WINDOWS_H -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o olepicture.o olepicture.c olepicture.c:1001: error: `DGifOpen' undeclared here (not in a function) olepicture.c:1001: warning: type defaults to `int' in declaration of `pDGifOpen'olepicture.c: In function `_gif_inputfunc': olepicture.c:1033: error: structure has no member named `UserData' olepicture.c: In function `OLEPictureImpl_Load': olepicture.c:1201: error: called object is not a function olepicture.c:1231: error: structure has no member named `Function' make[2]: *** [olepicture.o] Error 1 make[2]: Leaving directory `/usr/src/wine-0.9.6/dlls/oleaut32' make[1]: *** [oleaut32] Error 2 make[1]: Leaving directory `/usr/src/wine-0.9.6/dlls' make: *** [dlls] Error 2
I'm going to try older Wine versions which do have the GIF problem.