|
..and valgrind said ;
root:/usr/local/Glib-1.200$ valgrind --tool=memcheck --num-callers=100
/usr/bin/perl -I blib/arch -MGlib::GenPod -MGlib -e "add_types
(qq(doctypes)); Glib::GenPod::set_copyright(qq{Copyright (C) 2003-2008 by
/the gtk2-perl team.\n\nThis software is licensed under the LGPL. See
L<Glib> for a full notice.\n}); Glib::GenPod::set_main_mod(qq(Glib));
/xsdoc2pod(q(build/doc.pl), q(blib/lib), q(build/podindex));"
==29160== Memcheck, a memory error detector.
==29160== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==29160== Using LibVEX rev 1854, a library for dynamic binary translation.
==29160== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==29160== Using valgrind-3.3.1, a dynamic binary instrumentation framework.
==29160== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==29160== For more details, rerun with: -v
==29160==
Can't locate Glib/GenPod.pm in @INC (@INC contains: blib/arch
/usr/lib64/perl5/5.10.0/x86_64-linux-thread-multi /usr/lib64/perl5/5.10.0
/usr/lib64/perl5/site_perl/5.10.0/x86_64-linux-thread-multi
//usr/lib64/perl5/site_perl/5.10.0 /usr/lib64/perl5/site_perl/5.8.8
///usr/lib64/perl5/site_perl .).
BEGIN failed--compilation aborted.
...this is true - Glib/GenPod.pm does not exist at this point in @INC ...should it? |