[omniORB] Porting to RTOS using green-hills compiler

Duncan Grisby dgrisby@uk.research.att.com
Tue, 11 Sep 2001 12:40:26 +0100


On Friday 7 September, ganga vs raju valavala wrote:

> I am excited, by seeing the performance of omniORB on linux. I am
> trying to port omniORB to OSE kernel simulator, soft-kernel on
> win32. The compiler I am using is, green-hills compiler, which
> supports ANSI c++ .  I am seing the following error on the
> compilation.
> 
> -----------------------------------
> ../../../../include/omniORB3/poa.h", line 394: error:
> "UserException" is n
>          a nonstatic data member or base class of
> class
>          "PortableServer::POAManager::AdapterInactive"
>      OMNIORB_DECLARE_USER_EXCEPTION(AdapterInactive,
> _core_attr)

Strange. You could try manually expanding the
OMNIORB_DECLARE_USER_EXCEPTION macro (defined in userexception.h) to
see if that gives you more information about which bit of the class
definition it doesn't like.

Cheers,

Duncan.

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