here is the line from "ldd .libs/libgdk-3.so"
libXcomposite.so.1 => /usr/X11R6/lib64/libXcomposite.so.1 (0x00002ba184a2a000)
but I had another response indicating that this should be defined in:
/usr/include/X11/extensions/Xcomposite.h
But though the file exists, XCompositeReleaseOverlayWindow isn't in there.
I'll try the ./configure --disable-xcomposite
thanks
tom
From: prlw1 <prlw1@xxxxxxxxx>
To: twurgl@xxxxxxxxxxxx
Cc: gtk-list@xxxxxxxxx
Date: 06/23/2011 09:51 AM
Subject: Re: gtk+-3.0.10: undefined reference to `XCompositeReleaseOverlayWindow'
On Thu, Jun 23, 2011 at 09:38:50AM -0400, twurgl@xxxxxxxxxxxx wrote:
> I am getting the following error:
>
> Making all in tests
> make[4]: Entering directory `/u/rds4020/t901353/src/gtk+-3.0.10/gdk/tests'
> CC gdk-color.o
> CCLD gdk-color
> ../../gdk/.libs/libgdk-3.so: undefined reference to
> `XCompositeReleaseOverlayWindow'
> ../../gdk/.libs/libgdk-3.so: undefined reference to
> `XCompositeGetOverlayWindow'
Those functions are defined in libXcomposite.so.
Does "ldd gdk/.libs/libgdk-3.so" say anything about it?
When you ran configure, did the Xcomposite tests look OK?
(maybe try with ./configure --disable-xcomposite ?)
Cheers,
Patrick
_______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list