On Thu, Jul 18, 2013 at 8:14 PM, F. Lewis Biggs <flbi...@kbbplc.com> wrote:
> I am trying to install the Gtk3 perl module and get the following error when
> I run "make test":
>
> ~/Source/gtk3.perl/Gtk3-0.009$ make test
>
> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
> "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
>
> t/00-init.t .................... Bailout called.  Further testing stopped:
> Cannot load Gtk3: Typelib file for namespace 'Gtk', version '3.0' not found
> at /usr/local/lib/perl/5.14.2/Glib/Object/Introspection.pm line 92.
> FAILED--Further testing stopped: Cannot load Gtk3: Typelib file for
> namespace 'Gtk', version '3.0' not found at
> /usr/local/lib/perl/5.14.2/Glib/Object/Introspection.pm line 92.
> make: *** [test_dynamic] Error 255

This has nothing to do with Gtk3 the Perl module, but GTK+3 the C
library.  Your GTK+3 C library has been compiled without object
introspection.  All of the dependencies of GTK+3 also need to be
compiled with object introspection in order for the Gtk3 Perl bindings
to work.

What OS/distro are you using?

Thanks,

Brian
_______________________________________________
gtk-perl-list mailing list
gtk-perl-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to