Hello,

Getting following error when trying to build openssl-1.0.1e for Win CE
Compiling using visual studio 2005 command prompt.

        cl.exe /Fotmp32dll_X86\b_sock.obj  -Iinc32 -Itmp32dll_X86 /MC /O1i /W3 /
WX /GF /Gy /nologo -DUNICODE -D_UNICODE -DOPENSSL_SYSNAME_WINCE -DWIN32_LEAN_AND
_MEAN -DL_ENDIAN -DDSO_WIN32 -DNO_CHMOD -DOPENSSL_SMALL_FOOTPRINT -D_WIN32_WCE=6
00 -DUNDER_CE=600 -DWCE_PLATFORM_DO_X86_600 -Dx86 -D_X86_ -D_i386_ -Di_386_ -ID:
\wcecompat/include -DOPENSSL_NO_RC5 -DOPENSSL_NO_MD2 -DOPENSSL_NO_KRB5 -DOPENSSL
_NO_JPAKE -DOPENSSL_NO_STATIC_ENGINE /Zi /Fdtmp32dll_X86/lib -D_WINDLL -D_DLL  -
DOPENSSL_BUILD_SHLIBCRYPTO -c .\crypto\bio\b_sock.c
cl : Command line warning D9002 : ignoring unknown option '/MC'
b_sock.c
.\crypto\bio\b_sock.c(629) : error C2079: 'sa_in6' uses undefined struct 
'sockaddr_in6'
.\crypto\bio\b_sock.c(776) : error C2224: left of '.sin6_addr' must have 
struct/union type
.\crypto\bio\b_sock.c(776) : error C2224: left of '.sin6_addr' must have 
struct/union type
.\crypto\bio\b_sock.c(776) : error C2168: 'memset' : too few actual parameters 
for intrinsic function
.\crypto\bio\b_sock.c(777) : error C2224: left of '.sin6_addr' must have 
struct/union type
.\crypto\bio\b_sock.c(861) : error C2079: 'sa_in6' uses undefined struct 
'sockaddr_in6'
NMAKE : fatal error U1077: '"D:\Program Files\Microsoft Visual Studio 
8\VC\bin\cl.exe"' : return code '0x2'

Regards
Balaji

Reply via email to