Bug 3782 - libgalago-gtk 0.3.2 failes to compile because it deps on gtk+ 2.7/2.8
Summary: libgalago-gtk 0.3.2 failes to compile because it deps on gtk+ 2.7/2.8
Status: RESOLVED FIXED
Alias: None
Product: Galago
Classification: Unclassified
Component: libgalago-gtk (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Christian Hammond
QA Contact:
URL: http://developer.gnome.org/doc/API/2....
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-15 08:44 UTC by Daniel Stone
Modified: 2005-07-14 02:40 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description FreeDesktop Bugzilla Database Corruption Fix User 2005-07-15 08:44:37 UTC
i686-pc-linux-gnu-gcc -O3 -march=pentium-m -fomit-frame-pointer -pipe -Wall -o
.libs/test-presence-icon test-presence-icon.o 
../libgalago-gtk/.libs/libgalago-gtk.so /usr/lib/libgtk-x11-2.0.so
/usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libgdk_pixbuf-2.0.so
-lm /usr/lib/libpangoxft-1.0.so /usr/lib/libpangox-1.0.so
/usr/lib/libpango-1.0.so /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so
-ldl /usr/lib/libgalago.so /usr/lib/libdbus-glib-1.so /usr/lib/libdbus-1.so
/usr/lib/libglib-2.0.so
../libgalago-gtk/.libs/libgalago-gtk.so: undefined reference to
`gtk_dialog_get_response_for_widget'


If you click the link it shows that you need GTK+ 2.8, which isn't even released
yet.

Any chance you can switch this to some other code that requires a lower dep?
Even 2.6 would be fine.
Comment 1 Ed Catmur 2005-07-15 09:09:02 UTC
gtk_dialog_get_response_for_widget() is in 2.7.0.

"Since: 2.8" in the docs means it was introduced some time during the 2.7.x
development cycle.
Comment 2 FreeDesktop Bugzilla Database Corruption Fix User 2005-07-15 12:28:37 UTC
Obviously, it's in the 2.7.x releases Ed since those become 2.8.x. Entirely
besides the point. It's not a stable release. I'm asking not to depend on
"unreleased/unstable" features.
Comment 3 Christian Hammond 2005-07-15 12:39:50 UTC
It's fixed in SVN. I should put out another release.
Comment 4 Christian Hammond 2005-07-15 12:40:28 UTC
Marking as fixed. I'll try to throw together a release.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.