Re: [Perlunit-users] perl unit availability
Status: Beta
Brought to you by:
mca1001
From: Danny F. <fa...@te...> - 2003-01-03 21:50:56
|
Bret Pettichord wrote: > I seem to have a problem with make. It fails with the same message with > any perl package. I've tried a couple different versions, to no avail. I > also tried installing cygwin perl, but that didn't help. > > I can use PPM to install other modules, but not Test::Unit. I was unable to install Test::Unit using the CPAN module because I needed to install the Class::Inner prerequisite, and the tests for Test::Inner fail on my machine. Do you already have Class::Inner installed? I installed Class::Inner from the tarball by hand (using gmake), and noticed that the tests pass if I call them directly, without using Test::Harness. With Class::Inner installed, I was able to install Test::Unit using the CPAN module. The make error you see looks like a fundamental configuration problem. Are you using a Cygwin version of gmake? BTW, I'm using Cygwin (not sure how to tell what version) on Windows NT 4.0, using the Cygwin Perl build, v5.6.1. I also just tried a CPAN install on a similar configuration except it's Windows 2000, and got the same results. > It is possible to install this by hand? I would imagine, if you know what files need to go where. -- Danny Faught Tejas Software Consulting http://www.tejasconsulting.com |