Openssl 1.01f installs broken headers using VC++ 2013

2014-03-05 Thread Robin Rowe
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?

Re: Openssl 1.01f installs broken headers using VC++ 2013

2014-03-05 Thread Robin Rowe
On 3/5/2014 2:36 PM, Jeremy Farrell wrote: Strawberry Perl worked for me with 1.0.1e and previous versions, without needing any added workarounds. Interesting, I used Strawberry, not ActiveState Perl, and got broken symlinks. Robin -- Robin Rowe Project Manager CinePaint.org Beverly Hills

Openssl 1.01f installs broken headers using VC++ 2013

2014-03-06 Thread Robin Rowe
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?