http://bugs.winehq.org/show_bug.cgi?id=4414
Summary: Debian -unable to compile Wine if giflib3g-dev is present Product: Wine Version: CVS Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P3 Component: wine-ole AssignedTo: wine-bugs@winehq.org ReportedBy: tuharsky@misbb.sk
Debian Sarge machine. After I have installed giflib3g-dev package, I'm no longer able to compile Wine from sources. When the package is uninstalled, compilation works again. Tested with Wine 0.9.6, CVS 2006-01-20, CVS 2006-01-01, CVS 2006-08..
Error looks like this:
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