Subject: | New GIFLIB (4.2) library don't have GIF_LIB_VERSION macro |
New (4.2) GIFLIB library does not contain macro GIF_LIB_VERSION. This macro has been retired.
Therefore Imager can not find the library on the сonfiguration stage.
LINK: http://giflib.sourceforge.net/gif_lib.html
Forward and Backward Compatibility section.
Sorry I don't have patch for this issue.
As workaround I'm using such construction but its half-measure.
#ifndef GIF_LIB_VERSION
#define GIF_LIB_VERSION " Version 4.2, "
#endif