On Thu, May 28, 2009, Vivek Subbarao wrote: > Hi > > > > I am getting the below mentioned compilation error when i try to build > openssl-0.9.8k using visual studio 2008. > > > > C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\sal.h(1984) : > fatal error RC22105: MultiByteToWideChar failed. > > NMAKE : fatal error U1077: '"C:\Program Files\Microsoft > SDKs\Windows\v6.0A\bin\r > > c.EXE"' : return code '0x1' > > Stop. > > > > i am on windows server 2003 sp2 32-bit. > > > > The commands i executed at the prompt to build openssl are > > >perl Configure VC-WIN32 --prefix=c:\openssl >
Use a / instead of a \ in the --prefix option. This is fixed in more recent snapshots but for now causes problems. Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage OpenSSL project core developer and freelance consultant. Homepage: http://www.drh-consultancy.demon.co.uk ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [email protected]
