On Wed, Mar 05, 2014, Robin Rowe wrote:

> Trying to build Qt with openssl. Built openssl with VC++ 2013 without
> incident. However, the header files don't look right.
> 
> The file openssl/include/ssl.h contains one line:
> 
> ../../ssl/ssl.h
> 
> This doesn't look like C++ to me. I see no reason it should compile. All
> the openssl include files seem to be like this. I'd understand if it had
> this:
> 
> #include "../../ssl/ssl.h"
> 
> But, it doesn't. Qt won't build with it like this.
> 
> Configured openssl like this:
> 
> perl Configure VC-WIN32 --prefix=c:\Qt\openssl-1.0.1f\openssl-1.0.1f\release
> 
> Suggestions?
> 

What other commands did you use to build it?

OpenSSL with VC build should be using the perl script util/copy.pl for copying
and not symlinking at all. The header files should also be under the inc32
directory in the source directory.

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