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 21:34:02 +0200 Message-ID: References: <47A6F0BA.7020806@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1202326474 18939 80.91.229.12 (6 Feb 2008 19:34:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Feb 2008 19:34: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 20:34: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 1JMq2p-00052o-Ou for ged-emacs-devel@m.gmane.org; Wed, 06 Feb 2008 20:34:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMq2N-0006hb-AN for ged-emacs-devel@m.gmane.org; Wed, 06 Feb 2008 14:34:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JMq2J-0006hK-Ao for emacs-devel@gnu.org; Wed, 06 Feb 2008 14:34:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JMq2G-0006h4-TL for emacs-devel@gnu.org; Wed, 06 Feb 2008 14:34:22 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMq2G-0006h1-LJ for emacs-devel@gnu.org; Wed, 06 Feb 2008 14:34:20 -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 1JMq2G-0006Yl-7G for emacs-devel@gnu.org; Wed, 06 Feb 2008 14:34:20 -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 KDK09932 (AUTH halo1); Wed, 6 Feb 2008 21:33:46 +0200 (IST) In-reply-to: (message from Eric Lilja on Wed, 06 Feb 2008 05:38:44 +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:88355 Archived-At: > 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?