Hi,
check your kit settings - make sure you're using clang to compile as your Qt is compiled with clang. If you're using gcc these errors will be present. Kind regards, Christian ________________________________ From: qt-creator-bounces+christian.stenger=theqtcompany....@qt-project.org <qt-creator-bounces+christian.stenger=theqtcompany....@qt-project.org> on behalf of Freddy Martinez Garcia <[email protected]> Sent: Sunday, July 5, 2015 9:39 PM To: [email protected] Subject: [Qt-creator] error with qt 5.5 guys, I have my project with qt 5.4.2 and all is fine, but when I try to compile with qt 5.5 i have plus than 100 error with messages like this and I don't have any idea what happen: /Applications/Qt/5.5/clang_64/lib/QtCore.framework/Headers/qstring.h:1310:13: error: no type named 'u16string' in namespace 'std' /Applications/Qt/5.5/clang_64/lib/QtCore.framework/Headers/qstring.h:1311:15: error: no member named 'u16string' in namespace 'std' { return std::u16string(reinterpret_cast<const char16_t*>(utf16()), length()); } /Applications/Qt/5.5/clang_64/lib/QtCore.framework/Headers/qstring.h:1310:13: error: no type named 'u16string' in namespace 'std' inline std::u16string QString::toStdU16String() const /Applications/Qt/5.5/clang_64/lib/QtCore.framework/Headers/qstring.h:1313:53: error: no type named 'u32string' in namespace 'std' inline QString QString::fromStdU32String(const std::u32string &s) /Applications/Qt/5.5/clang_64/lib/QtCore.framework/Headers/qstring.h:1318:10: error: no member named 'u32string' in namespace 'std' std::u32string u32str(length(), char32_t(0)); /Applications/Qt/5.5/clang_64/lib/QtCore.framework/Headers/qcompilerdetection.h:1007:43: note: expanded from macro 'Q_DECL_NOEXCEPT_EXPR' # define Q_DECL_NOEXCEPT_EXPR(x) noexcept(x) ^ /Applications/Qt/5.5/clang_64/lib/QtCore.framework/Headers/qpair.h:42:17: note: declared here template <class T1, class T2> Someone know about it ?? regards ============================================= "El tamaño de tus logros depende del tamaño de tus metas." C++ and Qt Senior Developer Lic. Computer Science Buenos Aires, Argentina
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
