vtable for Gtk::TreeViewColumn' can't be auto-imported



Hello,
I get the following error while linking :

variable 'vtable for Gtk::TreeViewColumn' can't be auto-imported.
Please read the documentation for ld's --enable-auto-import for
details.

Im using Dev-C++ 4.9.9.2 under WinXP
Following packages are installed :
 gtkmm-devel-2.8.3-1 (tried also gtkmm-devel-2.6.2-1)
 gtk-win32-devel-2.8.10-rc1

I know Im not the first one who reports this error, but unfortunately I couldnt find
a solution in other postings.
I tried already the option -Wl, --enable-runtime-pseudo-reloc , what lets me link
my app, but it crashes when I try to execute the exe.
I tried also different compilers, different installer-packages (gimp, glade), but still same error Can anybody help what Im doing wrong ? Problem keeps me already busy for 3 days ......

thanks in advance

gizmo



maybe this output says anything ....

mingw32-g++.exe test.o -o "Projekt1.exe" -L"lib" ../libs/GTK/lib/libatkmm-1.6.dll.a
../libs/GTK/lib
/libgdkmm-2.4.dll.a ../libs/GTK/lib/libglibmm-2.4.dll.a ../libs/GTK/lib/libpango mm-1.4.dll.a ../libs/GTK/lib/libsigc-2.0.dll.a ../libs/sqlitedll-3_3_4/sqlite3.d ll ../libs/GTK/lib/libgtkmm-2.4.dll.a ../libs/GTK/lib/libglib-2.0.dll.a ../libs/
GTK/lib/libgtk-win32-2.0.dll.a
Info: resolving VTT for Gtk::TreeViewColumn by linking to __imp___ZTTN3Gtk14Tree
ViewColumnE (auto-import)
Info: resolving vtable for Gtk::TreeViewColumnby linking to __imp___ZTVN3Gtk14Tr
eeViewColumnE (auto-import)
test.o(.text$_ZN3Gtk14TreeViewColumnC1ISsEERKN4Glib7ustringERKNS_15TreeModelColu
mnIT_EE[Gtk::TreeViewColumn::TreeViewColumn<std::basic_string<char, std::char_tr aits<char>, std::allocator<char> > >(Glib::ustring const&, Gtk::TreeModelColumn< std::basic_string<char, std::char_traits<char>, std::allocator<char> > > const&) ]+0x116):test.cpp: variable 'vtable for Gtk::TreeViewColumn' can't be auto-impor ted. Please read the documentation for ld's --enable-auto-import for details.
test.o(.text$_ZN3Gtk14TreeViewColumnC1ISsEERKN4Glib7ustringERKNS_15TreeModelColu
mnIT_EE[Gtk::TreeViewColumn::TreeViewColumn<std::basic_string<char, std::char_tr aits<char>, std::allocator<char> > >(Glib::ustring const&, Gtk::TreeModelColumn< std::basic_string<char, std::char_traits<char>, std::allocator<char> > > const&) ]+0x125):test.cpp: variable 'vtable for Gtk::TreeViewColumn' can't be auto-impor ted. Please read the documentation for ld's --enable-auto-import for details.
test.o(.text$_ZN3Gtk14TreeViewColumnC1IlEERKN4Glib7ustringERKNS_15TreeModelColum
nIT_EE[Gtk::TreeViewColumn::TreeViewColumn<long>(Glib::ustring const&, Gtk::Tree ModelColumn<long> const&)]+0x116):test.cpp: variable 'vtable for Gtk::TreeViewCo lumn' can't be auto-imported. Please read the documentation for ld's --enable-au
to-import for details.
test.o(.text$_ZN3Gtk14TreeViewColumnC1IlEERKN4Glib7ustringERKNS_15TreeModelColum
nIT_EE[Gtk::TreeViewColumn::TreeViewColumn<long>(Glib::ustring const&, Gtk::Tree ModelColumn<long> const&)]+0x125):test.cpp: variable 'vtable for Gtk::TreeViewCo lumn' can't be auto-imported. Please read the documentation for ld's --enable-au
to-import for details.
collect2: ld returned 1 exit status
make: *** [Projekt1.exe] Error 1





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]