From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eric Lilja Newsgroups: gmane.emacs.devel Subject: Re: Still cannot build native windows version of emacs 23.* Date: Sat, 09 Feb 2008 11:35:37 +0100 Message-ID: References: <47A6F0BA.7020806@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1202553364 8246 80.91.229.12 (9 Feb 2008 10:36:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 9 Feb 2008 10:36:04 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 09 11:36:27 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 1JNn4L-0004h3-Pq for ged-emacs-devel@m.gmane.org; Sat, 09 Feb 2008 11:36:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNn3s-0001MH-UX for ged-emacs-devel@m.gmane.org; Sat, 09 Feb 2008 05:35:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JNn3o-0001Li-BJ for emacs-devel@gnu.org; Sat, 09 Feb 2008 05:35:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JNn3m-0001LM-Ps for emacs-devel@gnu.org; Sat, 09 Feb 2008 05:35:51 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNn3m-0001LJ-Ln for emacs-devel@gnu.org; Sat, 09 Feb 2008 05:35:50 -0500 Original-Received: from main.gmane.org ([80.91.229.2] 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 1JNn3m-0003jy-EZ for emacs-devel@gnu.org; Sat, 09 Feb 2008 05:35:50 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JNn3g-00048g-Bx for emacs-devel@gnu.org; Sat, 09 Feb 2008 10:35:44 +0000 Original-Received: from cust.fiber-lan.vnet.lk.85.194.49.108.stunet.se ([85.194.49.108]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 09 Feb 2008 10:35:44 +0000 Original-Received: from mindcooler by cust.fiber-lan.vnet.lk.85.194.49.108.stunet.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 09 Feb 2008 10:35:44 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cust.fiber-lan.vnet.lk.85.194.49.108.stunet.se User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) In-Reply-To: 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:88582 Archived-At: Eli Zaretskii wrote: >> Date: Fri, 08 Feb 2008 17:32:26 +0200 >> From: Eli Zaretskii >> Cc: emacs-devel@gnu.org >> >> Your frustration is understandable. I'm trying to do my best (which >> isn't much these days, unfortunately) to find a way to understand and >> fix your problem. > > Could you please try again? I committed some changes to the CVS that > should fix this, I think. > > But please try this with a freshly checked-out CVS tree, do NOT reuse > the one where you made the previous attempts. Some files generated by > the bootstrap are not removed by a subsequent bootstrap, which could > explain some of the differences between your results and mine. > > Thanks. > > > It does indeed seem to bootstrap now! I haven't performed a make info and make install yet because I'm worried about the locale-related warning that is displayed for all lisp files when they are compiled. Thanks so much for fixing the bootstrap! - Eric