| Summary: | dev-cpp/gtkmm-2.10.10 fails to compile | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Patrick Ohearn <pat> |
| Component: | [OLD] GNOME | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Patrick Ohearn
2007-08-03 23:02:51 UTC
Ok, fixed that failure by re-compiling cairomm. Compliation now fails with the following... i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"gtkmm\" -I../../gtk -I../../gtk -I../../pango -I../../pango -I../../atk -I../../atk -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DPNG_NO_MMX_CODE -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gtk-unix-print-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -march=pentium-m -pipe -ggdb -Wall -MT toolbar.lo -MD -MP -MF .deps/toolbar.Tpo -c toolbar.cc -fPIC -DPIC -o .libs/toolbar.o i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"gtkmm\" -I../../gtk -I../../gtk -I../../pango -I../../pango -I../../atk -I../../atk -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DPNG_NO_MMX_CODE -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gtk-unix-print-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -march=pentium-m -pipe -ggdb -Wall -MT toolitem.lo -MD -MP -MF .deps/toolitem.Tpo -c toolitem.cc -fPIC -DPIC -o .libs/toolitem.o toolbar.cc: In member function 'Gtk::Tooltips* Gtk::Toolbar::get_tooltips_object() const': toolbar.cc:569: error: 'const struct _GtkToolbar' has no member named 'tooltips' make[5]: *** [toolbar.lo] Error 1 make[5]: *** Waiting for unfinished jobs.... make[5]: Leaving directory `/var/tmp/portage/dev-cpp/gtkmm-2.10.10/work/gtkmm-2.10.10/gtk/gtkmm' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/var/tmp/portage/dev-cpp/gtkmm-2.10.10/work/gtkmm-2.10.10/gtk/gtkmm' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/var/tmp/portage/dev-cpp/gtkmm-2.10.10/work/gtkmm-2.10.10/gtk' make[2]: *** [all] Error 2 make[2]: Leaving directory `/var/tmp/portage/dev-cpp/gtkmm-2.10.10/work/gtkmm-2.10.10/gtk' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/dev-cpp/gtkmm-2.10.10/work/gtkmm-2.10.10' make: *** [all] Error 2 * * ERROR: dev-cpp/gtkmm-2.10.10 failed. * Call stack: * ebuild.sh, line 1648: Called dyn_compile * ebuild.sh, line 988: Called qa_call 'src_compile' * ebuild.sh, line 44: Called src_compile * ebuild.sh, line 1328: Called gnome2_src_compile * gnome2.eclass, line 71: Called die * * compile failure * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/dev-cpp/gtkmm-2.10.10/temp/build.log'. * which version of gtk+ ? x11-libs/gtk+-2.11.6 gtkmm needs to be bumped to 2.11 on gnome-overlay you know gtk+ 2.11 (unstable versions) are not supported by us. :) gtkmm bumped on gnome overlay. Closing this bug since it doesn't make sense gtkmm on the tree compiles with gtk+ 2.10 |