Am 03.03.2016 06:49 schrieb "Walter Stefan" <[email protected]>: > I am trying to build Qt-Creator 3.5.1 with Qt 5.5.1 on CentOS 6.7 x86_64. I am right at the begin the following issue: <snip> > In file included from api/runenvironment.cpp:37: > > ./language/scriptengine.h:128: error: \u2018nullptr\u2019 was not declared in this scope
You will need to upgrade your compiler to an supported version. We have started to rely on C++11 features unconditionally (it is 2016, that stuff has been around for 5 years now!). It really improves the language, you should update to something that supports it, not just for Qt Creators sake! The README file has details. IIRC that is GCC 4.7.X or later. Best regards, Tobias
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
