From: gnome-perl (bugzilla.gnome.org) <bug...@bu...> - 2006-05-22 23:56:42
|
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=3D342444 gnome-perl | Gnome2::Print | Ver: unspecified ------- Comment #15 from muppet 2006-05-22 23:56 UTC ------- (In reply to comment #13) > Wrong versions of Gtk2 and Glib were taken - the correct ones are > Glib-1.120, Gtk2-1.121. >=20 > So, for some reason 'make test' didn't take the right versions. >=20 > Again reliance on PERL5LIB and ignoring the whole bunch of -I <path> > I gave during 'perl Makefile.PL' ? Yes. This is how perl's build tools work, and this is why i have been so insistent that you use PERL5LIB instead of trying to find ways not to. pkg-config requires PKG_CONFIG_PATH; the rtld requires LD_LIBRARY_PATH; execve() requires PATH. perl requires PERL5LIB. You mentioned earlier that we'd claimed it was optional in the README; th= at's because there are various situations when other options are more appropri= ate.=20 This is not one of them. Please set the appropriate paths in PERL5LIB an= d try again. --=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. |