
Nmake and RC errors with DDK sources.
Hi all.
I'm trying to build a project in Microsofts DDK for Windows NT 4.0.
Everytime I execute the build.exe program, it givs me this output.
BUILD: Compile and Link for i386
BUILD: Loading \nt\build.dat...
BUILD: Computing Include file dependencies:
BUILD: Examining e:\ddk\src\print\psprint\pscript directory for files to
compile.
e:\ddk\src\print\psprint\pscript - 23 source files (18,905 lines)
BUILD: Compiling e:\ddk\src\print\psprint\pscript directory
BUILD: NMAKE.EXE failed - rc = 2
BUILD: Linking e:\ddk\src\print\psprint\pscript directory
BUILD: NMAKE.EXE failed - rc = 2
BUILD: Done
I do know that my DDK is a kindof hacked together piece, it's not
installed directly from the CD, since I don't have a cd-rom. (and not
much network support) But if someone could help me find out what the
error codes mean, I might be able to sludge through and get this to
build.
I'm assuming that it's a general error since both the linker and
compiling portions through the same error, but I have no way to look
anything up. I looked for an .err file, but none was generated.
Any Ideas
Bill