Rein Klazes wrote:
On Thu, 19 May 2005 22:46:26 +0200, you wrote:
olepicture.c:938: error: `DGifOpen' undeclared here (not in a function) olepicture.c:938: warning: type defaults to `int' in declaration of `pDGifOpen' olepicture.c: In function `_gif_inputfunc': olepicture.c:970: error: structure has no member named `UserData' olepicture.c: In function `OLEPictureImpl_Load': olepicture.c:1080: error: called object is not a function olepicture.c:1110: error: structure has no member named `Function' make[2]: *** [olepicture.o] Error 1 make[2]: Leaving directory `/home/jorishuizer/.wine-source/wine/dlls/oleaut32' make[1]: *** [oleaut32] Error 2 make[1]: Leaving directory `/home/jorishuizer/.wine-source/wine/dlls' make: *** [dlls] Error 2
I think this is related to the configure change...
Not all gif lib's work. You don't say what distro you are using, but on Debian you should use libungif4-dev and not giflib3g-dev.
Rein.
Thanks, that solved the problem; Would it be possible to make configure warn about the gif library (and disable using it) when it's the wrong library version? Just an idea (no I don't have any experience with hacking configure scripts)
regards,
Joris