From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Francis Litterio Newsgroups: gmane.emacs.devel Subject: Re: Problems building CVS Emacs on Windows XP using MinGW Date: Sat, 23 Aug 2008 10:15:53 -0400 Message-ID: References: <87vdxt8zkb.fsf@offby1.atm01.sea.blarg.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1219501083 31580 80.91.229.12 (23 Aug 2008 14:18:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 Aug 2008 14:18:03 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 23 16:18:57 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 1KWtxA-0004rE-4g for ged-emacs-devel@m.gmane.org; Sat, 23 Aug 2008 16:18:56 +0200 Original-Received: from localhost ([127.0.0.1]:45853 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWtwC-0005rG-65 for ged-emacs-devel@m.gmane.org; Sat, 23 Aug 2008 10:17:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KWtw8-0005qD-V9 for emacs-devel@gnu.org; Sat, 23 Aug 2008 10:17:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KWtw7-0005oq-7O for emacs-devel@gnu.org; Sat, 23 Aug 2008 10:17:52 -0400 Original-Received: from [199.232.76.173] (port=37408 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWtw6-0005ol-Uu for emacs-devel@gnu.org; Sat, 23 Aug 2008 10:17:51 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:36734 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 1KWtw6-00039c-MJ for emacs-devel@gnu.org; Sat, 23 Aug 2008 10:17:50 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KWtw0-0007F3-2V for emacs-devel@gnu.org; Sat, 23 Aug 2008 14:17:44 +0000 Original-Received: from 141.154.88.132 ([141.154.88.132]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Aug 2008 14:17:44 +0000 Original-Received: from flitterio by 141.154.88.132 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Aug 2008 14:17:44 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 141.154.88.132 X-Draft-From: ("nntp+news.gmane.org:gmane.emacs.devel" 102859) Gcc: nnfolder:sent-usenet X-Random-Quote: There are two kinds of drivers: maniacs and idiots. The maniacs are everyone going faster than you, and the idiots are everyone going slower than you. -- George Carlin User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (windows-nt) Cancel-Lock: sha1:8TkgA1Xoi6SVgguzmlQ3NjrLraA= 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:102866 Archived-At: Juanma Barranquero wrote: > Previous cases of `Symbol's value as variable is void' during > bootstrap on Windows have often been related to CRLF issues or > problems with loaddefs*, etc. > > I'd suggest making sure that the "cvs update -kb" instructions in > nt/INSTALL have been followed, and doing a "maintainer clean". I suspected that early-on, and I've already tried doing a full "cvs co -kb emacs" and it had no effect on the failures. -- Fran