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