[Development] qtdeclarative-5.6.0-beta build failure on rhel6

Hausmann Simon Simon.Hausmann at theqtcompany.com
Mon Jan 18 16:58:09 CET 2016


I'm surprised as well that this slipped through. Looks like MSVC 2010 supports this bit as well.

It is true however that we require devtoolset 3 for RHEL 6. Does anyone remember the reason?


Simon

  Original Message
From: Olivier Goffart
Sent: Monday, January 18, 2016 16:26
To: development at qt-project.org
Cc: Rex Dieter
Subject: Re: [Development] qtdeclarative-5.6.0-beta build failure on rhel6


On Montag, 18. Januar 2016 08:31:01 CET Rex Dieter wrote:
> I'm trying to build(bootstrap) qt-5.6.0-beta stack on rhel6, and have run
> into a build failure in qtdeclarative,
<snip>
> beta/tools/qmlimportscanner/main.cpp:376: error: no matching function for
> call to 'find_if(QList<QFileInfo>::const_iterator,


std::find_if is new in C++11
And it was used in https://codereview.qt-project.org/125853/ in the 5.6 which
still does not require C++11.

Apparently the CI does not try to build this with non-c++11 enabled compilers?

--
Olivier

Woboq - Qt services and support - https://woboq.com - https://code.woboq.org
_______________________________________________
Development mailing list
Development at qt-project.org
http://lists.qt-project.org/mailman/listinfo/development



More information about the Development mailing list