View Single Post
  #1 (permalink)  
Old 02-28-2003
marlowa marlowa is offline
Registered User
 
 
Join Date: Feb 2003
Location: London
Posts: 64
AdapterRegistryI.cpp compilation error

I have got most of Ice 1.0.1 to build on Solaris 8 using Forte 6.2 but this one has stumped me:

CC -I/usr/local/gnu-stuff/xerces-c2_2_0-Sol2.7ForCC/include -I/usr/local/db/include -I/usr/local/include -c -I.. -I../../include -I/usr/local/gnu-stuff/xerces-c2_2_0-Sol2.7ForCC/include -g -DSUNOS -DREENTRANT AdapterRegistryI.cpp
"AdapterRegistryI.cpp", line 54: Error: Could not find a match for
Freeze::DBMap<std::basic_string<char, std::char_traits<char>,
std::allocator<char>>, IceInternal::ProxyHandle<IceProxy::Ice::Object>,
IcePack::StringObjectProxyDictKeyCodec,
IcePack::StringObjectProxyDictValueCodec>::insert(
std::pair<std::basic_string<char, std::char_traits<char>,
std::allocator<char>>,
IceInternal::ProxyHandle<IceProxy::IcePack::Adapte r>>).
1 Error(s) detected.
gmake[1]: *** [AdapterRegistryI.o] Error 1

Any ideas?

-Andrew :(
__________________
You are in a maze of twisty little passages, all different.
Reply With Quote