Archived

This forum has been archived. Please start a new discussion on GitHub.

Intel(R) C++ Compiler 9.0

Can ICE be compiled with Intel(R) C++ Compiler 9.0?
It report error.
Like this:

D:\Ice-2.1.1\include/IceUtil/Handle.h(214): error: pointer to incomplete class type is not allowed
r._ptr->__incRef();
^
detected during instantiation of class "IceUtil::Handle<T> [with T=JobThread]" at line 335 of "G:\Gradual3\source4\KionPlayer_IntelC++/LoginThread.h"

D:\Ice-2.1.1\include/IceUtil/Handle.h(222): error: pointer to incomplete class type is not allowed
ptr->__decRef();
^
detected during instantiation of class "IceUtil::Handle<T> [with T=JobThread]" at line 335 of "G:\Gradual3\source4\KionPlayer_IntelC++/LoginThread.h"

Comments

  • benoit
    benoit Rennes, France
    I don't believe we tested the Intel C++ compiler on Windows. You might want to check [thread=1095]this thread[/thread] though... Let us know if DeepDiver modifications help!

    Benoit.