Hi John,

On Fri, Apr 15, 2016 at 3:22 PM, John Cupitt <jcup...@gmail.com> wrote:
> vips 8.3.0 has three new optional dependencies: poppler-glib, librsvg and
> libgif. If it finds these libraries at configure time, it adds support for
> loading SVG, PDF and GIF files.
 Sorry for the slow answer. I've tried giflib and found that the
Debian version 5.1.x is not working with VIPS 8.3 version. Then
without reporting it, I've skipped the new optional loaders. :(
But here it goes for GIF:
-- cut --
configure:25587: gcc -o conftest -g -O2 -fPIE -fstack-protector-strong
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIE
-pie -Wl,-z,relro -Wl,-z,now conftest.c -lgif  >&5
conftest.c: In function 'main':
conftest.c:123:19: warning: passing argument 1 of 'EGifSetGifVersion'
from incompatible pointer type [-Wincompatible-pointer-types]
 EGifSetGifVersion("")
                   ^
In file included from conftest.c:119:0:
/usr/include/gif_lib.h:157:6: note: expected 'GifFileType * {aka
struct GifFileType *}' but argument is of type 'char *'
 void EGifSetGifVersion(GifFileType *GifFile, const bool gif89);
      ^
conftest.c:123:1: error: too few arguments to function 'EGifSetGifVersion'
 EGifSetGifVersion("")
 ^
In file included from conftest.c:119:0:
/usr/include/gif_lib.h:157:6: note: declared here
 void EGifSetGifVersion(GifFileType *GifFile, const bool gif89);
      ^
-- cut --

The others are working, will upload the updated package soon.

Cheers,
Laszlo/GCS

Reply via email to