in reply to Help building Devel::Caller
Also you need to copy lib/Devel/Caller.xs up 2 levels (to the root directory of the source distro). Then run 'dmake clean' (or 'mingw32-make clean') to get back to a fresh installation. Then run 'perl Makefile.PL', 'dmake test', 'dmake install'. Some of the tests fail - same happens on my MinGW-built perl. And the output of 'dmake test' is a little nonsensical (and 'nmake test', too ... which is why the CPAN testers reckon it builds on Win32 ... though it doesn't). For a better understanding of which tests failed and which tests passed, run 'perl -Mblib t\Devel-Caller.t'use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'Devel::Caller', 'VERSION_FROM' => 'lib/Devel/Caller.pm', # finds $VERSION );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Help building Devel::Caller
by Limbic~Region (Chancellor) on Aug 02, 2006 at 15:41 UTC |