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
Benoit.