Results 1 to 2 of 2

Thread: compile ice-3.0.0 error

  1. #1
    zhushisong is offline Registered User
    Join Date
    Nov 2005
    Posts
    3

    compile ice-3.0.0 error

    I tried to compile ice-3.0.0. under FC4 with gcc-4.0.0. But there are some errors occurred.

    c++ -c -I.. -I../../include -DICE_SSL_API_EXPORTS -I/usr/kerberos/include -ftemplate-depth-128 -Wall -D_REENTRANT -fPIC -g OpenSSLPluginI.cpp
    OpenSSLPluginI.cpp: In constructor ‘IceSSL::OpenSSLPluginI::OpenSSLPluginI(const IceInternal::ProtocolPluginFacadePtr&)’:
    OpenSSLPluginI.cpp:190: error: no matching function for call to ‘Ice::LocalObject::LocalObject(const void**)’
    ../../include/Ice/LocalObject.h:27: note: candidates are: Ice::LocalObject::LocalObject()
    ../../include/Ice/LocalObject.h:27: note: Ice::LocalObject::LocalObject(const Ice::LocalObject&)
    OpenSSLPluginI.cpp:190: error: no matching function for call to ‘Ice::Plugin::Plugin(const void**)’
    ../../include/Ice/Plugin.h:84: note: candidates are: Ice::Plugin::Plugin()
    ../../include/Ice/Plugin.h:84: note: Ice::Plugin::Plugin(const Ice::Plugin&)
    OpenSSLPluginI.cpp:190: error: no matching function for call to ‘IceSSL::Plugin::Plugin(const void**)’
    ../../include/IceSSL/Plugin.h:88: note: candidates are: IceSSL::Plugin::Plugin()../../include/IceSSL/Plugin.h:88: note: IceSSL::Plugin::Plugin(const IceSSL::Plugin&)
    make[2]: *** [OpenSSLPluginI.o] Error 1
    make[2]: Leaving directory `/data/ice-3.0/Ice-3.0.0/src/IceSSL'

    zhu shi song
    Last edited by zhushisong; 11-24-2005 at 06:07 AM.

  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
    Hi,

    Can you please set your signature? Please see this thread for more information on our support policy.

    Benoit.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. compile Ice-3.3.0 error
    By li.c++ in forum Help Center
    Replies: 1
    Last Post: 12-17-2010, 04:24 AM
  2. Replies: 5
    Last Post: 06-21-2010, 05:03 AM
  3. ice-3.0 compile error on FC4
    By zhushisong in forum Help Center
    Replies: 1
    Last Post: 12-06-2005, 04:38 AM
  4. Ice-2.1.2 compile error!
    By mesky in forum Help Center
    Replies: 3
    Last Post: 09-13-2005, 05:01 AM
  5. C# compile error!!
    By xpiao in forum Help Center
    Replies: 1
    Last Post: 11-19-2004, 05:06 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
  •