[Interest] 5.8.0 on OpenBSD 6.0

Thiago Macieira thiago.macieira at intel.com
Mon Mar 6 16:04:58 CET 2017


Em segunda-feira, 6 de março de 2017, às 14:01:57 CET, ml+qt-
interest at esmtp.org escreveu:
> I don't know if this a problem with
> - qmake generating a wrong INCPATH (-isystem /usr/include etc)
> - eg++ not using its own include directory first
> - or something else
> ?

It's not a qmake problem. Again, your compiler is not properly installed.

> ../../../3rdparty/assimp/code/BlenderTessellator.cpp:378:65: error: invalid
> cast from type 'std::nullptr_t' to type 'Assimp::Blender::PointP2T*'

assimp is really bad C++ code...

But in this case, it's not wrong. The line in question does not have nullptr. 
it has NULL, which should be 0, not nullptr. That is another brokenness of 
your compiler.

Sorry.

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




More information about the Interest mailing list