StoneRaven
March 30th, 2007, 04:31 PM
Hello,
I am trying to compile a library for a freeware embedded web server ( http://shttpd.sourceforge.net/#license ) using nmake.exe that came with Visual Studio 6.0.
To that end I copied NMAKE.EXE into the src folder where the Makefile and other code is and attempted to compile. I got the following error: fatal error u1077 : ‘cl’ return code ‘0x1’. So next I moved in CL.EXE into the src folder and tried again. This time CL.exe complained that it couldn’t find the mspdb60.dll. I then copied all the source files to be compiled into the C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin folder and attempted to run nmake from there. CL.exe still complained about mspdb60.dll. After some web searching I found some info that said to copy the mspdb60.dl, RC.EXE, and rcdll.dll into the bin with the NMAKE and tried yet again. This time I got a new error (fatal error: C1083 : cannot open include file : ‘sys/types.h’).
Any ideas? Can anyone else successfully compile the library? You can download it yourself through the site's home page http://shttpd.sourceforge.net/#license
Thank you very much for any help.
I am trying to compile a library for a freeware embedded web server ( http://shttpd.sourceforge.net/#license ) using nmake.exe that came with Visual Studio 6.0.
To that end I copied NMAKE.EXE into the src folder where the Makefile and other code is and attempted to compile. I got the following error: fatal error u1077 : ‘cl’ return code ‘0x1’. So next I moved in CL.EXE into the src folder and tried again. This time CL.exe complained that it couldn’t find the mspdb60.dll. I then copied all the source files to be compiled into the C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin folder and attempted to run nmake from there. CL.exe still complained about mspdb60.dll. After some web searching I found some info that said to copy the mspdb60.dl, RC.EXE, and rcdll.dll into the bin with the NMAKE and tried yet again. This time I got a new error (fatal error: C1083 : cannot open include file : ‘sys/types.h’).
Any ideas? Can anyone else successfully compile the library? You can download it yourself through the site's home page http://shttpd.sourceforge.net/#license
Thank you very much for any help.