Hi! On 07/31/2015 05:10 PM, Yuchen Deng wrote: > > /home/loaden/qpSOFT/Projects/QtCreator/src/tools/clangbackend/ipcsource/translationunit.h:94:40: > error: 'CXErrorCode' has not been declared > > void checkTranslationUnitErrorCode(CXErrorCode errorCode) > const; > > ^ > ######################################## 100% > > ERROR: Process failed with exit code 1. > > Ubuntu 14.04, I don't know what is the missing. > It's exist been long time. > Did someone have the same issue too?
You have the LLVM_INSTALL_DIR set in order to build the clang code model, but it points to a too old llvm/clang (probably 3.5?). We require llvm/clang 3.6 these days. I'll add version check. Nikolai _______________________________________________ QBS mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qbs
