Re: [Development] Compiling QT 5.7 Windows 64-bit

2016-03-30 Thread Oswald Buddenhagen
On Tue, Mar 29, 2016 at 09:33:12AM -0300, Rafael Roquetto wrote: > If you ever switch to MSVC, sh.exe will trick qmake into generating > Unix makefiles > i wonder where you got that idea from ... ___ Development mailing list Development@qt-project.org ht

Re: [Development] Compiling QT 5.7 Windows 64-bit

2016-03-29 Thread Partha Bagchi
On Tue, Mar 29, 2016 at 8:35 PM, Partha Bagchi wrote: > > > On Tue, Mar 29, 2016 at 1:05 AM, Andreas Holzammer < > andreas.holzam...@kdab.com> wrote: > >> Hey, >> >> this got fixed in the 5.6 branch and did not get forward merged yet. >> https://codereview.qt-project.org/#/c/153305/ >> Please use

Re: [Development] Compiling QT 5.7 Windows 64-bit

2016-03-29 Thread Partha Bagchi
On Tue, Mar 29, 2016 at 1:05 AM, Andreas Holzammer < andreas.holzam...@kdab.com> wrote: > Hey, > > this got fixed in the 5.6 branch and did not get forward merged yet. > https://codereview.qt-project.org/#/c/153305/ > Please use that patch and the c++11 error should go away. > > Thank you > > Andy

Re: [Development] Compiling QT 5.7 Windows 64-bit

2016-03-29 Thread Thiago Macieira
On terça-feira, 29 de março de 2016 09:33:12 PDT Rafael Roquetto wrote: > On Mon, Mar 28, 2016 at 01:44:07PM -0700, Thiago Macieira wrote: > > On segunda-feira, 28 de março de 2016 17:13:56 PDT Rafael Roquetto wrote: > > > Hey, > > > > > > 1. don't use msys shell. > > > 2. make sure stuff like sh.

Re: [Development] Compiling QT 5.7 Windows 64-bit

2016-03-29 Thread Massimo Callegari via Development
the fact that QtWebEngine still doesn't build there and it's really a pity. Thanks, Massimo Da: Rafael Roquetto A: Thiago Macieira Cc: development@qt-project.org Inviato: Martedì 29 Marzo 2016 14:33 Oggetto: Re: [Development] Compiling QT 5.7 Windows 64

Re: [Development] Compiling QT 5.7 Windows 64-bit

2016-03-29 Thread Rafael Roquetto
On Mon, Mar 28, 2016 at 01:44:07PM -0700, Thiago Macieira wrote: > On segunda-feira, 28 de março de 2016 17:13:56 PDT Rafael Roquetto wrote: > > Hey, > > > > 1. don't use msys shell. > > 2. make sure stuff like sh.exe is not on your path > > Doesn't match my recommendation. I do use the msys shel

Re: [Development] Compiling QT 5.7 Windows 64-bit

2016-03-28 Thread Andreas Holzammer
Hey, this got fixed in the 5.6 branch and did not get forward merged yet. https://codereview.qt-project.org/#/c/153305/ Please use that patch and the c++11 error should go away. Thank you Andy Am 29.03.2016 um 03:57 schrieb Thiago Macieira: > On segunda-feira, 28 de março de 2016 21:33:11 PDT P

Re: [Development] Compiling QT 5.7 Windows 64-bit

2016-03-28 Thread Thiago Macieira
On segunda-feira, 28 de março de 2016 21:33:11 PDT Partha Bagchi wrote: > EXTRA_CXXFLAGS = -std=c++11 -DUNICODE -ffunction-sections It's there, but it's not in your command-line, which had: g++ -c -o project.o -DUNICODE -g -IZ:/src/qt5/qtbase/qmake It's missing two options. I don't know how or

Re: [Development] Compiling QT 5.7 Windows 64-bit

2016-03-28 Thread Partha Bagchi
On Mon, Mar 28, 2016 at 9:25 PM, Thiago Macieira wrote: > On segunda-feira, 28 de março de 2016 18:30:22 PDT Partha Bagchi wrote: > > > Looks like it's not compiling as C++11. > > > > Adding c++11 does not make any difference. > > configure should have got the flag from the mkspec. Can you check

Re: [Development] Compiling QT 5.7 Windows 64-bit

2016-03-28 Thread Thiago Macieira
On segunda-feira, 28 de março de 2016 18:30:22 PDT Partha Bagchi wrote: > > Looks like it's not compiling as C++11. > > Adding c++11 does not make any difference. configure should have got the flag from the mkspec. Can you check if qmake/ Makefile has a line with QMAKE_CXXFLAGS_CXX11? It probably

Re: [Development] Compiling QT 5.7 Windows 64-bit

