Hi there,I am having some problems using Introspection for GTK2-Perl (http://live.gnome.org/GTK2-Perl/Introspection). Here is what I've done:
1) Installed package gobject-introspection (Ubuntu 10.04)2) git clone git://git.gnome.org/perl-Glib-Object-Introspection (and the build procedure) 3) Installed package gir1.0-glib-2.0. Now there are several .typelib files installed
-------------snip-------------------------- /usr/lib/girepository-1.0/GIRepository-2.0.typelib /usr/lib/girepository-1.0/GL-1.0.typelib /usr/lib/girepository-1.0/GLib-2.0.typelib /usr/lib/girepository-1.0/GModule-2.0.typelib /usr/lib/girepository-1.0/GObject-2.0.typelib /usr/lib/girepository-1.0/Gdk-2.0.typelib /usr/lib/girepository-1.0/GdkPixbuf-2.0.typelib /usr/lib/girepository-1.0/Gio-2.0.typelib -------------snip-------------------------- 4) Created the two files that are attached to this mail When I run foo.pl I get the following error message:perl: symbol lookup error: /usr/local/lib/perl/5.10.1/auto/Glib/Object/Introspection/Introspection.so: undefined symbol: gperl_hv_take_sv
Any help is appreciated. Regards Mario
Attachment:
Foo.pm
Description: Perl program
Attachment:
foo.pl
Description: Perl program