Re: Help! Custom cell renderers blowing up ...

2013-02-21 Thread Dan Kasak
On Fri, 2013-02-22 at 05:18 +, Dan Kasak wrote: > Hi Torsten. Thanks, once again, for the reply. AHA! Removed some distro libraries and pulled in via cpan ... and it's FIXED! Sorry for the false flags ... but actually you helped me out a lot with other issues in my code anyway :) Dan _

Re: Help! Custom cell renderers blowing up ...

2013-02-21 Thread Dan Kasak
Hi Torsten. Thanks, once again, for the reply. On Thu, 2013-02-21 at 09:39 +, Torsten Schoenfeld wrote: > On 21.02.2013 07:28, Dan Kasak wrote: > > Can't locate object method "EDITING_STARTED" via package > > "Gtk3::Ex::Datasheet::DBI::CellRendererText" at > > /usr/lib64/perl5/site_perl/5.12

Test failures with Glib 1.290 on *BSD

2013-02-21 Thread Brian Manning
Glib is failing in cpantesters on a few *BSDs now. I fired up a VM and poked around. The Perl in OpenBSD 5.2 is non-threaded, Glib segfaults when 'make' is run, right when Perl is invoked the build the docs. The error is similar to this: bash-4.2# perl -I blib/lib -I blib/arch -e "use Glib;" per

Re: Help! Custom cell renderers blowing up ...

2013-02-21 Thread Torsten Schoenfeld
On 21.02.2013 07:28, Dan Kasak wrote: Can't locate object method "EDITING_STARTED" via package "Gtk3::Ex::Datasheet::DBI::CellRendererText" at /usr/lib64/perl5/site_perl/5.12.4/Gtk3.pm line 228. I don't get this with my Gtk3 port of odot, so… no clue off-hand. Can you provide a self-contained