Re: [Interest] Compiling Qt from source 64 bit on Windows

2016-03-16 Thread Nuno Santos
Ok... something weird happened. Today, it compiles just fine! There was probably some configuration conflict around. With a fresh start and a fresh build it just worked! Em 15/03/2016 15:35, Thiago Macieira escreveu: On terça-feira, 15 de março de 2016 08:30:33 PDT Koehne Kai wrote: The Open

Re: [Interest] Compiling Qt from source 64 bit on Windows

2016-03-15 Thread Thiago Macieira
On terça-feira, 15 de março de 2016 08:30:33 PDT Koehne Kai wrote: > > The Openssl libs are pre compiled and they provide binaries for both 32 > > and > > 64 bit. > > I never tried building Qt 64 bit with openssl statically. So I'm afraid I've > nothing to add. Suggestion: give up, use dynamic ru

Re: [Interest] Compiling Qt from source 64 bit on Windows

2016-03-15 Thread Koehne Kai
> -Original Message- > From: Nuno Santos [mailto:nunosan...@imaginando.pt] > Sent: Tuesday, March 15, 2016 9:15 AM > To: Koehne Kai > Cc: interest@qt-project.org > Subject: Re: [Interest] Compiling Qt from source 64 bit on Windows > > Kai, > > To whom sho

Re: [Interest] Compiling Qt from source 64 bit on Windows

2016-03-15 Thread Nuno Santos
>> Sent: Monday, March 14, 2016 7:12 PM >> To: interest@qt-project.org >> Subject: [Interest] Compiling Qt from source 64 bit on Windows >> >> Hi, >> >> Is there any special difference in compiling Qt from source in Windows in 64 >> bit? >> >

Re: [Interest] Compiling Qt from source 64 bit on Windows

2016-03-15 Thread Koehne Kai
> -Original Message- > From: Interest [mailto:interest- > bounces+kai.koehne=theqtcompany@qt-project.org] On Behalf Of > Nuno Santos > Sent: Monday, March 14, 2016 7:12 PM > To: interest@qt-project.org > Subject: [Interest] Compiling Qt from source 64 bit on Win

Re: [Interest] Compiling Qt from source 64 bit on Windows

2016-03-14 Thread Thiago Macieira
On terça-feira, 15 de março de 2016 00:04:25 PDT Gunnar Roth wrote: > Hi Thiago, you probably missed the -static configure option, so Nunos is > making a static qt build. He really should mention that in the subject > line. Ordinary 64 bit windows qt 5.6rc builds worked for me without a > problem w

Re: [Interest] Compiling Qt from source 64 bit on Windows

2016-03-14 Thread Nuno Santos
Gunnar, Thanks for your keen eye. So, maybe libcpmt.lib is not being specified to the linker by default? Need to check tomorrow at the office. Regards, Nuno > On 14 Mar 2016, at 23:04, Gunnar Roth wrote: > > Hi Thiago, you probably missed the -static configure option, so Nunos is > makin

Re: [Interest] Compiling Qt from source 64 bit on Windows

2016-03-14 Thread Gunnar Roth
Hi Thiago, you probably missed the -static configure option, so Nunos is making a static qt build. He really should mention that in the subject line. Ordinary 64 bit windows qt 5.6rc builds worked for me without a problem with vs2012 an 2015. libcpmt.lib is the c++ multithread static lib of visu

Re: [Interest] Compiling Qt from source 64 bit on Windows

2016-03-14 Thread Nuno Santos
Thiago, Thanks for the clarification. I will investigate further. Thanks, Regards, Nuno > On 14 Mar 2016, at 20:45, Thiago Macieira wrote: > > On segunda-feira, 14 de março de 2016 18:11:46 PDT Nuno Santos wrote: >> Hi, >> >> Is there any special difference in compiling Qt from source in Wi

Re: [Interest] Compiling Qt from source 64 bit on Windows

2016-03-14 Thread Thiago Macieira
On segunda-feira, 14 de março de 2016 18:11:46 PDT Nuno Santos wrote: > Hi, > > Is there any special difference in compiling Qt from source in Windows > in 64 bit? No. It's been working just fine for the last 3 or 4 years for me. > libcpmt.lib(locale.obj) : error LNK2001: unresolved external sym

[Interest] Compiling Qt from source 64 bit on Windows

2016-03-14 Thread Nuno Santos
Hi, Is there any special difference in compiling Qt from source in Windows in 64 bit? This is my configure linke configure -prefix c:\qt\5.6\msvc2013_opengl_5_6_rc_64_static -commercial -debug-and-release -static -nomake examples -nomake tools -nomake tests -opengl dynamic -skip multimedia -