Re: [Java-gnome-developer] compilation with 4.0.8
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2008-10-17 10:19:43
|
On Fri, 2008-10-17 at 10:38 +0200, Federico wrote: > I have to be stupid!!! No no. Nothing like that. You've been outstanding in your persistence. We'll figure it out. Don't worry. We just need to find out what is different about your computer compared to others. ... and while this may be just something weird to do with your machine, it's always possible that lots of other people are being hit with this too. So, it's excellent that we're working through this. It really *would* be helpful to do this in real time (ie together online), as there are many more questions we could ask. > I tried to compile the 4.0.8 version. > Problem: this does not compile at all! Versions generally improve as they grow, so usually things that don't work in previous version work in later ones. In particular, this problem: > GCC generated/bindings/org/gnome/gtk/GtkToolbar.c > > generated/bindings/org/gnome/gtk/GtkToolbar.c: In function > ‘Java_org_gnome_gtk_GtkToolbar_gtk_1toolbar_1set_1tooltips’: > generated/bindings/org/gnome/gtk/GtkToolbar.c:407: error: implicit > declaration of function ‘gtk_toolbar_set_tooltips’ is due to a function that is no longer available in GTK 2.14. We fixed this (and related problems) in java-gnome 4.0.9 [to be specific, the part of the release note about "Build system improvements" is about this very issue. The Gentoo people backported the fix to their 4.0.8 package, but it's in 4.0.9 and 'mainline' for those using newer versions] > Please help me! Not really sure what to say. Going back to 4.0.8 isn't really the answer. AfC Sydney |