emacs-devel
[Top][All Lists]
Advanced

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

Re: poll_for_input_1 undefined


From: Dmitry Antipov
Subject: Re: poll_for_input_1 undefined
Date: Fri, 11 Jul 2014 21:34:36 +0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

On 07/11/2014 08:57 PM, Richard Stallman wrote:

In fact, config.h does not mention POLL_FOR_INPUT, neither to define
it nor not to define it.  That is because config.in does not mention
POLL_FOR_INPUT either.

It appears to me that the trunk is broken on X on all platforms,
and has been since the June 5 change in keyboard.c.

This is pretty strange if you look at this configure.in fragment:

if test "$window_system" != "none"; then
  AC_DEFINE(HAVE_WINDOW_SYSTEM, 1, [Define if you have a window system.])
  AC_DEFINE(POLL_FOR_INPUT, 1, [Define if you poll periodically to detect C-g.])
  WINDOW_SYSTEM_OBJ="fontset.o fringe.o image.o"
fi

Can you regenerate build stuff with autogen.sh and check whether it helps?

Dmitry




reply via email to

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