Hi
I'm making a new Marjaro/Arch package but I ran in to an error on
load_gif.cc from the library libgif
In file included from load_gif.c:29:0:
/usr/include/gif_lib.h:183:9: note: declared here
int DGifCloseFile(GifFileType * GifFile, int *ErrorCode);
^
load_gif.c:219:3: error: too few arguments to function 'DGifCloseFile'
DGifCloseFile(gif)
It looks like a fundemental programing disagreement...
there has been an upgrade to libgif. I can hack it but that is not the
same as fixing it.
[ruben@stat13 WindowMaker-0.95.6]$ ls -al /usr/include/gif_lib.h
-rw-r--r-- 1 root root 13402 May 27 2014 /usr/include/gif_lib.h
~~~~~~~~~~~
/******************************************************************************
GIF decoding routines
******************************************************************************/
/* Main entry points */
GifFileType *DGifOpenFileName(const char *GifFileName, int *Error);
GifFileType *DGifOpenFileHandle(int GifFileHandle, int *Error);
int DGifSlurp(GifFileType * GifFile);
GifFileType *DGifOpen(void *userPtr, InputFunc readFunc, int *Error);
/* new one (TVT) */
int DGifCloseFile(GifFileType * GifFile, int *ErrorCode);
Ruben
--
So many immigrant groups have swept through our town
that Brooklyn, like Atlantis, reaches mythological
proportions in the mind of the world - RI Safir 1998
http://www.mrbrklyn.com
DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002
http://www.nylxs.com - Leadership Development in Free Software
http://www2.mrbrklyn.com/resources - Unpublished Archive
http://www.coinhangout.com - coins!
http://www.brooklyn-living.com
Being so tracked is for FARM ANIMALS and and extermination camps,
but incompatible with living as a free human being. -RI Safir 2013
--
To unsubscribe, send mail to [email protected].