Re: [Module::Build] ./Build on Win98
Status: Beta
Brought to you by:
kwilliams
|
From: Dr B. <la...@ms...> - 2006-02-21 13:40:22
|
On Tue, 21 Feb 2006, Randy W. Sims wrote:
> I don't see anything that stands out as related to changes I made. From
> the distro directory, can you run
> perl Build.PL
> Build realclean
C:\cpanplus\5.8.2\build\Module-Build>Build realclean
Deleting pod2htmd.tmp
Deleting pod2htmi.tmp
Deleting blib
Deleting _build
Deleting Build
Then there is an NLS message about the right way to call START.
And Build.bat is still there.
> Build test --test-files t/compat.t --verbose
I don't get any output from that line.
> >I also got lots of messages about configuration being created
> >with 0.2611, but we are now using 0.2707, which I get on Linux
> >too.
> This is odd. Do you have multiple perls in your PATH?
No.
> Can you post the
> output with the warnings?
Here is the tail of the Build test output.
t\compat..........NOK 15 * ERROR: Configuration was initially created with Modul
e::Build version '0.2611',
but we are now using version '0.2707'. Please re-run the Build.PL or Makefil
e.PL script.
DMAKE.EXE: Error code 9, while making 'test'
# Failed test (t\compat.t at line 63)
# Failed test (t\compat.t at line 64)
t\compat..........NOK 17# 'DMAKE TEST
# C:ERL\5.8.2\BIN\MSWIN32-X86-MULTI-THREADERL.EXE BUILD --MAKEFILE_ENV_MACRO
S 1 TEST
# '
# doesn't match '(?-xism:DONE\.|SUCCESS)'
* ERROR: Configuration was initially created with Module::Build version '0.2611
',
but we are now using version '0.2707'. Please re-run the Build.PL or Makefil
e.PL script.
DMAKE.EXE: Error code 9, while making 'realclean'
# Failed test (t\compat.t at line 66)
t\compat..........ok 20/60 * ERROR: Configuration was initially created with Mod
ule::Build version '0.2611',
but we are now using version '0.2707'. Please re-run the Build.PL or Makefil
e.PL script.
DMAKE.EXE: Error code 9, while making 'realclean'
# Failed test (t\compat.t at line 185)
t\compat..........ok 24/60
Grepping for 2611 with cygwin,
$ ls
Build.PL Changes MANIFEST.SKIP README doc_check.pl patches website
Build.bat INSTALL META.yml TODO inc scripts
CVS MANIFEST Makefile.PL configs lib t
$ grep -r 2611 *
t/_tmp/Simple/_build/build_params: 'mb_version' => '0.2611',
> >This is a MinGW perl 5.8.2 with dmake, etc.
C:\cpanplus\5.8.2\build\Module-Build>echo %PATH%
C:\CYGWIN\BIN;C:ERL\5.8.2\BIN\MSWIN32-X86-MULTI-THREAD;C:ERL\5.8.2\BIN;C:\M\
BIN;C:ROGRA~1\GPG;C:ROGRA~1\THINKPAD\UTILIT~1;C:\WINDOWS;C:\WINDOWS;C:\WINDO
WS\COMMAND;C:ROGRAM FILES\SUBVERSION\BIN
C:\cpanplus\5.8.2\build\Module-Build>perl -v
This is perl, v5.8.2 built for MSWin32-x86-multi-thread
You can see some cut and paste errors with \P.
-
Dr Bean If there is one thing we learn from the
study of language learning, it is that...
|