Bug#661036: closed by Josselin Mouette <joss at debian.org> (Re: Bug#661036: libgdk-pixbuf2.0-0: Error in libgdk-pixbuf2.0-0 installed libraries and header names)

Josselin Mouette joss at debian.org
Thu Feb 23 22:15:10 UTC 2012


Le jeudi 23 février 2012 à 23:45 +0200, slash mais a écrit : 
> I've got two sets of sources:
> 
> wxWidgets (wxWidgets-2.9.3.tar.bz2)
> 
> and
> 
> ultimatepp (upp-x11-src-4611.tar.gz)
> 
> both of which compiles elsewhere (see their respective sites)
> and both are looking for 'lgdk-pixbuf-2.0.' and therefore
> fails to link on the debian installation as described

I don’t know what this is about, but anything using gdk-pixbuf should be
using pkg-config, which will generate the appropriate flags.

$ pkg-config --cflags gdk-pixbuf-2.0
-pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  
$ pkg-config --libs gdk-pixbuf-2.0
-pthread -lgdk_pixbuf-2.0 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0  

I’d consider buggy anything that hardcodes those flags.

-- 
 .''`.      Josselin Mouette
: :' :
`. `'
  `-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part
URL: <http://lists.alioth.debian.org/pipermail/pkg-gnome-maintainers/attachments/20120223/b2aac5d6/attachment.pgp>


More information about the pkg-gnome-maintainers mailing list