Archived

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

Success Compiling Ice on Fedora core 4.

When compile ice/icessl/OpenSSLPluginI.cpp on FC4, there is an error about no constructure of ICE::Object(void **).
Why ? I can't understand the error.

Then I update gcc from 4.0.0 to 4.0.1, all is done.

regards.

Comments

  • benoit
    benoit Rennes, France
    Hi,

    As you discovered, Ice doesn't compile with GCC 4.0 because of this gcc bug, you need GCC 4.0.1 to compile it.

    Benoit.