On Fri, Sep 18, 2009, Vadym Stetsiak wrote:

> Hi, All
> 
> When building OpenSSL library under Win32 I've encountered and error
> C2220: warning treated as error - no object file generated
> 
> After removing compiler flag /WX from ntdll.mak - build completed
> I was building using Visual C++ 9.0 (Visual Studio 2008)
> 
> Here is nmake output
> 
> .\crypto\cversion.c(105) : error C2220: warning treated as error - no
> 'object' file generated
> .\crypto\cversion.c(105) : warning C4129: 'w' : unrecognized character
> escape sequence
> .\crypto\cversion.c(105) : warning C4129: 'l' : unrecognized character
> escape sequence
> .\crypto\cversion.c(105) : warning C4129: 'o' : unrecognized character
> escape sequence
> 

What arguments are you passing to the Configure script? The normal cause of
this is the use of backslashes in pathnames. These weren't escaped properly
and you needed to use slashes instead. The latest snapshots should fix this.

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to