I am trying to build NASM on a Windows Vista system and have Visual C++ 2008 express. After downloading and unzipping the source I started a CMD window, went to the source directory and entered
nmake /f mkfiles/msvc.mak
as instructed in INSTALL and got the following error msg
cl /c /02 /0x /0y etc. (I shortened the line)
'cl' is not recognized as an internal or external command, operable program or batch file
It seems like I read somewhere hours ago about setting a Path, but now I can't find it and I'm not even sure if I found it on the web or somewhere in the nasm source folder. Is this my problem, or is it something else entirely?
Thanks for any hints,
John