[Development] Impossible to compile Qt5.3.0(/qtwebkit) with g++4.4

Thiago Macieira thiago.macieira at intel.com
Tue Jun 24 18:32:48 CEST 2014


Em ter 24 jun 2014, às 18:17:28, Renaud escreveu:
> Hi all,
> 
> I just want to say that the Target.pri file (see link below) prevents
> compilation with g++4.4. Only because it defines a warning parameter
> which was introduced in g++4.6.
> (https://gcc.gnu.org/gcc-4.6/porting_to.html)

Upgrade. The minimum supported version is 4.5.

> Is it normal ? Is there a way to get around this issue (without
> editing this file) ?

It's normal. To fix it, please edit the file. You can check QT_GCC_MINOR_VERSION 
to see if the parameter should be passed.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Development mailing list