From: gnome-perl (bugzilla.gnome.org) <bug...@bu...> - 2006-05-09 23:42:02
|
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 #9 from Sergei Steshenko 2006-05-09 23:40 UTC ------- Created an attachment (id=3D65129) --> (http://bugzilla.gnome.org/attachment.cgi?id=3D65129&action=3Dview) the first fix which worked for me This the first (chronoligically) fix which worked for me. The lines to pay attention to are: 69 require './CodeGen.pm'; # other modules should 'use Gtk2::CodeGen= ;' -- 70 # we can't because it's not installed yet. 71 eval "use Glib::CodeGen;"; - the main line is #71, I'll explain why I prefer require './CodeGen.pm'; rather than require 'CodeGen.pm'; --=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. |