Hello all,
I'm trying to build giomm on windows using mingw.

I'm getting some undefined reference errors related to

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);
I've commented out and the build went fine.

Can any one point out where the mistake was?

Surya
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to