Archived
This forum has been archived. Please start a new discussion on GitHub.
Intel(R) C++ Compiler 9.0
in Help Center
Can ICE be compiled with Intel(R) C++ Compiler 9.0?
It report error.
Like this:
\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"
\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"
It report error.
Like this:

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"

ptr->__decRef();
^
detected during instantiation of class "IceUtil::Handle<T> [with T=JobThread]" at line 335 of "G:\Gradual3\source4\KionPlayer_IntelC++/LoginThread.h"
0
Comments
-
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.0