Subject: | PathTools does not build under 5.004_04 |
I got the following errors:
# perl5.00404 Makefile.PL
Warning: prerequisite Scalar::Util 0 not found at (eval 1) line 221.
Warning: prerequisite Test 0 not found at (eval 1) line 221.
Writing Makefile for Cwd
# make
cc -c -I/usr/local/include -O -DVERSION=\"3.15\" -DXS_VERSION=\"3.15\" -DPIC -fpic -I/usr/perl5.004_04/lib/i386-freebsd/5.00404/CORE Cwd.c
Cwd.xs: In function `Perl_getcwd_sv':
Cwd.xs:272: syntax error before `Perl_statbuf'
Cwd.xs:306: warning: assignment makes pointer from integer without a cast
Cwd.xs:310: warning: assignment makes pointer from integer without a cast
Cwd.xs: In function `XS_Cwd_fastcwd':
Cwd.xs:403: `PL_op' undeclared (first use in this function)
Cwd.xs:403: (Each undeclared identifier is reported only once
Cwd.xs:403: for each function it appears in.)
Cwd.xs: In function `XS_Cwd_getcwd':
Cwd.xs:416: `PL_op' undeclared (first use in this function)
Cwd.xs: In function `XS_Cwd_abs_path':
Cwd.xs:430: `PL_op' undeclared (first use in this function)
*** Error code 1
Stop in /usr/local/src/CPAN/build/PathTools-3.15.
Exit 1
If 5.004 is not really supported at all, then a note in Makefile.PL (use 5....) would be nice, together with a notice of the last supported version.
Regards,
Slaven