[omniORB] patch against latest CVS of omniORB 3 [for IRIX 6.5]
David Riddoch
djr@uk.research.att.com
Fri, 4 Feb 2000 14:48:52 +0000 (GMT)
Done, thanks.
David
On 4 Feb 2000, James Riden wrote:
>
> 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
>
>
>