Open a command line window and execute:

c:\program files\microsoft visual studio .net 2003\common7\tools\vsvars32.bat"
c:\program files\microsoft sdk\setenv.bat /2000 /RETAIL

prior to running NMAKE.


Chris Rowe wrote:

Thanks for your comments. It looks to me like the make file compiler switches for the “–I” (Include) options will need to be adjusted because the VC++ compiler (cl.exe) is unable to resolve an #include directive for the mother of all CRT includes, stdio.h. >>>

D:\Temp\openssl096i\crypto\cryptlib.c(59) : fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory

So obviously, I need to point cl.exe to the proper C Runtime include directory by changing some of the makefile variables
or directory

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to