On Tue, Feb 17, 2004, Chris Rowe wrote:

> OK I am new to openssl and am experiencing difficulty building openssl. I
> have followed the install.w32 instructions to the letter, but still no luck
> on the nmake step.
> 
> Does anyone have a makefile or project/solution file *.sln that simplifies
> the build under VS.Net VC7?
> 
>  
> 
> These two steps are fine,,,
> 
> > perl Configure VC-WIN32
> 
> > ms\do_masm
> 
>  
> 
> This step is where the "wheels fall off"
> 
> > nmake -f ms\ntdll.mak
> 
>  
> 
>  
> 
> Then I am getting the following error on nmake
> 
>  
> 
> D:\Temp\openssl096i>nmake -f ms\ntdll.mak > err
> 
>  
> 
> Microsoft (R) Program Maintenance Utility Version 7.10.3077
> 
> Copyright (C) Microsoft Corporation.  All rights reserved.
> 
>  
> 
> NMAKE : fatal error U1077: 'cl' : return code '0x2'
> 
> Stop.
> 
> ..
> 
> 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 -DBN_ASM -DMD5_ASM -DSHA1_ASM -DRMD160_ASM /Fdout32dll /Gd
> -D_WINDLL -D_DLL  -c D:\Temp\openssl096i\crypto\cryptlib.c
> 
> cryptlib.c
> 
> D:\Temp\openssl096i\crypto\cryptlib.c(59) : fatal error C1083: Cannot open
> include file: 'stdio.h': No such file or directory
> 

This looks like you aren't running from a VC++ environment. There's a batch
file you have to run to set up various environment variables to point to
things like include files and libraries. Check the FAQ.

Steve.
--
Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
OpenSSL project core developer and freelance consultant.
Funding needed! Details on homepage.
Homepage: http://www.drh-consultancy.demon.co.uk
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to