On Tue, 2008-01-01 at 22:43 +0000, russell wrote: > When I try to build glibmm-2.14.2 the configure works but make > returns: "convert.cc:52: error: 'g_assert' was not declared in this > scope" I run Linux 2.6.23.1, Slackware 10.2, up to date libraries. > Has anyone an idea what causes this?
You are probably using a development release of glib, which has moved g_assert() to a new header. If they don't fix that then I will patch glibmm 2.14 to build with both old and new versions. glibmm in svn trunk already has a fix for this. -- [EMAIL PROTECTED] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
