Trying to compile gconfmm and getting these errors: g++ -O -march=athlon-mp -mmmx -mfpmath=sse -msse -m3dnow -pipe -O3 -z combreloc -s -o .libs/test_client main.o window_test.o -Wl,--export-dynamic ../../gconf/gconfmm/.libs/libgconfmm-2.6.so -L/usr/src/gcc-4.0.0.bld/i686-pc-linux-gnu/libstdc++-v3/src -L/usr/src/gcc-4.0.0.bld/i686-pc-linux-gnu/libstdc++-v3/src/.libs -L/usr/src/gcc-4.0.0.bld/gcc -L/usr/i686-pc-linux-gnu/bin -L/usr/i686-pc-linux-gnu/lib /opt/gcc34/lib/libstdc++.so -L/usr/src/gcc-3.4.3.bld/i686-pc-linux-gnu/libstdc++-v3/src -L/usr/src/gcc-3.4.3.bld/i686-pc-linux-gnu/libstdc++-v3/src/.libs -L/usr/src/gcc-3.4.3.bld/gcc -pthread /usr/lib/libgtkmm-2.4.so /usr/lib/libglibmm-2.4.so /usr/lib/libsigc-2.0.so /usr/lib/libgtk-x11-2.0.so /usr/lib/libstdc++.so /usr/lib/libgconf-2.so /usr/lib/libORBit-2.so /usr/lib/libpopt.so /usr/lib/libgobject-2.0.so -lm /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libgthread-2.0.so -lpthread /usr/lib/libglib-2.0.so -Wl,--rpath -Wl,/opt/gcc34/lib window_test.o:(.gnu.linkonce.r._ZTC11Window_Test8_N3Atk11ImplementorE +0xc): undefined reference to `typeinfo for Atk::Implementor' window_test.o:(.gnu.linkonce.r._ZTC11Window_Test8_N3Atk11ImplementorE +0x10): undefined reference to `Atk::Implementor::~Implementor()' window_test.o:(.gnu.linkonce.r._ZTC11Window_Test8_N3Atk11ImplementorE +0x14): undefined reference to `Atk::Implementor::~Implementor()' window_test.o:(.gnu.linkonce.r._ZTC11Window_Test8_N3Atk11ImplementorE +0x18): undefined reference to `Atk::Implementor::ref_accessibile_vfunc()' window_test.o:(.gnu.linkonce.r._ZTC11Window_Test8_N3Atk11ImplementorE +0x38): undefined reference to `typeinfo for Atk::Implementor' window_test.o:(.gnu.linkonce.r._ZTC11Window_Test8_N3Atk11ImplementorE +0x3c): undefined reference to `virtual thunk to Atk::Implementor::~Implementor()' window_test.o:(.gnu.linkonce.r._ZTC11Window_Test8_N3Atk11ImplementorE +0x40): undefined reference to `virtual thunk to Atk::Implementor::~Implementor()' window_test.o:(.gnu.linkonce.r._ZTC11Window_Test0_N3Gtk6WidgetE+0x128): undefined reference to `Atk::Implementor::ref_accessibile_vfunc()' window_test.o:(.gnu.linkonce.r._ZTC11Window_Test0_N3Gtk9ContainerE +0x150): undefined reference to `Atk::Implementor::ref_accessibile_vfunc()' window_test.o:(.gnu.linkonce.r._ZTC11Window_Test0_N3Gtk3BinE+0x150): undefined reference to `Atk::Implementor::ref_accessibile_vfunc()' window_test.o:(.gnu.linkonce.r._ZTC11Window_Test0_N3Gtk6WindowE+0x15c): undefined reference to `Atk::Implementor::ref_accessibile_vfunc()' window_test.o:(.gnu.linkonce.r._ZTV11Window_Test+0x15c): undefined reference to `Atk::Implementor::ref_accessibile_vfunc()' /usr/lib/libgtkmm-2.4.so: undefined reference to `Gdk::Color::~Color()' /usr/lib/libgtkmm-2.4.so: undefined reference to `Glib::wrap(_GdkPixbufAnimation*, bool)' /usr/lib/libgtkmm-2.4.so: undefined reference to `Glib::wrap(_GdkWindowObject*, bool)' /usr/lib/libgtkmm-2.4.so: undefined reference to `Gdk::AtomStringTraits::to_cpp_type(_GdkAtom*)' /usr/lib/libgtkmm-2.4.so: undefined reference to `Gdk::Pixbuf::get_base_type()' /usr/lib/libgtkmm-2.4.so: undefined reference to `Glib::wrap(_GdkVisual*, bool)' /usr/lib/libgtkmm-2.4.so: undefined reference to `typeinfo for Gdk::Pixmap' /usr/lib/libgtkmm-2.4.so: undefined reference to `Pango::wrap_init()' /usr/lib/libgtkmm-2.4.so: undefined reference to `Glib::wrap(_GdkRectangle const*)' /usr/lib/libgtkmm-2.4.so: undefined reference to `Glib::wrap(_GdkColor*, bool)' /usr/lib/libgtkmm-2.4.so: undefined reference to `Gdk::Window::raise()' /usr/lib/libgtkmm-2.4.so: undefined reference to `Glib::wrap(_PangoContext*, bool)' /usr/lib/libgtkmm-2.4.so: undefined reference to `Gdk::Color::Color(_GdkColor*, bool)' /usr/lib/libgtkmm-2.4.so: undefined reference to `Glib::wrap(_GdkColormap*, bool)' /usr/lib/libgtkmm-2.4.so: undefined reference to `Pango::FontDescription::FontDescription(_PangoFontDescription*, bool)' /usr/lib/libgtkmm-2.4.so: undefined reference to `Glib::wrap(_GdkDevice*, bool)' /usr/lib/libgtkmm-2.4.so: undefined reference to `Atk::wrap_init()' /usr/lib/libgtkmm-2.4.so: undefined reference to `Gdk::Region::Region(_GdkRegion*, bool)' /usr/lib/libgtkmm-2.4.so: undefined reference to `Gdk::Color::Color()' /usr/lib/libgtkmm-2.4.so: undefined reference to `Gdk::Pixmap::gobj_copy()' /usr/lib/make[2]: Leaving directory `/usr/src/gconfmm-2.10.0/examples/client' make[1]: Leaving directory `/usr/src/gconfmm-2.10.0/examples' ========================================================================================= Able to get it to build with these changes... diff -uNr gconfmm-2.10.0.old/configure.in gconfmm-2.10.0/configure.in --- gconfmm-2.10.0.old/configure.in 2005-05-15 02:09:12.000000000 +0200 +++ gconfmm-2.10.0/configure.in 2005-05-15 02:09:51.000000000 +0200 @@ -92,7 +92,7 @@ AC_SUBST(GCONFMM_CFLAGS) AC_SUBST(GCONFMM_LIBS) -PKG_CHECK_MODULES(GCONFMM_EXAMPLES, gtkmm-2.4 >= $GTKMM_VERSION_NEEDED gconf-2.0 >= $GCONF_VERSION_NEEDED) +PKG_CHECK_MODULES(GCONFMM_EXAMPLES, gtkmm-2.4 >= $GTKMM_VERSION_NEEDED gdkmm-2.4 >= $GTKMM_VERSION_NEEDED atkmm-1.6 >= $GTKMM_VERSION_NEEDED pangomm-1.4 >= $GTKMM_VERSION_NEEDED gconf-2.0 >= $GCONF_VERSION_NEEDED) AC_SUBST(GCONFMM_EXAMPLES_CFLAGS) AC_SUBST(GCONFMM_EXAMPLES_LIBS)
Attachment:
signature.asc
Description: This is a digitally signed message part