From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "B. Anyos" Newsgroups: gmane.emacs.devel Subject: Bootstrap fails on Win32 Date: Tue, 09 Sep 2008 09:43:30 +0200 Message-ID: <48C62922.4000906@freemail.hu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1220946912 32158 80.91.229.12 (9 Sep 2008 07:55:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Sep 2008 07:55:12 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 09 09:56:07 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 1Kcy4z-0004f3-Mu for ged-emacs-devel@m.gmane.org; Tue, 09 Sep 2008 09:56:05 +0200 Original-Received: from localhost ([127.0.0.1]:42110 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kcy3z-0005ee-QP for ged-emacs-devel@m.gmane.org; Tue, 09 Sep 2008 03:55:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kcxtu-0002Ts-4R for emacs-devel@gnu.org; Tue, 09 Sep 2008 03:44:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KcxtH-00025e-KU for emacs-devel@gnu.org; Tue, 09 Sep 2008 03:44:11 -0400 Original-Received: from [199.232.76.173] (port=38975 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KcxtH-00025Z-Gq for emacs-devel@gnu.org; Tue, 09 Sep 2008 03:43:59 -0400 Original-Received: from evo2.evosoft.com ([195.228.139.85]:46562) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KcxtG-00017p-Ij for emacs-devel@gnu.org; Tue, 09 Sep 2008 03:43:59 -0400 Original-Received: from (unknown [195.228.139.83]) by evo2.evosoft.com with smtp id 4b11_02c13a70_7e43_11dd_beae_00114336bc63; Tue, 09 Sep 2008 09:43:45 +0200 Original-Received: from EVOXCH1.evosoft.com (unknown [10.10.110.13]) by mail2.evosoft.hu (Postfix) with ESMTP id 469FC1BB1C5F for ; Tue, 9 Sep 2008 10:17:29 +0200 (CEST) Original-Received: from [10.10.111.133] ([10.10.111.133]) by EVOXCH1.evosoft.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959); Tue, 9 Sep 2008 09:43:30 +0200 User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) X-OriginalArrivalTime: 09 Sep 2008 07:43:30.0925 (UTC) FILETIME=[C12A21D0:01C9124F] X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:103724 Archived-At: Hi, Doing a bootstrap compilation fails with file 'characters.el' The problem reported is: make[1]: *** No rule to make target `../lisp/international/characters.elc', needed by `DOC'. Stop. When I tried to compile it manually I got the following error message: > emacs.exe -batch -f batch-byte-compile characters.el Loading d:/Personal/CVS/emacs/lisp/international/uni-category.el (source)... In toplevel form: characters.el:1136:1:Error: Symbol's value as variable is void: this-val Checking the history this section was recently added to revision 1.76 about a week ago. Can someone fix this please? Thanks, Bela