emacs-devel
[Top][All Lists]
Advanced

[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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]