Problem while building Terminal Emulator

Alexander Toresson alexander.toresson at gmail.com
Wed Nov 15 14:43:07 CET 2006


On 11/14/06, Anders Lind <sunshinecoast at swipnet.se> wrote:
> On Tue, 14 Nov 2006 19:55:17 +0100
> "Alexander Toresson" <alexander.toresson at gmail.com> wrote:
>
> > Hmm. gtk_tree_view_get_rubber_banding() is a new symbol in gtk 2.10,
> > according to http://developer.gnome.org/doc/API/2.0/gtk/ix07.html . I
> > checked the source and both in current svn and in rc2, the code that
> > contains the call to that function is surrounded by preprocessor
> > statements that make sure that it won't be used when gtk 2.9 (the
> > development version that eventually became 2.10) or newer isn't found.
> >
> > One possibility is that your libexo is for some reason compiled
> > against a newer gtk2 than is available on your system, so you might
> > want to recompile it, and make sure to get rid of any installations of
> > it before doing so.
>
> Hello,
>
> I removed libexo with make deinstall , although it complained about that
> it couldn't remove everything and then ran make install again and then
> ran the installer again but same error....I have updated GTK on
> occasions, however it is 2.10.6 right now which should be the version
> that libexo compiled against.
>
> Cheers
> Anders

Just a guess, but maybe it finds and uses headers for gtk 2.10.6 but
for some reason tries to link against an earlier version of gtk that's
present somewhere on your hdd?

Regards, Alexander Toresson



More information about the Xfce mailing list