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

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to