Re: [Development] C++11 and QtWebkit in 5.2.0

2013-12-20 Thread Allan Sandfeld Jensen
On Friday 20 December 2013, Thiago Macieira wrote: > On sexta-feira, 20 de dezembro de 2013 12:57:46, Allan Sandfeld Jensen wrote: > > WebKit is recommended to compiled with C++11, compiling without C++11 is > > only meant for platforms without working C++11 support (gcc 4.2 in Mac > > OS 10.6).

Re: [Development] C++11 and QtWebkit in 5.2.0

2013-12-20 Thread Thiago Macieira
On sexta-feira, 20 de dezembro de 2013 12:57:46, Allan Sandfeld Jensen wrote: > WebKit is recommended to compiled with C++11, compiling without C++11 is > only meant for platforms without working C++11 support (gcc 4.2 in Mac OS > 10.6). This is not a case of recommended. The use of >> makes C++1

Re: [Development] C++11 and QtWebkit in 5.2.0

2013-12-20 Thread Allan Sandfeld Jensen
On Friday 20 December 2013, Soroush Rabiei wrote: > Hi list > > IIRC webkit source is not supposed to be compiled with C++11. So I turned > off new standard in configure script: > WebKit is recommended to compiled with C++11, compiling without C++11 is only meant for platforms without working C+

[Development] C++11 and QtWebkit in 5.2.0

2013-12-20 Thread Soroush Rabiei
Hi list IIRC webkit source is not supposed to be compiled with C++11. So I turned off new standard in configure script: .\configure ... -no-c++11 ... Trying to compile I got this error: In file included from Platform\CoreIPC\Connection.h:35:0, from Platform\CoreIPC\Connection