Results 1 to 2 of 2

Thread: ice-3.0 compile error on FC4

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

    ice-3.0 compile error on FC4

    I have updated gcc from 4.0.0 to 4.0.1. But there are still some errors.
    c++ -c -I.. -I../../include -DICE_SSL_API_EXPORTS -I/usr/include -ftemplate-depth-128 -Wall -D_REENTRANT -fPIC -g OpenSSLPluginI.cpp
    OpenSSLPluginI.cpp: In constructor ‘IceSSL::OpenSSLPluginI::OpenSSLPluginI(const IceInternal::ProtocolPluginFacadePtr&)’:
    OpenSSLPluginI.cpp:183: error: uninitialized member ‘IceSSL::OpenSSLPluginI::_memDebug’ with ‘const’ type ‘const int’
    OpenSSLPluginI.cpp:183: error: no matching function for call to ‘IceSSL::ServerContext::ServerContext()’
    ../IceSSL/ServerContext.h:31: note: candidates are: IceSSL::ServerContext::ServerContext(const IceSSL::TraceLevelsPtr&, const Ice::CommunicatorPtr&)
    ../IceSSL/ServerContext.h:20: note: IceSSL::ServerContext::ServerContext(const IceSSL::ServerContext&)
    OpenSSLPluginI.cpp:183: error: no matching function for call to ‘IceSSL::ClientContext::ClientContext()’
    ../IceSSL/ClientContext.h:31: note: candidates are: IceSSL::ClientContext::ClientContext(const IceSSL::TraceLevelsPtr&, const Ice::CommunicatorPtr&)
    ../IceSSL/ClientContext.h:20: note: IceSSL::ClientContext::ClientContext(const IceSSL::ClientContext&)
    make[2]: *** [OpenSSLPluginI.o] Error 1
    make[2]: Leaving directory `/data/ice-3.0/Ice-3.0.0/src/IceSSL'

    uname -a
    Linux localhost.localdomain 2.6.11-1.1369_FC4 #1 Thu Jun 2 22:55:56 EDT 2005 i686 i686 i386 GNU/Linux
    gcc -v
    Using built-in specs. Target: i386-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,java,f95,ada --enable-java-awt=gtk --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --host=i386-redhat-linux
    Thread model: posix
    gcc version 4.0.1 20050727 (Red Hat 4.0.1-5)
    c++ -v
    Using built-in specs.
    Target: i386-redhat-linux
    Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,java,f95,ada --enable-java-awt=gtk --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --host=i386-redhat-linux
    Thread model: posix
    gcc version 4.0.1 20050727 (Red Hat 4.0.1-5)


    tks
    http://www.liming.com
    iSwitch Project
    zhu shi song
    Last edited by zhushisong; 12-06-2005 at 04:12 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,196
    Hi,

    Please see this thread regarding our support policy on the forums.

    Benoit.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 5
    Last Post: 06-21-2010, 04:03 AM
  2. Ice 3.2.1 installation on FC4
    By janarbek in forum Help Center
    Replies: 17
    Last Post: 02-14-2008, 12:07 AM
  3. Can Ice be used under FC4 with gcc 4.0?
    By ificanfly in forum Help Center
    Replies: 12
    Last Post: 07-31-2006, 10:49 AM
  4. compile ice-3.0.0 error
    By zhushisong in forum Help Center
    Replies: 1
    Last Post: 11-24-2005, 04:38 AM
  5. Ice-2.1.2 compile error!
    By mesky in forum Help Center
    Replies: 3
    Last Post: 09-13-2005, 04:01 AM

Posting Permissions

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