On 02/27/2011 06:45 PM, Andrea Musuruane wrote:
Hi all,
I can't understand why this job fails on RPM Fusion buildsys. The
RPM is built fine with mock "fedora-rawhide-x86_64-rpmfusion_free" and
"fedora-rawhide-x86_64" profiles. Can somebody help? Thanks.
undefined reference to `GTK_WIDGET_REALIZED'
/usr/lib/gcc/i686-redhat-linux/4.6.0/../../../libgtkglext-x11-1.0.so:
undefined reference to `GTK_WIDGET_TOPLEVEL'
/usr/lib/gcc/i686-redhat-linux/4.6.0/../../../libgtkglext-x11-1.0.so:
undefined reference to `GTK_WIDGET_NO_WINDOW'
Gtk's API was changed in Fedora 15. These symbols were deprecated in Gtk
for some time and now have been removed from Fedora's Gtk.
Have a look into the src.rpm of gtkglext-1.2.0-14, (Currently stuck in
Fedora QA's silly delay queue)
[
https://admin.fedoraproject.org/updates/gtkglext-1.2.0-14]
for details of how a similar breakdown was fixed.
Ralf