[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Reading D-Bus messages
From: |
Michael Albinus |
Subject: |
Re: Reading D-Bus messages |
Date: |
Thu, 23 Sep 2010 15:42:24 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Ken Brown <address@hidden> writes:
> Grepping /usr/include, I see that SIGIO (and FIONREAD) seem to be
> defined. So I think the trouble must be that these get undefined in the
> emacs build, perhaps because of the '#undef INTERRUPT_INPUT' in
> src/s/cygwin.h. I changed it to '#define INTERRUPT_INPUT' and rebuilt,
> but dbus still didn't work. I'm in the process of bootstrapping right
> now so I can try again. I don't understand the build process well
> enough to know whether bootstrapping should be necessary after this change.
Same here, even after a bootstrap. For the time being I use
#if defined (SIGIO) || defined (CYGWIN)
gobble_input (0);
#endif /* SIGIO */
But this is ugly, and it shouldn't be the final solution.
> Ken
Best regards, Michael.
- Reading D-Bus messages, Michael Albinus, 2010/09/22
- Re: Reading D-Bus messages, Ken Brown, 2010/09/22
- Re: Reading D-Bus messages, Michael Albinus, 2010/09/23
- Re: Reading D-Bus messages, Ken Brown, 2010/09/23
- Re: Reading D-Bus messages,
Michael Albinus <=
- Re: Reading D-Bus messages, Ken Brown, 2010/09/23
- Re: Reading D-Bus messages, Michael Albinus, 2010/09/23
- Re: Reading D-Bus messages, Ken Brown, 2010/09/23
- Re: Reading D-Bus messages, Eli Zaretskii, 2010/09/23
- Re: Reading D-Bus messages, Michael Albinus, 2010/09/24
- Re: Reading D-Bus messages, Eli Zaretskii, 2010/09/24
- Re: Reading D-Bus messages, Michael Albinus, 2010/09/24
- Re: Reading D-Bus messages, Jan Djärv, 2010/09/24
- Re: Reading D-Bus messages, Michael Albinus, 2010/09/24
- Re: Reading D-Bus messages, Eli Zaretskii, 2010/09/24