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: Wed, 06 Feb 2008 23:10:53 +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 1202335887 22870 80.91.229.12 (6 Feb 2008 22:11:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Feb 2008 22:11:27 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 06 23:11:49 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 1JMsUe-0000Gv-M9 for ged-emacs-devel@m.gmane.org; Wed, 06 Feb 2008 23:11:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMsUC-0006Yt-5D for ged-emacs-devel@m.gmane.org; Wed, 06 Feb 2008 17:11:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JMsU7-0006WH-0i for emacs-devel@gnu.org; Wed, 06 Feb 2008 17:11:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JMsU4-0006UK-V1 for emacs-devel@gnu.org; Wed, 06 Feb 2008 17:11:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMsU4-0006Tw-Lk for emacs-devel@gnu.org; Wed, 06 Feb 2008 17:11:12 -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 1JMsU4-0002n0-8E for emacs-devel@gnu.org; Wed, 06 Feb 2008 17:11:12 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JMsTv-0006xc-AJ for emacs-devel@gnu.org; Wed, 06 Feb 2008 22:11:03 +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 ; Wed, 06 Feb 2008 22:11:03 +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 ; Wed, 06 Feb 2008 22:11:03 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 51 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:88367 Archived-At: 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?