Results 1 to 2 of 2

Thread: Intel(R) C++ Compiler 9.0

  1. #1
    level is offline Registered User
    Join Date
    Feb 2004
    Location
    China
    Posts
    71

    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"

  2. #2
    benoit's Avatar
    benoit is offline ZeroC Staff
    Name: Benoit Foucher
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Rennes, France
    Posts
    2,140
    I don't believe we tested the Intel C++ compiler on Windows. You might want to check this thread though... Let us know if DeepDiver modifications help!

    Benoit.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: 03-19-2007, 03:18 PM
  2. OSX package on Intel MAC
    By ctennis in forum Bug Reports
    Replies: 2
    Last Post: 11-23-2006, 09:32 PM
  3. Intel compiler on Windows
    By DeepDiver in forum Bug Reports
    Replies: 2
    Last Post: 01-03-2005, 04:57 AM
  4. Help compiling Ice on Linux with Intel compiler
    By kevinl in forum Help Center
    Replies: 1
    Last Post: 01-30-2004, 06:27 PM
  5. Ice for non-Intel systems (SPARC)
    By fmccor in forum Comments
    Replies: 15
    Last Post: 03-07-2003, 01:18 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •