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: Thu, 07 Feb 2008 05:17:34 +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 1202357878 15155 80.91.229.12 (7 Feb 2008 04:17:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Feb 2008 04:17:58 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 07 05:18:20 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 1JMyDM-0004jc-CU for ged-emacs-devel@m.gmane.org; Thu, 07 Feb 2008 05:18:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMyCt-0005ME-Nq for ged-emacs-devel@m.gmane.org; Wed, 06 Feb 2008 23:17:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JMyCo-0005JE-AC for emacs-devel@gnu.org; Wed, 06 Feb 2008 23:17:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JMyCm-0005GR-AR for emacs-devel@gnu.org; Wed, 06 Feb 2008 23:17:45 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMyCm-0005G6-1Y for emacs-devel@gnu.org; Wed, 06 Feb 2008 23:17:44 -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 1JMyCl-0006cG-OO for emacs-devel@gnu.org; Wed, 06 Feb 2008 23:17:43 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JMyCi-0004V5-Qh for emacs-devel@gnu.org; Thu, 07 Feb 2008 04:17:40 +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 ; Thu, 07 Feb 2008 04:17:40 +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 ; Thu, 07 Feb 2008 04:17:40 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 27 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:88394 Archived-At: Eli Zaretskii wrote: > > 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? > > > I do, here's what it says: ;; -*- no-byte-compile: t -*- ;; In load-path, after this directory should come ;; certain of its subdirectories. Here we specify them. (normal-top-level-add-to-load-path '("url" "toolbar" "textmodes" "progmodes" "play" "obsolete" "nxml" "net" "mh-e" "mail" "language" "international" "gnus" "eshell" "erc" "emulation" "emacs-lisp" "calendar" "calc" )) ;; Local Variables: ;; version-control: never ;; no-byte-compile: t ;; End: I think I remember posting it already to a question asked by someone else. It's so frustrating that it doesn't work anymore and I don't have any skills to fix it other than trying to give information to those like you who possess those skills.