Re: [sprog-users] GLib-GObject-WARNING
Status: Alpha
Brought to you by:
grantm
From: Grant M. <gr...@mc...> - 2005-12-03 09:32:52
|
On Fri, 2005-12-02 at 07:51 -0500, rw703 wrote: > I've installed Sprog but must have missed something. I'm getting the following > error as Sprog is running: > > GLib-GObject-CRITICAL **: g_param_spec_boxed: assertion `G_TYPE_IS_BOXED > (boxed_ type)' failed at /usr/local/share/perl/5.8.7/Sprog/GtkGearView.pm line 86. OK, I got a quick response from muppet on the perl-gtk list: http://mail.gnome.org/archives/gtk-perl-list/2005-December/msg00012.html It turns out that the Perl Gnome2::Canvas library on Ubuntu was built against the 2.10 release of the libgnomecanvas library. That library has since been upgraded to 2.12 which has minor API differences and the Perl package simply needs to be recompiled against the new version. I've put a recompiled version of the package up on the Sprog site: http://sprog.sourceforge.net/install/ubuntu.html I've also logged a bug with Ubuntu, so an official package will hopefully appear eventually: https://launchpad.net/malone/bugs/5334 Regards Grant |