[orbitcpp-list] Re: Gearing up for release 0.30
Status: Beta
Brought to you by:
philipd
|
From: <MHL...@t-...> - 2000-11-23 20:47:20
|
Hi,
Maybe you should also make orbitcpp link against the latest
ORBit2-preview that was recently announced on the orbit-list.
It seems that there are only few changes necessary:
- the conviniece-macros TC_short, TC_..., ...,
ORBit_TypeCode_release, ORBit_TypeCode_dup
aren't defined at the moment (affects orbitcpp_any.hh,
the latter orbitcpp_tools.hh)
- in orbitcpp_poa.hh it has to be:
ORBITCPP_DECLARE_SIMPLE_SEQUENCE(CORBA::Octet,
CORBA_sequence_CORBA_octet__alloc,
CORBA_sequence_CORBA_octet_allocbuf,
PortableServer_ObjectId,
ObjectId)
- CORBA_Object_struct has been renamed to CORBA_Object_type
(affects orbitcpp_object.hh)
- Hmm, no this is annoying: the orbitcpp-backend isn't working any more:
** CRITICAL **: file orbit-idl-driver.c: line 50 (orbit_idl_to_backend):
assertion `binfo && binfo->op_output' failed
(every idl-file generates the same output)
Hopefully this is an obvious bug to you!
I'm looking forward to orbitcpp-0.30!
Cheers,
Martin
|