Hi all, got an error with gtkmm and dev-c++ at link time. Used these compiler commands: -verbose -Wl
-mno-cygwin -mms-bitfields -IC:/Dev-Cpp/include/gtkmm-2.4
-IC:/Dev-Cpp/lib/gtkmm-2.4/include -IC:/Dev-Cpp/include/glibmm-2.4
-IC:/Dev-Cpp/lib/glibmm-2.4/include -IC:/Dev-Cpp/include/gdkmm-2.4 -IC:/Dev-Cpp/lib/gdkmm-2.4/include
-IC:/Dev-Cpp/include/pangomm-1.4 -IC:/Dev-Cpp/include/atkmm-1.6
-IC:/Dev-Cpp/include/sigc++-2.0 -IC:/Dev-Cpp/lib/sigc++-2.0/include
-IC:/GTK/include/gtk-2.0 -IC:/GTK/include/glib-2.0
-IC:/GTK/lib/glib-2.0/include -IC:/GTK/lib/gtk-2.0/include
-IC:/GTK/include/pango-1.0 -IC:/GTK/include/atk-1.0 -LC:/Dev-Cpp/lib -LC:/GTK/lib And these Linker commands: --enable-runtime-pseudo-reloc
-lgtkmm-2.4 -lgdkmm-2.4 -latkmm-1.6 -lgtk-win32-2.0 -lpangomm-1.4 -lglibmm-2.4
-lsigc-2.0 -lgdk-win32-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangowin32-1.0 -lgdi32
-lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv
-LC:/Dev-Cpp/bin -LC:/GTK/lib But I still get the
following error: wBearbeiten.cc
C:\Dokumente und Einstellungen\ah\Eigene Dateien\Development\Projekte\SeeCards
for WinXP\src\wBearbeiten.o(.text$_ZN3Gtk14TreeViewColumnC1IjEERKN4Glib7ustringERKNS_15TreeModelColumnIT_EE+0x125)
variable 'vtable for Gtk::TreeViewColumn' can't be auto-imported. Please read
the documentation for ld's --enable-auto-import for details. I googled for some help
but there was nothing to fix my issue. Greets AH |