2016-03-28 Thread Partha Bagchi
On Mon, Mar 28, 2016 at 6:49 PM, Partha Bagchi wrote: > > > On Mon, Mar 28, 2016 at 4:44 PM, Thiago Macieira < > thiago.macie...@intel.com> wrote: > >> On segunda-feira, 28 de março de 2016 17:13:56 PDT Rafael Roquetto wrote: >> > Hey, >> > >> > 1. don't use msys shell. >> > 2. make sure stuff li

Re: [Development] Compiling QT 5.7 Windows 64-bit

2016-03-28 Thread Partha Bagchi
On Mon, Mar 28, 2016 at 4:44 PM, Thiago Macieira wrote: > On segunda-feira, 28 de março de 2016 17:13:56 PDT Rafael Roquetto wrote: > > Hey, > > > > 1. don't use msys shell. > > 2. make sure stuff like sh.exe is not on your path > > Doesn't match my recommendation. I do use the msys shell and I d

Re: [Development] Compiling QT 5.7 Windows 64-bit

2016-03-28 Thread Partha Bagchi
On Mon, Mar 28, 2016 at 4:37 PM, Thiago Macieira wrote: > On segunda-feira, 28 de março de 2016 15:00:04 PDT Partha Bagchi wrote: > > On Mon, Mar 28, 2016 at 1:09 PM, Thiago Macieira < > thiago.macie...@intel.com> > > wrote: > > > On segunda-feira, 28 de março de 2016 12:34:38 PDT Partha Bagchi w

Re: [Development] Compiling QT 5.7 Windows 64-bit

2016-03-28 Thread Thiago Macieira
On segunda-feira, 28 de março de 2016 17:13:56 PDT Rafael Roquetto wrote: > Hey, > > 1. don't use msys shell. > 2. make sure stuff like sh.exe is not on your path Doesn't match my recommendation. I do use the msys shell and I do have sh.exe on PATH. > 3. use configure.bat (not the configure she

Re: [Development] Compiling QT 5.7 Windows 64-bit

2016-03-28 Thread Thiago Macieira
On segunda-feira, 28 de março de 2016 15:00:04 PDT Partha Bagchi wrote: > On Mon, Mar 28, 2016 at 1:09 PM, Thiago Macieira > wrote: > > On segunda-feira, 28 de março de 2016 12:34:38 PDT Partha Bagchi wrote: > > > However, during configuration, I get errors like > > > C:optsopt64-kdeincludeglibcon

Re: [Development] Compiling QT 5.7 Windows 64-bit

2016-03-28 Thread Rafael Roquetto
Hey, 1. don't use msys shell. 2. make sure stuff like sh.exe is not on your path 3. use configure.bat (not the configure shell script) 4. use backslashes for -I and -L when passing arguments to configure configure (...) -I C:\ICU\include -L C:\ICU\lib 5. for everything else, use forward-slas

Re: [Development] Compiling QT 5.7 Windows 64-bit

2016-03-28 Thread Partha Bagchi
On Mon, Mar 28, 2016 at 1:09 PM, Thiago Macieira wrote: > On segunda-feira, 28 de março de 2016 12:34:38 PDT Partha Bagchi wrote: > > However, during configuration, I get errors like > > C:optsopt64-kdeincludeglibconfig.h unknown command. > > Show the entire command that failed. > > 5.7 does not

Re: [Development] Compiling QT 5.7 Windows 64-bit

2016-03-28 Thread Thiago Macieira
On segunda-feira, 28 de março de 2016 12:34:38 PDT Partha Bagchi wrote: > However, during configuration, I get errors like > C:optsopt64-kdeincludeglibconfig.h unknown command. Show the entire command that failed. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel O

Re: [Development] Compiling QT 5.7 Windows 64-bit

2016-03-28 Thread Partha Bagchi
On Mon, Mar 28, 2016 at 11:41 AM, Thiago Macieira wrote: > On segunda-feira, 28 de março de 2016 09:28:14 PDT Partha Bagchi wrote: > > I am building using a Windows command-line since ./configure chokes on > > directory separators. For example, I cannot get glib support if I use the > > Msys shel

Re: [Development] Compiling QT 5.7 Windows 64-bit

2016-03-28 Thread Thiago Macieira
On segunda-feira, 28 de março de 2016 09:28:14 PDT Partha Bagchi wrote: > I am building using a Windows command-line since ./configure chokes on > directory separators. For example, I cannot get glib support if I use the > Msys shell. Use forward slashes. -- Thiago Macieira - thiago.macieira (AT

[Development] Compiling QT 5.7 Windows 64-bit

2016-03-28 Thread Partha Bagchi
Hi, My first post here. I am trying to compile QT 5.7 with my toolchain. I must be doing something silly and wrong: I get the following error: jit\qv4regalloc.cpp:648:8: error: missing binary operator before token "(" #if CPU(X86) || CPU(X86_64) ^ Makefile.Release:16312: recipe for tar