From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: poll_for_input_1 undefined Date: Sat, 12 Jul 2014 20:05:47 -0400 Message-ID: References: <87y4vz4v1s.fsf@igel.home> <877g3i4sl0.fsf@igel.home> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1405209960 21068 80.91.229.3 (13 Jul 2014 00:06:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 13 Jul 2014 00:06:00 +0000 (UTC) Cc: Andreas Schwab , emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 13 02:05:53 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1X67If-0006Ji-FT for ged-emacs-devel@m.gmane.org; Sun, 13 Jul 2014 02:05:53 +0200 Original-Received: from localhost ([::1]:50683 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X67If-0001uI-1j for ged-emacs-devel@m.gmane.org; Sat, 12 Jul 2014 20:05:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X67Ic-0001uD-2x for emacs-devel@gnu.org; Sat, 12 Jul 2014 20:05:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X67Ib-0003hR-9w for emacs-devel@gnu.org; Sat, 12 Jul 2014 20:05:50 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:59714) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X67Ib-0003hF-6C for emacs-devel@gnu.org; Sat, 12 Jul 2014 20:05:49 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1X67IZ-0003Mv-Ab; Sat, 12 Jul 2014 20:05:47 -0400 X-Spook: SP4 Pine Gap Guantanamo spies halcon Delta Force Perl-RSA X-Ran: wAi=DeQp$awF<19hg`~:6[%/_b2M[p|'d8d)Pa1]`HK@T{k7h6~H#'z%&OBX"GV?-nr\B+ X-Hue: red X-Attribution: GM In-Reply-To: (Richard Stallman's message of "Sat, 12 Jul 2014 19:17:36 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:173006 Archived-At: Richard Stallman wrote: > The makefile should update config.in before using it. It does. > And it should run configure before compiling the C sources, > if it is going to run configure at all. It does. You can test this eg by: touch configure.ac; make. If you can give a reproducible recipe showing how to get into the state that you did, things could be improved. But I imagine that even with a slow machine, it would be quicker and more efficient to just do a clean rebuild, rather than us all trying to figure it exactly what happened.