[omniORB] patch against latest CVS of omniORB 3 [for IRIX 6.5]
James Riden
jamesr@harlequin.co.uk
04 Feb 2000 14:11:24 +0000
Dear omniORBers,
I think you can get the current CVS checkout to compile by adding the
following two lines to omni/include/omniORB3/CORBA_sysdep.h :
#elif defined(__sgi)
#if _COMPILER_VERSION >= 721
#define HAS_Cplusplus_Namespace
+ #define HAS_Cplusplus_Bool
+ #define OMNI_REQUIRES_FQ_BASE_CTOR
#endif
#if _MIPS_SZINT == 64
I also have to strip ^M's from orbcore/taskqueue.cc and
orbcore/taskqueue.h - is this just some bizarreness in my setup, or do
other people see it too ?
cheers,
James