Re: Inline C on Windows - what am i doing wrong?

From: SketchySteve (nospamplease_at_no.com)
Date: 04/01/04


Date: Wed, 31 Mar 2004 23:13:16 +0100

I installed nmake incorrectly and solved the problem but the error message
I'm now getting is as follows.

Microsoft (R) Program Maintenance Utility Version 1.50

Copyright (c) Microsoft Corp 1988-94. All rights reserved.

C:\Perl\bin\perl.exe C:\Perl\lib\ExtUtils/xsubpp -typemap
C:\Perl\lib\ExtUtils\typemap hello_pl_b1a688f821f707 19.xs >
hello_pl_b1a688f821f70719.xsc && C:\Perl\bin\perl.exe -MExtUtils::Command -e
mv hello_pl_b1a688f821f70719.xsc he llo_pl_b1a688f821f70719.c

cl -c -IC:/ -nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STR
ICT -DHAVE_DES_FCRYPT -DNO_HASH_SE
ED -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO

-DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1 -DVERSION=\"0.

00\" -DXS_VERSION=\"0.00\" "-IC:\Perl\lib\CORE" hello_pl_b1a688f821f70719.c
'cl' is not recognized as an internal or external command, operable program
or batch file. NMAKE : fatal error

U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x1' Stop.

A problem was encountered while attempting to compile and install your
Inline C code. The command that failed was:

nmake > out.make 2>&1

The build directory was: C:\_Inline\build\hello_pl_b1a688f821f70719

To debug the problem, cd to the build directory, and inspect the output
files.



Relevant Pages

  • Re: Inline C on Windows - what am i doing wrong?
    ... > 'cl' is not recognized as an internal or external command, ... If yes, run the batch file ... before running nmake. ... you'll have to install it. ...
    (comp.lang.perl.misc)
  • Re: network card
    ... For AS Perl you probably need M$ nmake ... > (free download from M$), unless you mess with the configuration. ... recieve the error message: ...
    (comp.lang.perl.misc)
  • basic problems with ocamlopt compiler
    ... doesn't work on ocamlopt. ... Here's the error message I get: ... 'ml' is not recognized as an internal or external command, ... program or batch file. ...
    (comp.lang.ml)
  • Re: Installing multiple hotfixes
    ... I've tried your batch file and it works for me, only thing i can think to ... check is with the error message you get for example ... > a difference...no joy. ...
    (microsoft.public.windows.server.general)
  • RE: popen[2-4] does not work with parameters inside quotes
    ... > Results in the following error message: ... > internal or external command, ... > operable program or batch file. ...
    (comp.lang.python)