Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Prototyping Behavior

Status
Not open for further replies.

kardon33

IS-IT--Management
Joined
Jun 7, 2007
Messages
1
Location
US
Ok I have a problem when i try to install a perl extension that was a converted C header file using h2xs.

My problem starts after i run "perl Makefil.PL" when i try to run "nmake". I get the fallowing error in my command prompt.



Please specify prototyping behavior for ArtNet2.xs (see perlxs manual)
cl -c -I. -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE
'cl' is not recognized as an in
operable program or batch file.
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x1'
Stop.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top