Re: Question from a newbie.



Marco Schwarz wrote:
> Hi,
> 
> I try to compile a Demo-Programm with a treeview on WinXP (MinGW)
> 
> I don't understand the Output:
> 
> Compiling source file(s)...
> helloworld.cpp
> main.cpp
> Linking...
> Info: resolving VTT for Gtk::TreeViewColumn by linking to
> __imp___ZTTN3Gtk14TreeViewColumnE (auto-import)
> Info: resolving vtable for Gtk::TreeViewColumnby linking to
> __imp___ZTVN3Gtk14TreeViewColumnE (auto-import)
> C:\Dokumente und
> Einstellungen\uschma\Developer\cpp\demo\GTKMM_Last_Demo\Debug\helloworld.o(.text$_ZN3Gtk14TreeViewColumnC1IbEERKN4Glib7ustringERKNS_15TreeModelColumnIT_EE[Gtk::TreeViewColumn::TreeViewColumn<bool>(Glib::ustring
> const&, Gtk::TreeModelColumn<bool>
> const&)]+0x116):..\..\..\..\..\..\Programme\Gemeinsame
> Dateien\GTK\2.0\include\sigc++-2.0\sigc++\functors\slot.h:43: variable
> 'vtable for Gtk::TreeViewColumn' can't be auto-imported. Please read the
> documentation for ld's --enable-auto-import for details.
> C:\Dokumente und
> Einstellungen\uschma\Developer\cpp\demo\GTKMM_Last_Demo\Debug\helloworld.o(.text$_ZN3Gtk14TreeViewColumnC1IbEERKN4Glib7ustringERKNS_15TreeModelColumnIT_EE[Gtk::TreeViewColumn::TreeViewColumn<bool>(Glib::ustring
> const&, Gtk::TreeModelColumn<bool>
> const&)]+0x125):..\..\..\..\..\..\Programme\Gemeinsame
> Dateien\GTK\2.0\include\gtkmm-2.4\gtkmm\treeview.h:1429: variable
> 'vtable for Gtk::TreeViewColumn' can't be auto-imported. Please read the
> documentation for ld's --enable-auto-import for details.
> collect2: ld returned 1 exit status
> 
> GTKMM_Last_Demo.exe - 2 error(s), 0 warning(s)
> 
> 
> Can someone give me an idea?

Use the -Wl,--enable-runtime-pseudo-reloc option at link time.

Cedric



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