bruceclegg has asked for the wisdom of the Perl Monks concerning the following question:
I'm running Windows XP. I've downloaded strawberryperl 5.10.0 and nmake. When I enter the command "perl -V:make" it says I should be using dmake, but when I use that command it is not found.
Ultimately I'd like to get Net::SSH::Perl running - I've tried the CPAN installer, but that doesn't work for me yet - lots of errors I don't understand yet. I thought I'd try to get some of the modules loaded manually - once I get that working, I should be better prepared for the CPAN installer. So anyway, I downloaded one of the dependent modules I want (in this case Crypt::DH), unpack it and ran: perl makefile.pl (which ran okay), next I run nmake.exe and I get the error:
I'm not sure what this error means. I haven't got to any of my code yet, so I don't think I should be going in and adding curly brackets to anything. Can any of y'all please let me know where I'm going astray?Missing right curly bracket at -e line 1, at end of line Execution of -e aborted due to compilation errors. NMAKE : fatal error U1077: 'C:\Windows\system32\cmd.exe' : return code + 0xff Stop.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Errors manually loading modules
by Zenshai (Sexton) on Sep 03, 2008 at 01:20 UTC | |
by Anonymous Monk on Sep 03, 2008 at 06:49 UTC | |
|
Re: Errors manually loading modules
by Anonymous Monk on Sep 03, 2008 at 03:07 UTC | |
|
Re: Errors manually loading modules
by syphilis (Archbishop) on Sep 03, 2008 at 06:30 UTC | |
by bruceclegg (Initiate) on Sep 04, 2008 at 17:12 UTC |