[omniORB] omni4 solaris build failure

Duncan Grisby dgrisby@uk.research.att.com
Thu, 15 Nov 2001 11:26:22 +0000


On Thursday 15 November, jon@totient.demon.co.uk wrote:

> "../../../../include/omniORB4/CORBA_Policy.h", line 149: Error: _pd_seq is not accessible from CORBA::PolicyList_out::PolicyList_out(CORBA::PolicyList_var&).
> 
> it looks like it's the compiler to me : which is
> CC: WorkShop Compilers 4.2 18 Sep 1997 C++ 4.2 patch 104631-04

It's quite clearly the compiler. PolicyList_out is declared to be a
friend of PolicyList_var, so the _var's _pd_seq should be accessible.
Does it work if you comment out the private specifier in
PolicyList_var?

Cheers,

Duncan.

-- 
 -- Duncan Grisby  \  Research Engineer  --
  -- AT&T Laboratories Cambridge          --
   -- http://www.uk.research.att.com/~dpg1 --