Re: Build still broken
Jean Brefort <[email protected]> Thu, 06 Mar 2014 19:37:55 +0100
| Newsgroups | gmane.editors.abiword.devel |
|---|---|
| Message-ID | <[email protected]> |
Le jeudi 06 mars 2014 =C3=A0 13:08 -0500, Hubert Figui=C3=A8re a =C3=A9cr= it : > On 06/03/14 11:57 AM, Hubert Figui=C3=A8re wrote: > >=20 > > 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 -ljpe= g > >> -lpng -lz -lm -lgsf-1 -lgobject-2.0 -lxml2 -lglib-2.0 > >> > >=20 > > Not here (Fedora 20). WTF? > >=20 > > $ pkg-config --libs "wv-1.0 >=3D 1.2.0" > > -lwv -lz -lpng -lm -lgsf-1 -lgobject-2.0 -lglib-2.0 -lxml2 >=20 > 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. >=20 > I have no idea why it actually broke, but our dependency chain was weak > and it is better to fix that. >=20 > Hub >=20 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