[omniNotify] Problems building with omniorb 4.2

Pedro Giffuni pfg at freebsd.org
Sun Oct 19 18:03:58 BST 2014


Hello;

I had the following error message when building with omniORB-4.2.0:

https://lists.freebsd.org/pipermail/freebsd-pkg-fallout/Week-of-Mon-20140825/196852.html 


...

In file included from .././../lib/RDINotifServer.cc:37:
././../include/RDIOplocksMacros.h:32:9: warning: 
'__RDI_OPLOCKS_MACROS_H__' is used as a header guard here, followed by 
#define of a different macro [-Wheader-guard]
#ifndef __RDI_OPLOCKS_MACROS_H__
         ^~~~~~~~~~~~~~~~~~~~~~~~
././../include/RDIOplocksMacros.h:33:9: note: '__RDI_OPLCOKS_MACROS_H__' 
is defined here; did you mean '__RDI_OPLOCKS_MACROS_H__'?
#define __RDI_OPLCOKS_MACROS_H__
         ^~~~~~~~~~~~~~~~~~~~~~~~
         __RDI_OPLOCKS_MACROS_H__
././../lib/RDINotifServer.cc:84:3: error: no member named 'secs' in 
'omni_time_t'
   WRAPPED_ORB_SET_CLIENT_TIMEOUT(_outgoingTimeout);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
././../include/omniorb_common_wrappers.h:127:48: note: expanded from 
macro 'WRAPPED_ORB_SET_CLIENT_TIMEOUT'
   omni::orbParameters::clientCallTimeOutPeriod.secs = m / 1000; \
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
././../lib/RDINotifServer.cc:84:3: error: no member named 'nanosecs' in 
'omni_time_t'
   WRAPPED_ORB_SET_CLIENT_TIMEOUT(_outgoingTimeout);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
././../include/omniorb_common_wrappers.h:128:48: note: expanded from 
macro 'WRAPPED_ORB_SET_CLIENT_TIMEOUT'
   omni::orbParameters::clientCallTimeOutPeriod.nanosecs = (m % 1000) * 
1000000; \
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
././../lib/RDINotifServer.cc:86:3: error: no member named 'secs' in 
'omni_time_t'
   WRAPPED_ORB_SET_SERVER_TIMEOUT(_incomingTimeout);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
././../include/omniorb_common_wrappers.h:132:48: note: expanded from 
macro 'WRAPPED_ORB_SET_SERVER_TIMEOUT'
   omni::orbParameters::serverCallTimeOutPeriod.secs = m / 1000; \
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
././../lib/RDINotifServer.cc:86:3: error: no member named 'nanosecs' in 
'omni_time_t'
   WRAPPED_ORB_SET_SERVER_TIMEOUT(_incomingTimeout);

...

Any help would be great,

Pedro.



More information about the omninotify-list mailing list