On Friday, October 24, 2014, andrew <[email protected]> wrote: > Hi > > You guys probably know this already but one piece of the build is broken > (twice) in wrlib/load_gif.c. At least on my version of the download it's > broken :) > > Fixed probably incorrectly by adding &gif_error to the method call > DGifCloseFile cos someone says it has to have two parameters. > > Hi,
I believe you are using an old version of libgif, DGifCloseFile was changed int DGifCloseFile(GifFileType *GifFile) // old int DGifCloseFile(GifFileType *GifFile, int *ErrorCode) //new Regards, David > Anyroad it now builds > > Regards > > > Andrew Senior > > > -- > To unsubscribe, send mail to [email protected]. >
