Skip Menu |

This queue is for tickets about the Encode CPAN distribution.

Report information
The Basics
Id: 37152
Status: resolved
Priority: 0/
Queue: Encode

People
Owner: Nobody in particular
Requestors: toddr [...] cpanel.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 2.25
Fixed in: (no value)



Subject: Strawberry Perl failing for Encode 2.25

Message body is not shown because it is too large.

Show quoted text
> Encode.xs:10:20: encode.h: No such file or directory
Change INC => "-I./Encode", in Makefile.PL to use File::Spec; #... INC => '-I' . File::Spec->catfile( '.', 'Encode' ) and see what happens. fixed that way in Encode 2.26. Dan the Maintainer Thereof
From: todd.e.rinaldo [...] jpmorgan.com
Hi, Tests are succeeding now. Thanks! Note: I'm getting this at the end of my successful tests out of harness: Files=24, Tests=5881, 7 wallclock secs ( 0.88 usr + 0.06 sys = 0.94 CPU) Result: PASS 'No tests defined for Encode::Byte extension.' 'No tests defined for Encode::CN extension.' 'No tests defined for Encode::EBCDIC extension.' 'No tests defined for Encode::JP extension.' 'No tests defined for Encode::KR extension.' 'No tests defined for Encode::Symbol extension.' 'No tests defined for Encode::TW extension.' 'No tests defined for Encode::Unicode extension.'
On Tue Jul 08 10:28:41 2008, todd_rinaldo wrote: Show quoted text
> Hi, Tests are succeeding now. Thanks! > > Note: I'm getting this at the end of my successful tests out of harness: > > Files=24, Tests=5881, 7 wallclock secs ( 0.88 usr + 0.06 sys = 0.94 > CPU) > Result: PASS > 'No tests defined for Encode::Byte extension.' > 'No tests defined for Encode::CN extension.' > 'No tests defined for Encode::EBCDIC extension.' > 'No tests defined for Encode::JP extension.' > 'No tests defined for Encode::KR extension.' > 'No tests defined for Encode::Symbol extension.' > 'No tests defined for Encode::TW extension.' > 'No tests defined for Encode::Unicode extension.'
Closing ticket accordingly Dan the Encode Maintainer