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 20:03:26 +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 1202411054 26338 80.91.229.12 (7 Feb 2008 19:04:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Feb 2008 19:04:14 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 07 20:04:37 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 1JNC2n-0007Cq-74 for ged-emacs-devel@m.gmane.org; Thu, 07 Feb 2008 20:04:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNC2K-0007vG-NS for ged-emacs-devel@m.gmane.org; Thu, 07 Feb 2008 14:03:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JNC2G-0007ux-JS for emacs-devel@gnu.org; Thu, 07 Feb 2008 14:03:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JNC2E-0007uj-Vd for emacs-devel@gnu.org; Thu, 07 Feb 2008 14:03:48 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNC2E-0007ug-Ry for emacs-devel@gnu.org; Thu, 07 Feb 2008 14:03:46 -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 1JNC2E-00080f-BW for emacs-devel@gnu.org; Thu, 07 Feb 2008 14:03:46 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JNC26-00035r-O3 for emacs-devel@gnu.org; Thu, 07 Feb 2008 19:03:38 +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 19:03:38 +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 19:03:38 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 37 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:88445 Archived-At: Eric Lilja skrev: > 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. > > > > Oh, I just checked out the trunk as it were a few hours before the unicode merge and that builds just fine on my setup so it seems to me that the cause for my build failures has to do with merge itself, not because something is hosed with my setup.