Below is from WinRT. Its turning out to be a bastard child.

        cl /Fotmp32dll\bss_dgram.obj  -Iinc32 -Itmp32dll -DOPENSSL_THREADS  -W3
-Gs0 -GF -Gy -nologo -DOPENSSL_SYSNAME_WINRT -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -D
_CRT_SECURE_NO_DEPRECATE -I\usr\local\ssl\fips-2.0/include -DOPENSSL_NO_SOCK -DO
PENSSL_NO_DSO /nologo /D NDEBUG /D _USRDLL /D _WINDLL /D WINAPI_FAMILY=WINAPI_PA
RTITION_APP /FI SDKDDKVer.h /FI winapifamily.h -DOPENSSL_NO_RC5 -DOPENSSL_NO_MD2
 -DOPENSSL_NO_KRB5 -DOPENSSL_NO_ENGINE -DOPENSSL_NO_HW -DOPENSSL_FIPS -DOPENSSL_
NO_JPAKE -DOPENSSL_NO_STATIC_ENGINE /Zi /Fdtmp32dll/lib  -DOPENSSL_BUILD_SHLIBCR
YPTO -c .\crypto\bio\bss_dgram.c
bss_dgram.c
.\crypto\bio\bss_dgram.c(157) : error C2079: 'sa' uses undefined struct 'sockadd
r'
.\crypto\bio\bss_dgram.c(158) : error C2079: 'sa_in' uses undefined struct 'sock
addr_in'
.\crypto\bio\bss_dgram.c(166) : error C2079: 'next_timeout' uses undefined struc
t 'timeval'
.\crypto\bio\bss_dgram.c(167) : error C2079: 'socket_timeout' uses undefined str
uct 'timeval'
.\crypto\bio\bss_dgram.c(373) : error C2079: 'sa' uses undefined struct 'sockadd
r'
.\crypto\bio\bss_dgram.c(374) : error C2079: 'sa_in' uses undefined struct 'sock
addr_in'
.\crypto\bio\bss_dgram.c(386) : warning C4013: 'WSASetLastError' undefined; assu
ming extern returning int
.\crypto\bio\bss_dgram.c(389) : warning C4013: 'recvfrom' undefined; assuming ex
tern returning int
.\crypto\bio\bss_dgram.c(405) : warning C4013: 'WSAGetLastError' undefined; assu
ming extern returning int
.\crypto\bio\bss_dgram.c(421) : warning C4013: 'send' undefined; assuming extern
 returning int
.\crypto\bio\bss_dgram.c(426) : error C2224: left of '.sa_family' must have stru
ct/union type
.\crypto\bio\bss_dgram.c(426) : error C2065: 'AF_INET' : undeclared identifier
.\crypto\bio\bss_dgram.c(435) : warning C4013: 'sendto' undefined; assuming exte
rn returning int
.\crypto\bio\bss_dgram.c(528) : error C2037: left of 'sa_family' specifies undef
ined struct/union 'sockaddr'
.\crypto\bio\bss_dgram.c(530) : error C2065: 'AF_INET' : undeclared identifier
.\crypto\bio\bss_dgram.c(530) : error C2051: case expression not constant
.\crypto\bio\bss_dgram.c(633) : error C2224: left of '.sa_family' must have stru
ct/union type
.\crypto\bio\bss_dgram.c(635) : error C2065: 'AF_INET' : undeclared identifier
.\crypto\bio\bss_dgram.c(635) : error C2051: case expression not constant
.\crypto\bio\bss_dgram.c(666) : error C2037: left of 'sa_family' specifies undef
ined struct/union 'sockaddr'
.\crypto\bio\bss_dgram.c(668) : error C2065: 'AF_INET' : undeclared identifier
.\crypto\bio\bss_dgram.c(668) : error C2051: case expression not constant
.\crypto\bio\bss_dgram.c(688) : error C2224: left of '.sa_family' must have stru
ct/union type
.\crypto\bio\bss_dgram.c(690) : error C2065: 'AF_INET' : undeclared identifier
.\crypto\bio\bss_dgram.c(690) : error C2051: case expression not constant
.\crypto\bio\bss_dgram.c(708) : error C2037: left of 'sa_family' specifies undef
ined struct/union 'sockaddr'
.\crypto\bio\bss_dgram.c(710) : error C2065: 'AF_INET' : undeclared identifier
.\crypto\bio\bss_dgram.c(710) : error C2051: case expression not constant
.\crypto\bio\bss_dgram.c(724) : error C2027: use of undefined type 'timeval'
        .\crypto\bio\bss_dgram.c(122) : see declaration of 'timeval'
.\crypto\bio\bss_dgram.c(1853) : error C2037: left of 'tv_sec' specifies undefin
ed struct/union 'timeval'
.\crypto\bio\bss_dgram.c(1854) : error C2037: left of 'tv_usec' specifies undefi
ned struct/union 'timeval'
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 11.0
\VC\bin\x86_ARM\cl.EXE"' : return code '0x2'
Stop.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to