I've reinstall the package using ppm
and I've got ExUtils-Depends v0.302
I've got this following error :
Set up gcc environment - 4.4.0
Can't locate object method "splitdir" via package "File::Spec" at C:/Perl/site/lib/ExtUtils/Depends.pm line 176.
My libglade-2.0.pc looks like :
prefix=/target
#prefix=C:/Gtk+
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
# so people can do "pkg-config --variable moduledir libglade-2.0"
# (which is broken - users can now use the LIBGLADE_MODULE_PATH
# environment variable
moduledir=${libdir}/libglade/2.0
Name: Libglade
Description: a library for dynamically loading GLADE interface files
Version: 2.6.2
Requires: gtk+-2.0 libxml-2.0
Libs: -L${libdir} -lglade-2.0
Cflags: -I${includedir}/libglade-2.0
| [reply] |
Can't locate object method "splitdir" via package
"File::Spec" at C:/Perl/site/lib/ExtUtils/Depends.pm line 176.
What version of File::Spec do you have ? I have version 3.2501. (Maybe using 3.2501 will fix your error.)
Cheers, Rob
| [reply] |
Ive installed manually version 0.7 doyou know how can i get it on cpan ?
Thanks again Rob
| [reply] |