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.
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.