From: gnome-perl (bugzilla.gnome.org) <bug...@bu...> - 2006-05-09 20:36:58
|
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 Torsten Schoenfeld changed: What |Removed |Added -------------------------------------------------------------------------= --- CC| |kaf...@gm... ------- Comment #4 from Torsten Schoenfeld 2006-05-09 20:36 UTC ------- > Thirdly, and it's my main point, do you consider it normal to require e= xistence > of module (Grk2 in this case) before it is even built ? Gtk2 doesn't require Gtk2::CodeGen to be installed already. Like muppet = said, CodeGen.pm is shipped with the Gtk2 tarball. It should be in Gtk2-1.121/CodeGen.pm when you use Gtk2 1.121. As muppet already said as= well, Makefile.PL does a require 'CodeGen.pm'; on line 63 (in Gtk2 1.121). This should find the mentioned file if you r= un Makefile.PL in Gtk2-1.121 and "." is in the include path. Maybe one of t= hose last two conditions doesn't hold in your case? --=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. |