Archived

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

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

Comments

  • benoit
    benoit Rennes, France
    Hi,

    Please see [thread=1697]this thread[/thread] regarding our support policy on the forums.

    Benoit.