[orbitcpp-list] hmm...troubles in paradise...
Status: Beta
Brought to you by:
philipd
From: Ronald G. <rga...@pi...> - 2000-06-03 02:31:28
|
howdy, I noticed that some of the _orbitcpp::c stuff has been removed...unfortunately my build is broken now...here's what I'm getting: .... crap ... ... CosNaming.cc:14: parse error before `&' CosNaming.cc: In method `class CORBA::Object * _orbitcpp::stub::CosNaming::NamingContext::resolve(const CosNaming::Name &)': CosNaming.cc:187: `CORBA_Object' undeclared in namespace `_orbitcpp::c' CosNaming.cc:187: parse error before `;' CosNaming.cc:189: `_retval' undeclared (first use this function) CosNaming.cc:189: (Each undeclared identifier is reported only once CosNaming.cc:189: for each function it appears in.) CosNaming.cc:213: warning: control reaches end of non-void function `_orbitcpp::stub::CosNaming::NamingContext::resolve(const CosNaming::Name &)' make[2]: *** [CosNaming.lo] Error 1 make[2]: Leaving directory `/afs/nd.edu/user12/rgarcia4/code/gnome/orbitcpp/services/name' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/afs/nd.edu/user12/rgarcia4/code/gnome/orbitcpp/services' make: *** [all-recursive] Error 1 looks like some things are still being placed in _orbitcpp::c by the compiler. Is something amiss or not checked in yet (I should really learn not to update all the time...) ron |