[orbitcpp-list] Re: Problem in orbitcpp_tools.cc
Status: Beta
Brought to you by:
philipd
From: John L. <jk...@lu...> - 2000-12-03 00:40:51
|
> Hi! > I upgraded Orbitcpp from version 0.28.1 to 0.29 and I found a little > problem: compilation of file orbitcpp_tools.cc fails on method > _orbitcpp::TypeCode_allocate() - compiler cannot find functions > ORBit_RootObject_init() and ORBit_TypeCode_dup(). > What's up? > Will using newest CVS ORBit version solve the problem? > > Kuba Hmm... it seems you are using the orbitcpp CVS version not 0.29. But that is irrelevant because both need a more up to date version of ORBit. So the best bet is to get a special snapshot that Phil put together. You go to the orbitcpp download page and take a look at the release notes for 0.29, which has a link to both the ORBit sources and GTK+ 2.0. You can use ORBit CVS but sometimes it won't compile. Also, remember not to put ORBit where it will conflict with 0.5.4 or the newly released 0.5.5 because gnome's CORBA stuff doesn't play nice with bleeding edge ORBit. John |