[Interest] Qt6 - Fails to compile when openssl-linked enabled

2022-12-07 Thread Nuno Santos
Hi, I’m trying to compile Qt 6 with openssl-linked but I’m having this error and I’m not being able to interpret it. What is failing? Can you please help me here? Thanks in advance! Regards, Nuno Configuring submodule 'qtbase' CMake Error at qtbase/cmake/QtBuildInformation.cmake:490 (messa

Re: [Interest] Qt6 - Fails to compile when openssl-linked enabled

2022-12-07 Thread Mårten Nordheim via Interest
age- > From: Interest On Behalf Of Nuno > Santos > Sent: onsdag 7. desember 2022 10:28 > To: Qt Interest > Subject: [Interest] Qt6 - Fails to compile when openssl-linked enabled > > Hi, > > I’m trying to compile Qt 6 with openssl-linked but I’m having this err

Re: [Interest] Qt6 - Fails to compile when openssl-linked enabled

2022-12-07 Thread Nuno Santos
Mårten > >> -Original Message- >> From: Interest On Behalf Of Nuno >> Santos >> Sent: onsdag 7. desember 2022 10:28 >> To: Qt Interest >> Subject: [Interest] Qt6 - Fails to compile when openssl-linked enabled >> >> Hi, >> >>

Re: [Interest] Qt6 - Fails to compile when openssl-linked enabled

2022-12-07 Thread Mårten Nordheim via Interest
[Reply is inline] > -Original Message- > From: Nuno Santos > Sent: onsdag 7. desember 2022 11:50 > To: Mårten Nordheim > Cc: Qt Interest > Subject: Re: [Interest] Qt6 - Fails to compile when openssl-linked enabled > > Marten, > > Thanks for your reply

Re: [Interest] Qt6 - Fails to compile when openssl-linked enabled

2022-12-07 Thread Nuno Santos
uno Santos >> Sent: onsdag 7. desember 2022 11:50 >> To: Mårten Nordheim >> Cc: Qt Interest >> Subject: Re: [Interest] Qt6 - Fails to compile when openssl-linked enabled >> >> Marten, >> >> Thanks for your reply. >> >> I’m on branch 6.4.2 an

Re: [Interest] Qt6 - Fails to compile when openssl-linked enabled

2022-12-07 Thread Mårten Nordheim via Interest
nterest Subject: Re: [Interest] Qt6 - Fails to compile when openssl-linked enabled Marten, Thank you for your reply. Yes the patch required? My configure line was: ./configure -prefix /Users/nsantos/Qt/6.4.2/macos -static -debug-and-release -nomake examples -nomake tests -nomake benchmarks

Re: [Interest] Qt6 - Fails to compile when openssl-linked enabled

2022-12-07 Thread Nuno Santos
d of your configure line, something like this: > > ./configure -prefix …. -openssl-linked -- -DOPENSSL_ROOT_DIR="…" > > Mårten > > From: Nuno Santos > Sent: onsdag 7. desember 2022 14:01 > To: Mårten Nordheim > Cc: Qt Interest > Subject: Re: [I

Re: [Interest] Qt6 - Fails to compile when openssl-linked enabled

2022-12-07 Thread Thiago Macieira
On Wednesday, 7 December 2022 08:40:09 PST Nuno Santos wrote: > ./configure -prefix /Users/nsantos/Qt/6.4.2/macos -static -debug-and-release > -nomake examples -nomake tests -nomake benchmarks -nomake manual-tests > -nomake minimal-static-tests -openssl-linked > -DOPENSSL_ROOT_DIR="/Users/nsantos/Q

Re: [Interest] Qt6 - Fails to compile when openssl-linked enabled

2022-12-08 Thread Mårten Nordheim via Interest
eim Cc: Qt Interest Subject: Re: [Interest] Qt6 - Fails to compile when openssl-linked enabled Marten, Tried again without success. Maybe it's the directory layout. I don’t know I’m in the dark since the the CMakeOutput.log and CMakeError.log do not even mention ssl anywhere. Below

Re: [Interest] Qt6 - Fails to compile when openssl-linked enabled

2022-12-08 Thread Nuno Santos
7. desember 2022 17:40 > To: Mårten Nordheim > Cc: Qt Interest > Subject: Re: [Interest] Qt6 - Fails to compile when openssl-linked enabled > > Marten, > > Tried again without success. Maybe it's the directory layout. I don’t know > I’m in the dark since the the

Re: [Interest] Qt6 - Fails to compile when openssl-linked enabled

2023-01-06 Thread Nuno Santos
n Nordheim wrote: >> >> The parameters to cmake (-D*) must be passed after a separating double dash >> (--). >> So, this: >> -openssl-linked -DOPENSSL_ROOT_DIR="…" >> Should be like: >> -openssl-linked -- -DOPENSSL_ROOT_DIR="…" >> Mårten

Re: [Interest] Qt6 - Fails to compile when openssl-linked enabled

2023-01-06 Thread Thiago Macieira
On Friday, 6 January 2023 15:03:52 -03 Nuno Santos wrote: > What am I missing here? Does it work with *dynamic* openssl-linked? I urge you to forget static libraries exist. The CMake verification that either OpenSSL 1.1 or OpenSSL 3.0 can compile and link and executable failed. Debugging why th

Re: [Interest] Qt6 - Fails to compile when openssl-linked enabled

2023-01-09 Thread Mårten Nordheim via Interest
of the VC runtime, but I’m not familiar with the process. Mårten From: Nuno Santos Sent: fredag 6. januar 2023 19:04 To: Mårten Nordheim Cc: Qt Interest ; Macieira, Thiago Subject: Re: [Interest] Qt6 - Fails to compile when openssl-linked enabled Marten, I’m now trying to do the same in

Re: [Interest] Qt6 - Fails to compile when openssl-linked enabled

2023-01-09 Thread Nuno Santos
o: Mårten Nordheim > Cc: Qt Interest ; Macieira, Thiago > > Subject: Re: [Interest] Qt6 - Fails to compile when openssl-linked enabled > Marten, > I’m now trying to do the same in Windows but having problems. > I’m using vcpkg to build openssl and the only different in the