Hi! I am getting an error while trying to install a module via nmake. It works fine with build. I don't have any idea what is going wrong, or where, so maybe you can help me? I'm working with windows XP and perl -v tells me something like "This is perl, v5.8.8 built for MSWin32-x86-multi-thread...". Here is the full story:
[story] Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Dokumente und Einstellungen\root>cd C:\zwischen\CGI-Application-Plugin-HTComp iled-1.03 path\CGI-Application-Plugin-HTCompiled-1.03>perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for CGI::Application::Plugin::HTCompiled path\CGI-Application-Plugin-HTCompiled-1.03>nmake Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. cp lib/CGI/Application/Plugin/HTCompiled.pm blib\lib\CGI\Application\Plugin\HTCo mpiled.pm path\CGI-Application-Plugin-HTCompiled-1.03>nmake test Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'bl ib\lib', 'blib\arch')" t/*.t t/00-load................ok t/01-load_tmpl...........ok t/02-extend_load_tmpl....ok t/pod-coverage...........ok t/pod....................ok All tests successful. Files=5, Tests=13, 0 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) path\CGI-Application-Plugin-HTCompiled-1.03>nmake install Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. Can't coerce array into hash at C:/Perl/lib/ExtUtils/Install.pm line 556. NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x2' Stop. path\CGI-Application-Plugin-HTCompiled-1.03> [/story] Regards, Alex