Openssl 1.01f installs broken headers using VC++ 2013

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

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

2014-03-05 Thread Thomas J. Hruska
On 3/5/2014 3:36 PM, Jeremy Farrell wrote: From: Michael Wojcik [mailto:michael.woj...@microfocus.com] Sent: Wednesday, March 05, 2014 9:33 PM From: Robin Rowe Sent: Wednesday, 05 March, 2014 14:55 Trying to build Qt with openssl. Built openssl with VC++ 2013 without incident. However, the hea

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

2014-03-05 Thread Dr. Stephen Henson
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

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

2014-03-05 Thread Jeremy Farrell
> From: Robin Rowe [mailto:robin.r...@cinepaint.org] > Sent: Wednesday, March 05, 2014 11:51 PM > > 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 Ac

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,

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

2014-03-05 Thread Jeremy Farrell
> From: Michael Wojcik [mailto:michael.woj...@microfocus.com] > Sent: Wednesday, March 05, 2014 9:33 PM > > > From: Robin Rowe > > Sent: Wednesday, 05 March, 2014 14:55 > > > > Trying to build Qt with openssl. Built openssl with VC++ 2013 without > > incident. However, the header files don't look

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

2014-03-05 Thread Michael Wojcik
> From: owner-openssl-us...@openssl.org [mailto:owner-openssl- > us...@openssl.org] On Behalf Of Robin Rowe > Sent: Wednesday, 05 March, 2014 14:55 > > Trying to build Qt with openssl. Built openssl with VC++ 2013 without > incident. However, the header files don't look right. > > The file openss

Openssl 1.01f installs broken headers using VC++ 2013

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