From: gnome-perl (bugzilla.gnome.org) <bug...@bu...> - 2006-05-09 01:55:18
|
Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=3D341090 gnome-perl | Gtk2 | Ver: unspecified ------- Comment #2 from muppet 2006-05-09 01:55 UTC ------- Gtk2::CodeGen is actually included in the Gtk2 source tarball. Gtk2's Makefile.PL mentions this: require 'CodeGen.pm'; # other modules should 'use Gtk2::CodeGen;' -- # we can't because it's not installed yet. This technique has been in use in Gtk2's Makefile.PL since before version= 1.0. I am unable to reproduce this locally. Since Gtk2 1.100, Gtk2::CodeGen is just a wrapper for Glib::CodeGen. It = may be that your perl is unable to locate Glib::CodeGen. By the way, rather than=20 /usr/bin/perl5.8.7 -w -I /mnt/removable4/sergei/build_work/install/Glib-1.120/lib/perl5/site_perl/= 5.8.7/i386-linux -I /mnt/removable4/sergei/build_work/install/Glib-1.120/lib/perl5/site_perl/= 5.8.7/i386-linux/Glib -I /mnt/removable4/sergei/build_work/install/Glib-1.120/lib/perl5/site_perl/= 5.8.7/i386-linux/Glib/Install -I /mnt/removable4/sergei/build_work/install/Glib-1.120/lib/perl5/site_perl/= 5.8.7/i386-linux/Glib/Object ... I'd suggest that you instead try export PERL5LIB=3D/mnt/removable4/sergei/build_work/install/Glib-1.120/lib/perl5= /site_perl:$PERL5LIB /usr/bin/perl5.8.7 -w ... --=20 Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=3Demail ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |