> From: patfla
> Sent: Thursday, June 18, 2009 12:46 AM
> 
> ...
> 
> I'm on the latest build of Windows Server 2008 R2 from MSDN.  
> Build 7100.
> 
> First built using
> 
> ./config
> 
> which more-or-less worked but didn't produce any DLLs which 
> was unsurprising
> given that /.config is the unix-style config.  So then did:
> 
> ./Configure mingw
> 
> which gave me:
> 
> > ...
> 
> then
> 
> make clean       ! clean up the previous build
> make 
> 
> which craps out on what appears to be the first file: 
> 
> > making all in crypto...
> > make[1]: Entering directory `/cygdrive/c/openssl-0.9.8k/crypto'
> > gcc -I. -I.. -I../include -DOPENSSL_THREADS  -DDSO_WIN32 -mno-cygwin
> > -DL_ENDIAN
> > -fomit-frame-pointer -O3 -march=i486 -Wall -D_WIN32_WINNT=0x333
> > -DOPENSSL_BN_ASM
> > _PART_WORDS -DOPENSSL_IA32_SSE2 -DSHA1_ASM -DMD5_ASM -DRMD160_ASM
> > -DAES_ASM   -c
> >  -o cryptlib.o cryptlib.c
> > cryptlib.c: In function `OPENSSL_isservice':
> > cryptlib.c:415: error: `HWINSTA' undeclared (first use in 
> this function)
> > cryptlib.c:415: error: (Each undeclared identifier is 
> reported only once
> > cryptlib.c:415: error: for each function it appears in.)
> > cryptlib.c:415: error: parse error before "h"
> 
> ...

Looks like a problem with your MinGW installation. Do you have both
mingw-runtime and w32api installed correctly?
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to