GNOME Bugzilla – Bug 524126
giomm build failure.
Last modified: 2008-03-29 18:44:25 UTC
I'm trying to build glibmm on windows using mingw (gcc-3.4.5) glibmm build went fine. but giomm build failed showing undefined references to the following. g_desktop_app_info_get_type g_unix_input_stream_get_type g_unix_output_stream_get_type Glib::wrap_register(g_desktop_app_info_get_type(), &Gio::DesktopAppInfo_Class::wrap_new); Glib::wrap_register(g_unix_input_stream_get_type(), &Gio::UnixInputStream_Class::wrap_new); Glib::wrap_register(g_unix_output_stream_get_type(), &Gio::UnixOutputStream_Class::wrap_new); So I've commented out appropriate lines in giomm/wrap_init.cc file and the build went fine. Surya
I've checked in a change that I hope will fix this issue. I can't easily test it, so I'd appreciate it if somebody would test it for me. If you can't easily test from svn, let me know and I'll put together a tarball to test.