Windows: Perl:XS
am 06.07.2005 13:57:38 von Sankaran
I am getting the following error when I am trying to compile using
NMAKE utility.
____________________________________________________________ ____________
E:\Sankaran\Work\TP-TAImpacts-LM051049\TestCode2\MyTest>nmak e
Microsoft (R) Program Maintenance Utility Version 6.00.9782.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
mkdir blib
mkdir blib\lib
mkdir blib\arch\auto\E:\
mkdir blib\arch\auto\E:\: Invalid argument at
D:\Perl\lib/ExtUtils/Command.pm li
ne 180
NMAKE : fatal error U1077: 'D:\Perl\bin\Perl.exe' : return code '0xff'
Stop.
Any idea how to resolve this ?
Best Regards,
Sankaran PV
Re: Windows: Perl:XS
am 06.07.2005 14:13:55 von Sisyphus
"Sankaran" wrote in message
news:1120651058.290051.169050@z14g2000cwz.googlegroups.com.. .
>
> I am getting the following error when I am trying to compile using
> NMAKE utility.
> ____________________________________________________________ ____________
> E:\Sankaran\Work\TP-TAImpacts-LM051049\TestCode2\MyTest>nmak e
>
> Microsoft (R) Program Maintenance Utility Version 6.00.9782.0
> Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
>
> mkdir blib
> mkdir blib\lib
> mkdir blib\arch\auto\E:\
That's a very strange directory to be making.
> mkdir blib\arch\auto\E:\: Invalid argument at
> D:\Perl\lib/ExtUtils/Command.pm li
> ne 180
> NMAKE : fatal error U1077: 'D:\Perl\bin\Perl.exe' : return code '0xff'
> Stop.
'nmake' doesn't normally concern itself with the contents of a '.pm' file.
>
> Any idea how to resolve this ?
No .... not really :-)
Have you checked that your compilation process works properly ? Verify that
everything is working properly by grabbing a module from cpan that needs
compiling (eg Math::FFT) and building it.
Cheers,
Rob