From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Francis Litterio Newsgroups: gmane.emacs.devel Subject: Re: Bootstrap fails on Win32 Date: Tue, 09 Sep 2008 10:31:33 -0400 Message-ID: References: <48C62922.4000906@freemail.hu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1220971087 30905 80.91.229.12 (9 Sep 2008 14:38:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Sep 2008 14:38:07 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 09 16:39:01 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Kd4L0-0004BS-DR for ged-emacs-devel@m.gmane.org; Tue, 09 Sep 2008 16:37:02 +0200 Original-Received: from localhost ([127.0.0.1]:49573 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kd4K0-0001bz-Ep for ged-emacs-devel@m.gmane.org; Tue, 09 Sep 2008 10:36:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kd4Ju-0001Yf-Kp for emacs-devel@gnu.org; Tue, 09 Sep 2008 10:35:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kd4Js-0001Uh-5J for emacs-devel@gnu.org; Tue, 09 Sep 2008 10:35:54 -0400 Original-Received: from [199.232.76.173] (port=46984 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kd4Jr-0001Ue-VH for emacs-devel@gnu.org; Tue, 09 Sep 2008 10:35:51 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:34149 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kd4Jr-0003yx-Et for emacs-devel@gnu.org; Tue, 09 Sep 2008 10:35:51 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Kd4Jl-0007Xs-Vp for emacs-devel@gnu.org; Tue, 09 Sep 2008 14:35:45 +0000 Original-Received: from shell01.theworld.com ([192.74.137.71]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Sep 2008 14:35:45 +0000 Original-Received: from flitterio by shell01.theworld.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Sep 2008 14:35:45 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 12 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: shell01.theworld.com X-Draft-From: ("nntp+news.gmane.org:gmane.emacs.devel" 103724) X-Random-Quote: Do not meddle in the affairs of wizards, for they are subtle and quick to anger. -- J. R. R. Tolkien User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (windows-nt) Cancel-Lock: sha1:YJQifMmrJy+7edo6uAqTJ3MYfx8= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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: news.gmane.org gmane.emacs.devel:103732 Archived-At: B. Anyos wrote: > Doing a bootstrap compilation fails with file 'characters.el' > When I tried to compile it manually I got the following error message: > characters.el:1136:1:Error: Symbol's value as variable is void: this-val I just updated from CVS, and the reference to that variable appears to have been removed from characters.el. -- Fran