View Single Post
  #1 (permalink)  
Old 12-16-2005
zhangzq71's Avatar
zhangzq71 zhangzq71 is offline
Registered User
 
Name: ZhangZQ
Organization: WanYi
Project: Test
 
Join Date: Mar 2005
Location: GuangZhou, GuangDong
Posts: 43
Send a message via ICQ to zhangzq71 Send a message via MSN to zhangzq71 Send a message via Skype™ to zhangzq71
-->
got some errors when compiling Ice-3.0.0 in Mac osX 10.4

here is the compiler version,
Bruce:~/Desktop/ice/Ice-3.0.0 zzq$ c++ --version
powerpc-apple-darwin8-g++-4.0.0 (GCC) 4.0.0 20041026 (Apple Computer, Inc. build 4061)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Bruce:~/Desktop/ice/Ice-3.0.0 zzq$

here is the error message,

Bruce:~/Desktop/ice/Ice-3.0.0 zzq$ make
making all in src
making all in IceUtil
make[2]: Nothing to be done for `all'.
making all in icecpp
make[2]: Nothing to be done for `all'.
making all in Slice
make[2]: Nothing to be done for `all'.
making all in slice2cpp
make[2]: Nothing to be done for `all'.
making all in slice2cs
make[2]: Nothing to be done for `all'.
making all in slice2vb
make[2]: Nothing to be done for `all'.
making all in slice2freeze
make[2]: Nothing to be done for `all'.
making all in slice2freezej
make[2]: Nothing to be done for `all'.
making all in slice2docbook
make[2]: Nothing to be done for `all'.
making all in slice2java
make[2]: Nothing to be done for `all'.
making all in slice2py
make[2]: Nothing to be done for `all'.
making all in Ice
make[2]: Nothing to be done for `all'.
making all in IceXML
make[2]: Nothing to be done for `all'.
making all in IceSSL
c++ -c -I.. -I../../include -DICE_SSL_API_EXPORTS -I/Users/zzq/Desktop/ice/openssl-0.9.8/include -I/usr/kerberos/include -O2 -DNDEBUG -ftemplate-depth-128 -Wall -D_REENTRANT 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[1]: *** [all] Error 1
make: *** [all] Error 1
Bruce:~/Desktop/ice/Ice-3.0.0 zzq$

Thank you for your help!
__________________
Zhang Zhi Qiang
Macrohard Inc.
Testing IceE on my embedded system based on S3C2410 CPU
Reply With Quote