View Single Post
  #2 (permalink)  
Old 02-01-2004
mottainai mottainai is offline
Registered User
 
 
Join Date: Feb 2004
Location: Berlin
Posts: 6
Problem with macosx patch

Thanks for the patch. I applied it and run into the following problem:

c++ -c -I.. -I../../include -DICE_API_EXPORTS -DICE_PROTOCOL_API_EXPORTS -g -ftemplate-depth-128 -Wall -D_REENTRANT FactoryTableDef.cpp
FactoryTableDef.cpp: In member function `IceInternal::UserExceptionFactoryPtr
Ice::FactoryTableDef::getExceptionFactory(const std::string&) const':
FactoryTableDef.cpp:74: error: `RTLD_DEFAULT' undeclared (first use this
function)
FactoryTableDef.cpp:74: error: (Each undeclared identifier is reported only
once for each function it appears in.)
make[2]: *** [FactoryTableDef.o] Error 1
make[1]: *** [all] Error 1
make: *** [all] Error 1

My machine runs macosX 10.3 (panther) or more specific

Darwin 7.2.0 Darwin Kernel Version 7.2.0: Thu Dec 11 16:20:23 PST 2003; root:xnu/xnu-517.3.7.obj~1/RELEASE_PPC Power Macintosh powerpc

The used gcc is

Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
Thread model: posix
gcc version 3.3 20030304 (Apple Computer, Inc. build 1495)

Any ideas?
Reply With Quote