Subject: | Problem building Cwd.o with latest version.pm |
This is probably the fault of version.pm, not PathTools, but my failure
happened when installing PathTools so I will report it here. I will
send a separate email to John Peacock about this.
Today I installed the latest version.pm, v0.56. Shortly afterward I
tried to install the latest Cwd.pm, v3.16. I got this from within
CPANPLUS using Module::Build 0.27_06. This is Apple's Perl 5.8.6 on Mac
OS X 10.4.5 on a G5 Powermac.
Creating new 'Build' script for 'PathTools' version '3.16'
ppport.h -> lib/ppport.h
lib/File/Spec/OS2.pm -> blib/lib/File/Spec/OS2.pm
lib/File/Spec/Mac.pm -> blib/lib/File/Spec/Mac.pm
lib/File/Spec/VMS.pm -> blib/lib/File/Spec/VMS.pm
lib/File/Spec/Functions.pm -> blib/lib/File/Spec/Functions.pm
lib/File/Spec/Epoc.pm -> blib/lib/File/Spec/Epoc.pm
lib/File/Spec/Cygwin.pm -> blib/lib/File/Spec/Cygwin.pm
lib/File/Spec.pm -> blib/lib/File/Spec.pm
Cwd.pm -> blib/lib/Cwd.pm
lib/File/Spec/Unix.pm -> blib/lib/File/Spec/Unix.pm
lib/File/Spec/Win32.pm -> blib/lib/File/Spec/Win32.pm
Cwd.xs -> lib/Cwd.xs
lib/Cwd.xs -> lib/Cwd.c
cc -I/System/Library/Perl/5.8.6/darwin-thread-multi-2level/CORE
-DXS_VERSION="3.16" -DVERSION="3.16" -c -g -pipe -fno-common
-DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include
-Os -o lib/Cwd.o lib/Cwd.c
lib/version/vxs.xs: In function 'boot_Cwd':
lib/version/vxs.xs:20: error: 'XS_version__vxs_noop' undeclared (first
use in this function)
lib/version/vxs.xs:20: error: (Each undeclared identifier is reported
only once
lib/version/vxs.xs:20: error: for each function it appears in.)
lib/version/vxs.xs:21: error: 'XS_version__vxs_stringify' undeclared
(first use in this function)
lib/version/vxs.xs:22: error: 'XS_version__vxs_numify' undeclared (first
use in this function)
lib/version/vxs.xs:23: error: 'XS_version__vxs_vcmp' undeclared (first
use in this function)
lib/version/vxs.xs:25: error: 'XS_version__vxs_boolean' undeclared
(first use in this function)
lib/version/vxs.xs:27: error: 'XS_version__vxs_VERSION' undeclared
(first use in this function)
[ERROR] Could not run 'Build': error building lib/Cwd.o from 'lib/Cwd.c'
at /Users/chris/perl/lib/ExtUtils/CBuilder/Base.pm line 108.