19 Aug
2013
19 Aug
'13
12:49 a.m.
I am trying to install spamprobe from the opt repository but it fails to build due to a coding error. Here is the report:
GifParser.cc: In member function 'void GifParser::openImage()': GifParser.cc:102:40: error: too few arguments to function 'GifFileType* DGifOpen(void*, InputFunc, int*)' In file included from GifParser.h:37:0, from GifParser.cc:38: /usr/include/gif_lib.h:180:14: note: declared here
It looks like an incompatibility between this package and giflib (also from opt). My giflib is version 5.0.4-1. Is there a patch for this?
This kind of thing should be reported in the bug tracking website: http://crux.nu/bugs/ That said, here is a patch that should help you. Alan