[Interest] Compiling Qt 5.6.0 alpha with VS 2015 amd64

Thiago Macieira thiago.macieira at intel.com
Tue Sep 22 19:01:51 CEST 2015


On Tuesday 22 September 2015 11:32:02 Michael Sué wrote:
> error C2039: 'NaNEncodeMask': is not a member of 'QV4::Value' (compiling
> source file jit\qv4assembler.cpp)

NaNEncodeMask is a member of QV4::Value. The compiler is wrong.

You're probably mixing Qt 5.5 and 5.6 headers.

Another possibility is that your qconfig.h does not have:
#define QT_POINTER_SIZE 8

Please check. If it doesn't, rerun configure.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list