Results 1 to 2 of 2

Thread: Compiling Ice 3.2.0 with Intel C++ Compiler 9.1. (043) on Linux 2.6/64bit

  1. #1
    MichaelGauckler is offline Registered User
    Name: Michael Gauckler
    Organization: Parallel Systems GmbH
    Project: n/a
    Join Date
    Mar 2007
    Posts
    1

    Compiling Ice 3.2.0 with Intel C++ Compiler 9.1. (043) on Linux 2.6/64bit

    Dear Ice users and developers,

    I tried to compile Ice 3.2.0 with the Intel C++ Compiler Version 9.1 (043) on Linux 2.6/64bit.

    Only one small change was necessary to make the core of Ice 3.2.0 compile with this compiler. The patch is attached.

    The problem, which is solves, is the one of an ambigious call to the constructor of CacheValue because both constructors (the one supplied and the implicit copy constructor), can be called with "(int) 0" as argument by means of implicit conversations. GCC resolves this issue silently. Please note that I have not tested the compilation with other compilers after applying the patch.

    Unfortunately I wasn't able to build IcePy-3.2.0 with the intel compiler. But this is not much of an issue to me.

    I'd like to give the patch upstream so that - even not officially supported - Ice 3.2.0 compiles out of the box with the intel 9.1 compiler on Linux.

    Regards,
    Michael
    Attached Files Attached Files

  2. #2
    marc's Avatar
    marc is offline ZeroC Staff
    Name: Marc Laukien
    Organization: ZeroC, Inc.
    Project: The Internet Communications Engine
    Join Date
    Feb 2003
    Location
    Florida
    Posts
    1,860
    Thanks for the information. If you would like to have these patches integrated into future versions of Ice, please contact us at info@zeroc.com.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Intel(R) C++ Compiler 9.0
    By level in forum Help Center
    Replies: 1
    Last Post: 06-15-2005, 04:02 AM
  2. Intel compiler on Windows
    By DeepDiver in forum Bug Reports
    Replies: 2
    Last Post: 01-03-2005, 03:57 AM
  3. Help compiling Ice on Linux with Intel compiler
    By kevinl in forum Help Center
    Replies: 1
    Last Post: 01-30-2004, 05:27 PM
  4. Ice for non-Intel systems (SPARC)
    By fmccor in forum Comments
    Replies: 15
    Last Post: 03-07-2003, 12: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
  •