From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Lute Kamstra Newsgroups: gmane.emacs.devel Subject: Re: xfaces.c: error: `ngcs' undeclared Date: Thu, 03 Feb 2005 14:46:45 +0100 Message-ID: <87ekfxkb7e.fsf@xs4all.nl> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1107438172 15991 80.91.229.6 (3 Feb 2005 13:42:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 3 Feb 2005 13:42:52 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 03 14:42:43 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CwhFq-0007rW-00 for ; Thu, 03 Feb 2005 14:42:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CwhTA-0003kv-Td for ged-emacs-devel@m.gmane.org; Thu, 03 Feb 2005 08:56:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CwhSN-0003S4-G8 for emacs-devel@gnu.org; Thu, 03 Feb 2005 08:55:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CwhSG-0003Nj-Qh for emacs-devel@gnu.org; Thu, 03 Feb 2005 08:55:34 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CwhSG-0003HU-6I for emacs-devel@gnu.org; Thu, 03 Feb 2005 08:55:32 -0500 Original-Received: from [194.109.24.32] (helo=smtp-vbr12.xs4all.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CwhDh-0000f6-Ap for emacs-devel@gnu.org; Thu, 03 Feb 2005 08:40:29 -0500 Original-Received: from pijl (a80-127-67-124.adsl.xs4all.nl [80.127.67.124]) by smtp-vbr12.xs4all.nl (8.12.11/8.12.11) with ESMTP id j13DeNCh090477; Thu, 3 Feb 2005 14:40:28 +0100 (CET) (envelope-from Lute.Kamstra@xs4all.nl) Original-Received: from lute by pijl with local (Exim 3.36 #1 (Debian)) id 1CwhJl-0000Zl-00; Thu, 03 Feb 2005 14:46:45 +0100 Original-To: bob@rattlesnake.com In-Reply-To: (Robert J. Chassell's message of "Thu, 3 Feb 2005 13:19:01 +0000 (UTC)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) Original-Lines: 23 X-Virus-Scanned: by XS4ALL Virus Scanner X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:32807 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32807 "Robert J. Chassell" writes: > Today's GNU Emacs CVS snapshot, Thu, 2005 Feb 3 13:07 UTC > GNU Emacs 21.3.50.45 (i686-pc-linux-gnu, GTK+ Version 2.4.14) > > `make bootfast' fails with this error: > > xfaces.c: In function `x_free_gc': > xfaces.c:741: error: `ngcs' undeclared (first use in this function) > > Interestingly, I downloaded an instance of xfaces.c on 2005 Jan 10. > It has compiled OK since, but not this morning. > > I then downloaded a new instance. The new file is identical to the > previous version and generates the same error when I run `make > bootfast' again. See my message on emacs-pretest-bug. The problem is clear. It's just that Miles Bader and Kim F. Storm seem to disagree on best the solution. As a temporary solution, you can revert src/dispextern.h to the previous version. Lute.