Le jeudi 06 mars 2014 à 13:08 -0500, Hubert Figuière a écrit :
> On 06/03/14 11:57 AM, Hubert Figuière wrote:
> >
> > On 06/03/14 03:20 AM, Jean Brefort wrote:
> >>
> >> Things work for me. jpeg is in through wv-1.0:
> >>
> >> pkg-config --libs wv-1.0
> >> -L/usr/local/lib -lwv -lwmf -lwmflite -lfreetype -lX11 -lexpat -ljpeg
> >> -lpng -lz -lm -lgsf-1 -lgobject-2.0 -lxml2 -lglib-2.0
> >>
> >
> > Not here (Fedora 20). WTF?
> >
> > $ pkg-config --libs "wv-1.0 >= 1.2.0"
> > -lwv -lz -lpng -lm -lgsf-1 -lgobject-2.0 -lglib-2.0 -lxml2
>
> Thinking of it, since we require JPEG in ut_jpeg.cpp, we should just
> check / add it in configure.ac and be done with it.
>
> I have no idea why it actually broke, but our dependency chain was weak
> and it is better to fix that.
>
> Hub
>
We already check for it, but apparently add -ljpeg only for the windows
build. My configure output has:
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for jpeg_read_header in -ljpeg... yes
Jean
Received on Thu Mar 6 19:38:21 2014
This archive was generated by hypermail 2.1.8 : Thu Mar 06 2014 - 19:38:21 CET