My /usr/local/share/perl/5.8.7/Gtk2/Ex/FormFactory/Layout.pm is
exactly as you posted -
$sw->add($widget->get_gtk_parent_widget);
It sounds like we are running similiar enviornments, with the only
difference that I am running on an amd64 machine, but hopefully the
different arch isn't the cause of the problems.
I will post this to your suggested group if nothing develops here.
Thanks for the help in any case!
Jim
On 7/28/05, Jörn Reder <joern@xxxxxx> wrote:
> Jim McNamara wrote:
>
> > jim@jimmusic:/usr/local/Video-DVDRip-0.97.1$ ./dvdrip
> > Pango-CRITICAL **: _pango_engine_shape_shape: assertion `PANGO_IS_FONT
> > (font)' failed at
> > /usr/local/share/perl/5.8.7/Gtk2/Ex/FormFactory/Layout.pm line 60.
> > Pango-ERROR **: file shape.c: line 75 (pango_shape): assertion failed:
> > (glyphs->num_glyphs > 0) at
> > /usr/local/share/perl/5.8.7/Gtk2/Ex/FormFactory/Layout.pm line 60.
> > Aborted
>
> Hmm, strange never saw that. You're using Gtk2::Ex::FormFactory 0.56,
> right? Line 60 of Layout.pm does nothing font/pango specific... or looks
> your line 60 different?
>
> $sw->add($widget->get_gtk_parent_widget);
>
> > I removed my pango which had been successfully compiled from the
> > source code, then had apt-get install, uninstall, and then reinstall
> > the full battery of pango and libpango utilities. It spit these same
> > erros out regardless.
> >
> > If anyone has the time to point me in the right direction to get this
> > repaired, I would greatly appreciate it!
>
> Sorry, I can't help. I use the gtk2, glib and pango libs and Perl
> bindings Debian sid (i386) gives me, without any problems.
>
> I'll suggest you ask your question in gtk-perl-list@xxxxxxxxxx Maybe the
> problem is not Perl specific, but probably they can help you
> nevertheless.
>
> Regards,
>
> Joern
>
> --
> Joern Reder
> Development Head ZYN! Coding Division - http://www.zyn.de/
>
>
>
|