ORBit 0.5.8?



On  1 May 01, Dan Winship writes:
> So, it seems like a good time for ORBit 0.5.8. Elliot said I should post
> a last call for 0.5.8 patches...

Well, you haven't called for them yet, but I would ask (beg?) that you
apply this patch for 0.5.8.  I need it for Compaq Tru64 UNIX.  I think
AIX also needs it.  It has no ill effect (that I can detect) on
Solaris, Linux or IRIX.

I don't understand why it hasn't been applied yet, given the long time
it's been known.  It's a PITA for me, and has led to some rather
confused links on the ORBit Resource Page intended to describe the
problem and the patch.  It would be so much better if the patch were
just applied now.

Taken from
<http://mail.gnome.org/archives/orbit-list/2000-September/msg00019.html>.
Note that I'm not talking about the other patches in his Aron's
message, just the one below.

Thanks,
David

> Delivered-To: orbit-list gnome org
> From: Aron Griffis <agriffis bigfoot com>
> Sender: orbit-list-admin gnome org
> To: orbit-list gnome org
> Subject: Re: Fixes for 0.5.3 on OSF1
> Date: Wed, 6 Sep 2000 15:28:44 -0400
>
> --- ORBit-0.5.1.old/src/IIOP/connection.c       Fri Feb 18 11:18:00 2000
> +++ ORBit-0.5.1/src/IIOP/connection.c   Fri Mar 17 14:02:57 2000
> @@ -1,5 +1,5 @@
>  #include "config.h"
> -#ifndef _XOPEN_SOURCE_EXTENDED
> +#if defined (__hpux) && ! defined (_XOPEN_SOURCE_EXTENDED)
>  #   define _XOPEN_SOURCE_EXTENDED 1
>  #   define WE_DEFINED_XOPEN_SOURCE_EXTENDED 1
>  #endif
> @@ -17,7 +17,7 @@
>  #include <fcntl.h>
>  #include <sys/socket.h>
>  #include <sys/un.h>
> -#ifndef _XOPEN_SOURCE_EXTENDED
> +#if defined (__hpux) && ! defined (_XOPEN_SOURCE_EXTENDED)
>  #   define _XOPEN_SOURCE_EXTENDED 1
>  #endif
>  #include <arpa/inet.h>






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]