Raghavendra Kote via RT <[EMAIL PROTECTED]> wrote: > I am getting the following errors: > > Building OpenSSL > cl /Fotmp32dll\cryptlib.obj -Iinc32 -Itmp32dll /MD /W3 /WX > /G5 /Ox /O2 > /Ob2 /Gs0 /GF /Gy /nologo -DWIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN > -DDSO_WIN32 / > Fdout32dll /GD -D_WINDLL -D_DLL -c .\crypto\cryptlib.c > cryptlib.c > .\crypto\cryptlib.c(59) : fatal error C1083: Cannot open include > file: 'stdio.h' > : No such file or directory > NMAKE : fatal error U1077: 'cl' : return code '0x2' > Stop.
Did you make sure that the environment variable INCLUDE has needed pointers to the VC++ include file directories on your system? As an example, mine looks like this: Z:\>set include include=D:\Program Files\Microsoft Visual Studio\VC98\atl\include;D:\Program Files\Microsoft Visual Studio\VC98\mfc\include;D:\Program Files\Microsoft Visual Studio\VC98\include;H:\var\include;D:\OpenSSL\include;D:\Perl\lib\CORE; __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
