Re: More patches
- From: Yevgen Muntyan <muntyan tamu edu>
- To: Denis Oliver Kropp <dok directfb org>
- Cc: gtk-devel-list gnome org, Sven Neumann <sven gimp org>
- Subject: Re: More patches
- Date: Thu, 31 Jan 2008 12:04:51 -0600
Denis Oliver Kropp wrote:
Sven Neumann wrote:
Hi,
On Thu, 2008-01-31 at 06:06 +0100, Denis Oliver Kropp wrote:
gdk-directfb-cleanups.patch
Applied.
gdk-directfb-copy-to-image.patch
Applied.
gtk-add-glib-libs-to-executables.patch
This was a scary build issue. I installed glib, pango and gtk, but kept using
my system's atk. When gtk-query-immodules-2.0 was built it failed to link as
it missed a lot of new functions in the glib, e.g. glib_checksum_new(). I found
out that it somehow tried to link against my system's glib, though using pkg-config
the correct new glib was returned. Not sure if it's libstuhl or just the order
on the linker command line, but adding $(GLIB_LIBS) explicitly did the trick.
I did not apply this one as it affects other backends as well. Will
leave it up to the GTK+ developers to decide if this is the right thing
to do or not...
Ok, thanks! I think linking against GLIB_LIBS could only be a problem
if the version found by pkg-config if older than the one used by atk,
pango etc. For me it was the other way around which makes more sense.
'rm system_prefix/lib/*.la' [1] and try again? This issue isn't
directfb-specific.
Yevgen
[1] It used to break KDE when it used autotools so don't
do exactly that.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]