From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Still cannot build native windows version of emacs 23.* Date: Wed, 06 Feb 2008 06:15:26 +0200 Message-ID: References: <47A6F0BA.7020806@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1202271334 581 80.91.229.12 (6 Feb 2008 04:15:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Feb 2008 04:15:34 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eric Lilja Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 06 05:15:56 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 1JMbhT-0006aU-Sx for ged-emacs-devel@m.gmane.org; Wed, 06 Feb 2008 05:15:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMbh1-0000tj-Ay for ged-emacs-devel@m.gmane.org; Tue, 05 Feb 2008 23:15:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JMbgx-0000te-R0 for emacs-devel@gnu.org; Tue, 05 Feb 2008 23:15:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JMbgw-0000tS-Ea for emacs-devel@gnu.org; Tue, 05 Feb 2008 23:15:23 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMbgw-0000tP-8t for emacs-devel@gnu.org; Tue, 05 Feb 2008 23:15:22 -0500 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JMbgv-0002XA-Tf for emacs-devel@gnu.org; Tue, 05 Feb 2008 23:15:22 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-250-173.inter.net.il [83.130.250.173]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id JBR87642 (AUTH halo1); Wed, 6 Feb 2008 06:12:51 +0200 (IST) In-reply-to: (message from Eric Lilja on Wed, 06 Feb 2008 00:22:50 +0100) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:88323 Archived-At: > From: Eric Lilja > Date: Wed, 06 Feb 2008 00:22:50 +0100 > > I'm running the bootstrap with the altered makefile right now on a fresh > checkout, but I'm not sure I altered the line correctly. Should it be: > .el.elc: > $(RUNEMACS) --eval "(message \"%s\" load-path)" $< No, it should be .el.elc: $(RUNEMACS) --eval "(message \"%s\" load-path)" -f batch-byte-compile $<