After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 136022 - Unable to compile gtk+-2.3.5
Unable to compile gtk+-2.3.5
Status: RESOLVED NOTABUG
Product: gtk+
Classification: Platform
Component: Backend: X11
2.3.x
Other Linux
: Normal critical
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2004-03-03 00:20 UTC by Rodd Clarkson
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Rodd Clarkson 2004-03-03 00:20:07 UTC
compiling gtk+-2.3.5 fails with the following output.

make  install-data-hook
make[5]: Entering directory
`/tmp/garnome-work/gtk+/main.d/gtk+-2.3.5/modules/input'
/bin/sh ../../mkinstalldirs /home/rodd/GNOME-2.5.5/etc/gtk-2.0
../../gtk/gtk-query-immodules-2.0 >
/home/rodd/GNOME-2.5.5/etc/gtk-2.0/gtk.immodules
Cannot load module
/home/rodd/GNOME-2.5.5/lib/gtk-2.0/2.2.0/immodules/im-gucharmap.so:
/home/rodd/GNOME-2.5.5/lib/libgnomeui-2.so.0: undefined symbol:
gtk_file_chooser_set_folder_mode
/home/rodd/GNOME-2.5.5/lib/gtk-2.0/2.2.0/immodules/im-gucharmap.so does not
export GTK+ IM module API: /home/rodd/GNOME-2.5.5/lib/libgnomeui-2.so.0:
undefined symbol: gtk_file_chooser_set_folder_mode
make[5]: *** [install-data-hook] Error 1
make[5]: Leaving directory
`/tmp/garnome-work/gtk+/main.d/gtk+-2.3.5/modules/input'
make[4]: *** [install-data-am] Error 2
make[4]: Leaving directory
`/tmp/garnome-work/gtk+/main.d/gtk+-2.3.5/modules/input'
make[3]: *** [install-am] Error 2
make[3]: Leaving directory
`/tmp/garnome-work/gtk+/main.d/gtk+-2.3.5/modules/input'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/tmp/garnome-work/gtk+/main.d/gtk+-2.3.5/modules'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/tmp/garnome-work/gtk+/main.d/gtk+-2.3.5'
make: *** [install-/tmp/garnome-work/gtk+/main.d/gtk+-2.3.5/Makefile] Error 2
[rodd@flathead gtk+]$
Comment 1 Owen Taylor 2004-03-03 20:16:20 UTC
You'll just need to delete that module before installing ...
during API instability, it's possible that things like
that will happen.