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 : :' : `. `' `-
signature.asc
Description: This is a digitally signed message part