Re: Inline C on Windows - what am i doing wrong?
From: SketchySteve (nospamplease_at_no.com)
Date: 04/01/04
- Next message: Randal L. Schwartz: "Re: [NEWBIE] newline question"
- Previous message: Jim Cochrane: "Re: multiple lines / success or failure?!"
- In reply to: SketchySteve: "Inline C on Windows - what am i doing wrong?"
- Next in thread: John Bokma: "Re: Inline C on Windows - what am i doing wrong?"
- Reply: John Bokma: "Re: Inline C on Windows - what am i doing wrong?"
- Reply: Thomas Kratz: "Re: Inline C on Windows - what am i doing wrong?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Next message: Randal L. Schwartz: "Re: [NEWBIE] newline question"
- Previous message: Jim Cochrane: "Re: multiple lines / success or failure?!"
- In reply to: SketchySteve: "Inline C on Windows - what am i doing wrong?"
- Next in thread: John Bokma: "Re: Inline C on Windows - what am i doing wrong?"
- Reply: John Bokma: "Re: Inline C on Windows - what am i doing wrong?"
- Reply: Thomas Kratz: "Re: Inline C on Windows - what am i doing wrong?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|