View Single Post
  #1 (permalink)  
Old 11-24-2005
zhushisong 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.
Reply With Quote