[gtkmm] Help! compile gtkmm2.2.5 with mingw under Windows.



hello:
    I compiled gtkmm-2.2.5 with mingw GCC 3.2.3 under Windows. I have all the requred packages installed on my computer. The configration options are --prefix=/g/gtkmm --build=i386-pc-mingw32. But a error occured while linking example.exe. The error message is:
 
 
libtool: link: warning: library `d:/Applications/sigc++/lib/libsigc-1.2.la' was moved.
libtool: link: warning: library `d:/Applications/sigc++/lib/libsigc-1.2.la' was moved.
../../../gtk/gtkmm/.libs/libgtkmm-2.0.a(object.o)(.text+0x848): In function `ZN3Gtk6Object22disconnect_cpp_wrapperEv':
e:/sourceCode/gtkmm-2.2.5/gtk/gtkmm/../../gtk/gtkmm/object.h:81: undefined reference to `_imp___ZN4Glib6quark_E'
../../../gtk/gtkmm/.libs/libgtkmm-2.0.a(object.o)(.text+0x85e):e:/sourceCode/gtkmm-2.2.5/gtk/gtkmm/../../gtk/gtkmm/object.h:81: undefined reference to `_imp___ZN4Glib26quark_cpp_wrapper_deleted_E'
../../../gtk/gtkmm/.libs/libgtkmm-2.0.a(box.o)(.text+0x220): In function `ZN3Gtk11Box_Helpers7BoxList7reorderEN4Glib13List_IteratorINS0_5ChildEEES5_':
e:/sourceCode/gtkmm-2.2.5/gtk/gtkmm/../../glib/glibmm/containers.h:129: undefined reference to `_imp___ZN4Glib19glibmm_null_pointerE'
../../../gtk/gtkmm/.libs/libgtkmm-2.0.a(box.o)(.text+0xc1c): In function `ZN3Gtk11Box_Helpers7BoxList4findERKNS0_5ChildE':
e:/sourceCode/gtkmm-2.2.5/gtk/gtkmm/../../glib/glibmm/containers.h:129: undefined reference to `_imp___ZN4Glib19glibmm_null_pointerE'
../../../gtk/gtkmm/.libs/libgtkmm-2.0.a(box.o)(.text+0xcf5): In function `ZN3Gtk11Box_Helpers7BoxList4findERNS_6WidgetE':
e:/sourceCode/gtkmm-2.2.5/gtk/gtkmm/../../glib/glibmm/containers.h:129: undefined reference to `_imp___ZN4Glib19glibmm_null_pointerE'
../../../gtk/gtkmm/.libs/libgtkmm-2.0.a(box.o)(.text+0xea8): In function `ZN3Gtk11Box_Helpers7BoxList5eraseEN4Glib13List_IteratorINS0_5ChildEEE':
e:/sourceCode/gtkmm-2.2.5/gtk/gtkmm/../../glib/glibmm/containers.h:90: undefined reference to `_imp___ZN4Glib19glibmm_null_pointerE'
../../../gtk/gtkmm/.libs/libgtkmm-2.0.a(box.o)(.text+0x10d2): In function `ZNK3Gtk11Box_Helpers7BoxListixEj':
e:/sourceCode/gtkmm-2.2.5/gtk/gtkmm/../../glib/glibmm/containers.h:129: undefined reference to `_imp___ZN4Glib19glibmm_null_pointerE'
../../../gtk/gtkmm/.libs/libgtkmm-2.0.a(toolbar.o)(.text+0x2ab8):e:/sourceCode/gtkmm-2.2.5/gtk/gtkmm/../../glib/glibmm/containers.h:129: more undefined references to `_imp___ZN4Glib19glibmm_null_pointerE' follow
d:\Applications\mingw\bin\make.exe[4]: *** [example.exe] Error 1
d:\Applications\mingw\bin\make.exe[3]: *** [all-recursive] Error 1
d:\Applications\mingw\bin\make.exe[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
d:\Applications\mingw\bin\make.exe: *** [all] Error 2
 


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