Le vendredi 26 septembre 2008 à 21:21 +0200, Ico Doornekamp a écrit :
> Subject: libglade2-0: glade does not allow for linking with gdk+directfb-2.0
> Package: libglade2-0
> Version: 1:2.6.2-1
> Severity: normal
> 
> *** Please type your report below this line ***
> 
> It seems that libglade-2.0 depends on libgdk-x11-2.0, which clashes with
> libdk-directfb-2.0. This makes it impossible to use glade on gtk/gdk
> directfb applications:
> 
> [EMAIL PROTECTED]:/tmp$ gcc  `pkg-config --libs gtk+-directfb-2.0 
> libglade-2.0` -o hello hello.c
> /usr/lib/gcc/i486-linux-gnu/4.3.1/../../../../lib/libgdk-x11-2.0.so: 
> undefined reference to `cairo_>
> /usr/lib/gcc/i486-linux-gnu/4.3.1/../../../../lib/libgdk-x11-2.0.so: 
> undefined reference to `cairo_>
> /usr/lib/gcc/i486-linux-gnu/4.3.1/../../../../lib/libgdk-x11-2.0.so: 
> undefined reference to `cairo_>
> collect2: ld returned 1 exit status

Since the GDK ABI is not independent from the backend, all libraries you
need have to be rebuilt against the directfb version if you want to use
them with this backend.

If you are developing a new application targeted to DirectFB, you’d
better consider using GtkUIManager instead of Glade, that will avoid
using another library for that.

Cheers,
-- 
 .''`.
: :' :      We are debian.org. Lower your prices, surrender your code.
`. `'       We will add your hardware and software distinctiveness to
  `-        our own. Resistance is futile.

Attachment: signature.asc
Description: Ceci est une partie de message numériquement signée

Reply via email to