[QBS] Can't build QtCreator 3.5 HEAD using Qbs

Nikolai Kosjar nikolai.kosjar at theqtcompany.com
Mon Aug 3 09:53:31 CEST 2015


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



More information about the Qbs mailing list