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: Thu, 07 Feb 2008 06:13:03 +0200 Message-ID: References: <47A6F0BA.7020806@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1202357599 14586 80.91.229.12 (7 Feb 2008 04:13:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Feb 2008 04:13:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eric Lilja Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 07 05:13:41 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 1JMy8q-0003vA-9q for ged-emacs-devel@m.gmane.org; Thu, 07 Feb 2008 05:13:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMy8N-0001ci-NI for ged-emacs-devel@m.gmane.org; Wed, 06 Feb 2008 23:13:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JMy8J-0001cT-Rj for emacs-devel@gnu.org; Wed, 06 Feb 2008 23:13:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JMy8I-0001cE-9X for emacs-devel@gnu.org; Wed, 06 Feb 2008 23:13:07 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMy8I-0001cB-4s for emacs-devel@gnu.org; Wed, 06 Feb 2008 23:13:06 -0500 Original-Received: from romy.inter.net.il ([213.8.233.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JMy8H-0005Sw-SV for emacs-devel@gnu.org; Wed, 06 Feb 2008 23:13:06 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-15-149.inter.net.il [80.230.15.149]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id KDM70366 (AUTH halo1); Thu, 7 Feb 2008 06:12:47 +0200 (IST) In-reply-to: (message from Eric Lilja on Wed, 06 Feb 2008 23:10:53 +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:88391 Archived-At: > From: Eric Lilja > Date: Wed, 06 Feb 2008 23:10:53 +0100 > > Eli Zaretskii wrote: > >> From: Eric Lilja > >> Date: Wed, 06 Feb 2008 05:38:44 +0100 > >> > >> Hmm, what you quoted looks odd, heh. > > > > What's odd about it? > > > >> Anyway, here are what I hope are > >> the relevant lines from the bootstrap: > >> mingw32-make[2]: Entering directory > >> `c:/blandat/editors/emacs/cvsemacs/emacs/admin/unidata' > >> "../../src/oo-spd/i386/emacs.exe" -Q --multibyte -batch --eval "(message > >> \"%s\" load-path)" -f batch-byte-compile unidata-gen.el > >> Cannot open load file: encoded-kb > > > > Strange, it looks like the setting of EMACSLOADPATH has no effect > > whatsoever... Can you see what is its value? For example, change the > > rule to > > > > .el.elc: > > echo "$(EMACSLOADPATH)" > > $(RUNEMACS) -f batch-byte-compile $< > > > > and then chdir to admin/unidata and type "make unidata-gen.elc" (no > > need to run "make bootstrap" again). What does it print as the value > > of EMACSLOADPATH? > > > > > > > > I changed the rule to: > .el.elc: > echo "$(EMACSLOADPATH)" > $(RUNEMACS) -f batch-byte-compile $< > > Then I cd to admin/unidata and performed a mingw32-make unidata-gen.elc > and I get: > > [Please ignore a syntax error on the next line - it is intentional] > /usr/bin/sh: -c: line 0: unexpected EOF while looking for matching `"' > /usr/bin/sh: -c: line 1: syntax error: unexpected end of file > echo "c:/blandat/editors/emacs/cvsemacs/emacs/admin/unidata/../../lisp" > c:/blandat/editors/emacs/cvsemacs/emacs/admin/unidata/../../lisp > "../../src/oo-spd/i386/emacs.exe" -Q --multibyte -batch -f > batch-byte-compile unidata-gen.el > Warning: Default coding system `iso-latin-1' disagrees with > system codeset `cp1252' for this locale. > Wrote c:/blandat/editors/emacs/cvsemacs/emacs/admin/unidata/unidata-gen.elc > > Hmm, no complaint about a missing encoded-kb but maybe that was expected? I no longer know what I expect, because the bootstrap works for me. Do you have a subdirs.el file in the lisp/ directory, and if so, what does it say?