[Interest] Frustrated, Why doesn't Qt ever compile?

Thiago Macieira thiago.macieira at intel.com
Thu Dec 22 00:07:56 CET 2016


Em quarta-feira, 21 de dezembro de 2016, às 20:43:13 BRST, Jason H escreveu:
> checking for C++14...  no.
> checking for default C++ standard edition...  no.
> checking for 64-bit std::atomic...  no.
> checking for 64-bit std::atomic in -latomic...  no.
> checking for std::atomic for function pointers...  no.
> ERROR: detected a std::atomic implementation that fails for function
> pointers. Please apply the patch corresponding to your Standard Library
> vendor, found in
> /Users/jhihn/qt-everywhere-enterprise-src-5.7.1/qtbase/config.tests/common/
> atomicfptr
> 
> but I'm not using the Intel Composer XE 2016, which the patch seems to be
> for.

That's not it. This is just the first test that is a hard failure.

We don't have a check for "compiler works". That's up to you. Note the list of 
"no" above and all the errors you've got, like missing Standard Library 
headers such as <functional>. Your compiler doesn't work.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list