Re: HAVE_SYS_SELECT of sysselect.h

2005-05-04 Thread Harald Maier
YAMAMOTO Mitsuharu <[EMAIL PROTECTED]> writes: > The following patch seems to fix it, but is there any more elegant > way? I don't think that the file sysselect.h changes very often so the fix herein seems to me the best. The other suggestion to change the name of 'init_process' would cause more

Re: HAVE_SYS_SELECT of sysselect.h

2005-05-02 Thread YAMAMOTO Mitsuharu
> On Sat, 30 Apr 2005 04:02:12 +0900, Nozomu Ando <[EMAIL PROTECTED]> said: > -#ifdef HAVE_SYS_SELECT > +#ifdef HAVE_SYS_SELECT_H I can't test it with Mac OS X 10.4 Tiger now, but I think this is the best way to solve the "Can't compile on Tiger" problem. But with the above change, I could n

Re: HAVE_SYS_SELECT of sysselect.h

2005-05-02 Thread Thien-Thi Nguyen
Nozomu Ando <[EMAIL PROTECTED]> writes: > > (btw, do you have write privs to the cvs repo?) > > No. ok, i will remember this for your future patches (those that i feel confident about handling :-). thi ___ Emacs-devel mailing list Emacs-devel@gnu.or

Re: HAVE_SYS_SELECT of sysselect.h

2005-05-02 Thread Nozomu Ando
On May 2, 2005, at 10:53 AM, YAMAMOTO Mitsuharu wrote: I can't test it with Mac OS X 10.4 Tiger now, but I think this is the best way to solve the "Can't compile on Tiger" problem. But with the above change, I could not compile xmenu.c (for X11 build) or mac.c (for Carbon build) at least when compi

Re: HAVE_SYS_SELECT of sysselect.h

2005-05-01 Thread Nozomu Ando
On May 2, 2005, at 8:15 AM, Thien-Thi Nguyen wrote: Thien-Thi Nguyen <[EMAIL PROTECTED]> writes: yes, thanks for spotting it. please install the fix. never mind; i have just installed it myself. Thank you. (btw, do you have write privs to the cvs repo?) No. --- Nozomu Ando ___

Re: HAVE_SYS_SELECT of sysselect.h

2005-05-01 Thread Thien-Thi Nguyen
Thien-Thi Nguyen <[EMAIL PROTECTED]> writes: > yes, thanks for spotting it. please install the fix. never mind; i have just installed it myself. (btw, do you have write privs to the cvs repo?) thi ___ Emacs-devel mailing list Emacs-devel@gnu.org htt

Re: HAVE_SYS_SELECT of sysselect.h

2005-05-01 Thread Thien-Thi Nguyen
Nozomu Ando <[EMAIL PROTECTED]> writes: > sysselect.h failes to include . > > Is this a typo? yes, thanks for spotting it. please install the fix. thi ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-deve

HAVE_SYS_SELECT of sysselect.h

2005-05-01 Thread Nozomu Ando
sysselect.h failes to include . Is this a typo? --- Nozomu Ando --- Index: sysselect.h === RCS file: /cvsroot/emacs/emacs/src/sysselect.h,v retrieving revision 1.3 diff -u -u -r1.3 sysselect.h --- sysselect.h 1 Sep 2003 15:45:56 -00