From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: Bootstrapping CVS Emacs fails with VC 2003 on Windows XP Professional Date: Wed, 15 Aug 2007 06:19:01 +0300 Message-ID: References: <46C1A08D.3090607@gnu.org> <46C1BEDB.1080403@gnu.org> <46C1CC95.8050304@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1187147955 22414 80.91.229.12 (15 Aug 2007 03:19:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 15 Aug 2007 03:19:15 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, jasonr@gnu.org To: dhruva Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 15 05:19:13 2007 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 1IL9Pc-0008QX-DX for ged-emacs-devel@m.gmane.org; Wed, 15 Aug 2007 05:19:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IL9Pb-0007F5-S0 for ged-emacs-devel@m.gmane.org; Tue, 14 Aug 2007 23:19:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IL9PZ-0007Et-9N for emacs-devel@gnu.org; Tue, 14 Aug 2007 23:19:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IL9PX-0007EI-Je for emacs-devel@gnu.org; Tue, 14 Aug 2007 23:19:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IL9PX-0007EF-FH for emacs-devel@gnu.org; Tue, 14 Aug 2007 23:19:07 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IL9PX-0004jF-9f for emacs-devel@gnu.org; Tue, 14 Aug 2007 23:19:07 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IL9Sx-0000jr-Ut for emacs-pretest-bug@gnu.org; Tue, 14 Aug 2007 23:22:40 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1IL9PW-0004j2-Jx for emacs-pretest-bug@gnu.org; Tue, 14 Aug 2007 23:19:06 -0400 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IL9PV-0004iC-I4; Tue, 14 Aug 2007 23:19:05 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-243-116.inter.net.il [84.228.243.116]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id DJI63292 (AUTH halo1); Wed, 15 Aug 2007 06:19:00 +0300 (IDT) In-reply-to: (message from dhruva on Wed, 15 Aug 2007 06:33:48 +0530) X-Detected-Kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-Detected-Kernel: 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:76542 gmane.emacs.pretest.bugs:19538 Archived-At: > Date: Wed, 15 Aug 2007 06:33:48 +0530 > From: dhruva > Cc: jasonr@gnu.org, emacs-pretest-bug@gnu.org > > Apologies for not providing the complete information. When I keep > updating from CVS/HG repo, I do an explicit 'recompile'. In that case, there should be no problem. After a "make bootstrap", you are supposed to run "make install", which copies the dumped emacs.exe into bin. And if you run "make recompile" after syncing with CVS and "make" rebuilds emacs.exe, just say this: make recompile EMACS=../src/oo-spd/i386/emacs.exe As Jason pointed out it is wrong to leave bootstrap emacs.exe around, but the subsequent "make install" should solve that.