nmake error

2005-08-11 Thread Ken Perl
Anybody knows what the nmake error means? 

Microsoft (R) Program Maintenance Utility   Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.

C:\activePerl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(
0, 'inc', 'blib\lib', 'blib\arch')" t\0-signature.t t\1-basic.t
t\0-signature'gpg' is not recognized as an internal or external command,
operable program or batch file.
Cannot use GnuPG or Crypt::OpenPGP, please install either one first!
Not in MANIFEST: blib/arch/auto/Parse/Binary/.exists
Not in MANIFEST: blib/lib/auto/Parse/Binary/.exists
Not in MANIFEST: blib/lib/Parse/.exists
Not in MANIFEST: blib/lib/Parse/Binary.pm
Not in MANIFEST: blib/lib/Parse/Binary/FixedFormat.pm
Not in MANIFEST: blib/lib/Parse/Binary/FixedFormat/Variants.pm
Not in MANIFEST: Makefile
Not in MANIFEST: pm_to_blib
==> MISMATCHED content between MANIFEST and distribution files! <==
t\0-signatureFAILED test 1
Failed 1/1 tests, 0.00% okay
t\1-basicok
Failed Test Stat Wstat Total Fail  Failed  List of Failed
---
t\0-signature.t11 100.00%  1
Failed 1/2 test scripts, 50.00% okay. 1/2 subtests failed, 50.00% okay.
NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0xff'
Stop.

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




nmake error

2002-01-30 Thread Rambog

Upon trying to install Win32 SystemInfo 0.06, I receive the following error
upon executing nmake (the second step of the install):

NMAKE: fatal error U1073: don't know how to make 'C:\Program'
Stop.

How do I get around this to successfully install the package?



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: nmake error

2002-01-30 Thread ss004b3324

> Upon trying to install Win32 SystemInfo 0.06, I receive the
> following error
> upon executing nmake (the second step of the install):
>
> NMAKE: fatal error U1073: don't know how to make 'C:\Program'
> Stop.
I think you will find the is breaking on the directory specification:
C:\Program Files\

If you copy the SystemInfo.pm out of Win32-SystemInfo-0.06.zip directly
into:
C:\Perl\site\lib\Win32

You will not have to do the nmake.

Hth.

Shaun


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.319 / Virus Database: 178 - Release Date: 28/01/2002


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: nmake error

2002-01-30 Thread Jenda Krynicky

From:   "Rambog" <[EMAIL PROTECTED]>

> Upon trying to install Win32 SystemInfo 0.06, I receive the following
> error upon executing nmake (the second step of the install):
> 
> NMAKE: fatal error U1073: don't know how to make 'C:\Program'
> Stop.
> 
> How do I get around this to successfully install the package?

You installed Perl into c:\Program Files ?
Erm ... not a good idea. While Perl itself doesn't mind some 
companion programs might, it's harder to call perl by hand this 
way, you have to quote the path when setting up things ...

Basicaly ... apart from things like MS Office and other MS apps I 
never install anything to Program Files. c:\Soft is a much better 
place.

Jenda

=== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==
There is a reason for living. There must be. I've seen it somewhere.
It's just that in the mess on my table ... and in my brain.
I can't find it.
--- me

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: nmake error

2002-02-04 Thread Rambog

Bingo, you're right.  After reinstalling PERL to c:\perl and adjusting the
makefile.pl with the line
'PERL'  => 'c:\perl\bin\perl.exe'
everything installed just fine from here on out.  Thanks.

"Jenda Krynicky" <[EMAIL PROTECTED]> wrote in message
3C586B2C.773.19070743@localhost">news:3C586B2C.773.19070743@localhost...
> From:   "Rambog" <[EMAIL PROTECTED]>
>
> > Upon trying to install Win32 SystemInfo 0.06, I receive the following
> > error upon executing nmake (the second step of the install):
> >
> > NMAKE: fatal error U1073: don't know how to make 'C:\Program'
> > Stop.
> >
> > How do I get around this to successfully install the package?
>
> You installed Perl into c:\Program Files ?
> Erm ... not a good idea. While Perl itself doesn't mind some
> companion programs might, it's harder to call perl by hand this
> way, you have to quote the path when setting up things ...
>
> Basicaly ... apart from things like MS Office and other MS apps I
> never install anything to Program Files. c:\Soft is a much better
> place.
>
> Jenda
>
> === [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==
> There is a reason for living. There must be. I've seen it somewhere.
> It's just that in the mess on my table ... and in my brain.
> I can't find it.
> --- me









-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]