[omniORB] Strange problems sending boolean sequences

Duncan Grisby duncan at grisby.org
Wed Dec 7 14:14:14 GMT 2005


On Monday 5 December, Jeffrey Coffman wrote:

> Single booleans marshal fine, and the problem occurs in a plain
> boolean sequences.  It appears _CORBA_Sequence_Boolean() was using
> put_octet_array instead of marshalBoolean().  When I configured for
> PPC I didn't define HAVE_BOOL.  Where is the proper place to set
> HAVE_BOOL using the old build system?  The only place i see it is in
> acconfig.h.in.

The define that's used throughout omniORB is HAS_Cplusplus_Bool.

You should set it for your platform in CORBA_sysdep_trad.h.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --



More information about the omniORB-list mailing list