Re: Build still broken
Hubert Figuière <[email protected]> Thu, 06 Mar 2014 13:08:28 -0500
| Newsgroups | gmane.editors.abiword.devel |
|---|---|
| Message-ID | <[email protected]> |
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 -ljpeg >> -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 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