Ralf Dreger wrote: > After a while the error is coming. I tryed to find the file, but it is not > coming > with your product. > > [...] > > .\crypto\cryptlib.c(59) : fatal error C1083: Cannot open include file: > 'stdio.h' > : No such file or directory
>From the FAQ: * Why does the OpenSSL compilation fail on Win32 with VC++? Sometimes, you may get reports from VC++ command line (cl) that it can't find standard include files like stdio.h and other weirdnesses. One possible cause is that the environment isn't correctly set up. To solve that problem, one should run VCVARS32.BAT which is found in the 'bin' subdirectory of the VC++ installation directory (somewhere under 'Program Files'). This needs to be done prior to running NMAKE, and the changes are only valid for the current DOS session. //oscar ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]