Re: [Interest] SSL compilation error building on Mac

2013-05-14 Thread Gil Moses
Ok, another struggle, link error this time. Configure: ./configure -debug-and-release -platform macx-g++42 -opensource -openssl-linked -no-xcb -no-eglfs -no-directfb -no-linuxfb -no-kms -opengl -I/Users/gilm/Downloads/openssl-1.0.1e/include -L/Users/gilm/Downloads/openssl-1.0.1e -confirm-lice

Re: [Interest] SSL compilation error building on Mac

2013-05-09 Thread Gil Moses
Ok, removed .pch path, however the created preprocessed file is of 0 size. Here's the command line, I also tried by removing the -o switch. OK This part is not a Qt issue per se, I'll try to understand it myself. Will call again when I understand what's going on. g++-4.2 -E -pipe -mmacosx-versi

Re: [Interest] SSL compilation error building on Mac

2013-05-09 Thread Gil Moses
(resend) >> Look at the first "Leaving directory" after the error. That's where you have >> to be in order to run that command-line. Unfortunately make doesn't tell me that, as you would see in my first post. (my make is v 3.81). However I tried to cd to an inner directory (/qtbase/src/netwo

Re: [Interest] SSL compilation error building on Mac

2013-05-09 Thread Thiago Macieira
On quinta-feira, 9 de maio de 2013 12.53.01, Gil Moses wrote: > >> Look at the first "Leaving directory" after the error. That's where you > >> have to > be in order to run that command-line. > > > Unfortunately make is not telling me that as you would see in my first > post. (make is v 3.81). H

Re: [Interest] SSL compilation error building on Mac

2013-05-09 Thread Gil Moses
>> Look at the first "Leaving directory" after the error. That's where you have >> to be in order to run that command-line. Unfortunately make is not telling me that as you would see in my first post. (make is v 3.81). However I tried to cd to an inner directory (/qtbase/src/network$ ) so that

Re: [Interest] SSL compilation error building on Mac

2013-05-09 Thread Thiago Macieira
On quinta-feira, 9 de maio de 2013 08.29.23, Gil Moses wrote: > Unfortunately the bare command line does not compile, it looks as if there > is some missing environment which the gcc does not create. E.g the cpp > file is "ssl/qsslsocket_openssl_symbols.cpp", same with pch, o file etc. > > How can

Re: [Interest] SSL compilation error building on Mac

2013-05-09 Thread Gil Moses
Thiago, Unfortunately the bare command line does not compile, it looks as if there is some missing environment which the gcc does not create. E.g the cpp file is "ssl/qsslsocket_openssl_symbols.cpp", same with pch, o file etc. How can I 'create' the compile environment for that one file compil

Re: [Interest] SSL compilation error building on Mac

2013-05-08 Thread Thiago Macieira
On quarta-feira, 8 de maio de 2013 18.43.28, Gil Moses wrote: > BTW, is there a method to create a preprocessed file(or some other method) > and see which files were included in building the cpp producing the error? Yes. Take the command-line that failed (it is printed by make) and replace the -c

Re: [Interest] SSL compilation error building on Mac

2013-05-08 Thread Gil Moses
BTW, is there a method to create a preprocessed file(or some other method) and see which files were included in building the cpp producing the error? ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] SSL compilation error building on Mac

2013-05-08 Thread Gil Moses
It is actually a build error, not a link error. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] SSL compilation error building on Mac

2013-05-08 Thread Gil Moses
Should I be explicitly pointing to the openssl installation (libs, includes) on the system in the configure command line? On May 9, 2013, at 1:23 AM, Gil Moses wrote: Actually I didn't have openssl installed at all. I just d/ld and built openssl 1.0.1e (latest) from openssl.org

Re: [Interest] SSL compilation error building on Mac

2013-05-08 Thread Thiago Macieira
On quarta-feira, 8 de maio de 2013 18.23.07, Gil Moses wrote: > Actually I didn't have openssl installed at all. I'm pretty sure you do. It probably came with Mac OS X and it's probably an ancient version. > I just d/ld and built openssl 1.0.1e (latest) from > openssl.org. ve

Re: [Interest] SSL compilation error building on Mac

2013-05-08 Thread Gil Moses
Actually I didn't have openssl installed at all. I just d/ld and built openssl 1.0.1e (latest) from openssl.org. version is 0x1000105fL. After building and installing openssl, reconfigured Qt from a vanilla copy and attempted make. Same error exactly occurs. Thanks, Gil. _

Re: [Interest] SSL compilation error building on Mac

2013-05-08 Thread Thiago Macieira
On quarta-feira, 8 de maio de 2013 15.47.14, Gil Moses wrote: > Hi Thiago, > > 1. How can I find out the openssl version? AFAIK the compilation error > happens in the aforementioned files within the downloaded package (sk_push > does not appear anywhere else on my Mac, and there is no mentioning >

Re: [Interest] SSL compilation error building on Mac

2013-05-08 Thread Gil Moses
Hi Thiago, 1. How can I find out the openssl version? AFAIK the compilation error happens in the aforementioned files within the downloaded package (sk_push does not appear anywhere else on my Mac, and there is no mentioning anywhere of a different sk_push function signature.). 2. How do I rep

Re: [Interest] SSL compilation error building on Mac

2013-05-08 Thread Thiago Macieira
On quarta-feira, 8 de maio de 2013 07.18.47, Gil Moses wrote: > ssl/qsslsocket_openssl_symbols.cpp: In function 'void q_sk_push(STACK*, > void*)': ssl/qsslsocket_openssl_symbols.cpp:186: error: invalid conversion > from 'void*' to 'char*' ssl/qsslsocket_openssl_symbols.cpp:186: error: > initializ

[Interest] SSL compilation error building on Mac

2013-05-08 Thread Gil Moses
Hi, Setup details: == OS: Mac 10.6.8 Package: qt-everywhere-opensource-src-5.0.2 Configure command: ./configure -debug-and-release -platform macx-g++42  -opensource -openssl-linked -no-icu -no-xcb -no-eglfs -no-directfb -no-linuxfb -no-kms -opengl -confirm-license Build error: ===