I recently installed the gtkmm development environment on my home
computer. When I tried compiling the sample code for treeview, the
compiler gave me the following results:
Compiler: Default compiler Building Makefile: "C:\GTK\gtkmm development\paned\Makefile.win" Executing make... make.exe -f "C:\GTK\gtkmm development\paned\Makefile.win" all g++.exe examplewindow.o main.o messageslist.o messagetext.o -o "paned.exe" -L"C:/GTK/LIB" -L"C:/GTK/LIB" -L"C:/GTK/LIB" -L"C:/GTK/LIB" -L"C:/Dev-Cpp/lib" -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 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) messageslist.o(.text$_ZN3Gtk14TreeViewColumnC1IN4Glib7ustringEEERKS3_RKNS_15TreeModelColumnIT_EE[Gtk::TreeViewColumn::TreeViewColumn<Glib::ustring>(Glib::ustring const&, Gtk::TreeModelColumn<Glib::ustring> const&)]+0x116):messageslist.cpp: variable 'vtable for Gtk::TreeViewColumn' can't be auto-imported. Please read the documentation for ld's --enable-auto-import for details. messageslist.o(.text$_ZN3Gtk14TreeViewColumnC1IN4Glib7ustringEEERKS3_RKNS_15TreeModelColumnIT_EE[Gtk::TreeViewColumn::TreeViewColumn<Glib::ustring>(Glib::ustring const&, Gtk::TreeModelColumn<Glib::ustring> const&)]+0x125):messageslist.cpp: 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 make.exe: *** [paned.exe] Error 1 Execution terminated
Kriston Scott |