Mykhaylo Mastykash <mykhaylo.mastykash@...> writes: ....... > > c:\openssl\crypto\bio\b_sock.c(729) : error C2037: left of > 'sin6_addr' specifies > > undefined struct/union 'sockaddr_in6' > > NMAKE : fatal error U1077: 'clarm.exe' : return code '0x2' > > Stop. > > > > How can I fix it??? > > > > Regards, > > Mykhaylo Mastykash | Software Developer | GlobalLogic Inc. The Global Product Development Leader > > (InterObject is now part of Globallogic)USA | INDIA | UKRAINE | ISRAEL | CHINA26 Sheptyckyh St., Lviv 79016, UkraineOffice: +38-032-244-5734 | Mobile +38-093-728-6603Fax: +38-032-244-5737www.globallogic.com > > > > > > Hi, I use Openssl 1.0.0e and mauricek-wcecompat-bad854b and I would like to build a lib instead of a dll for X86 processor. For the rest it is the same thing as you.
I am facing the same problem and tried the patch http://rt.openssl.org/Ticket/Display.html?id=2051&user=guest&pass=guest as the bug seems to come from the management of IPv6: #if OPENSSL_USE_IPV6 struct sockaddr_in6 sa_in6; #endif But it doesn't solve the problem and maybe OPENSSL_USE_IPV6 should be #define somewhere... I am wondering if you fix this bug since then. Thanks for any answer. Regards, Amanda Gabiam ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
