I'm trying to compile the current OSG CVS on Debian Sarge (stable) and
ReaderWriterGIF.cpp keeps failing because

struct GifFileType has no memeber named 'UserData'
and
DGifOpen is undeclared.

Looking at my gif_lib.h, the header looks like it is GIF_LIB_VERSION 2.0.
'GifFileType' indeed has no member called 'UserData'.
And DGifOpen does not exist (but DGifOpenFileName and
DGifOpenFileHandle do exist).

It appears that I had OSG 0.9.9 installed on this system and never
upgraded to 1.0. So I'm not exactly sure if this has broken since 1.0,
or if it came after.

But since this is the official stable version of Debian, I think OSG
needs to rollback or fix the GIF changes to allow building.

Thanks,
Eric
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to