From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "d.henman" Newsgroups: gmane.emacs.devel Subject: Re: building advice Date: Sun, 09 Sep 2007 09:13:04 +0900 Message-ID: <20070909091304.1328@blackhawk> References: <20070908195710.2004@blackhawk> NNTP-Posting-Host: dough.gmane.org X-Trace: sea.gmane.org 1189328273 12350 80.91.229.10 (9 Sep 2007 08:57:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 9 Sep 2007 08:57:53 +0000 (UTC) Cc: "d. henman" , emacs-devel@gnu.org To: "Eli Zaretskii" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 09 10:56:07 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from mail-forward.uio.no ([129.240.10.42]) by dough.gmane.org with esmtp (Exim 4.50) id 1IUIOW-00040f-Kf for ged-emacs-devel@m.gmane.org; Sun, 09 Sep 2007 10:43:52 +0200 Original-Received: from mail-mx9.uio.no ([129.240.10.39]) by pat.uio.no with esmtp (Exim 4.67) (envelope-from ) id 1IUAQw-0008TY-Nz for ged-emacs-devel@m.gmane.org; Sun, 09 Sep 2007 02:13:50 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by mail-mx9.uio.no with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1IUAQq-00086R-Bm for ged-emacs-devel@m.gmane.org; Sun, 09 Sep 2007 02:13:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUAQD-00087s-Gz for ged-emacs-devel@m.gmane.org; Sat, 08 Sep 2007 20:13:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IUAQA-00086D-OJ for emacs-devel@gnu.org; Sat, 08 Sep 2007 20:13:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IUAQ9-00083H-3B for emacs-devel@gnu.org; Sat, 08 Sep 2007 20:13:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUAQ9-000834-0P for emacs-devel@gnu.org; Sat, 08 Sep 2007 20:13:01 -0400 Original-Received: from mail2.asahi-net.or.jp ([202.224.39.198] helo=mail.asahi-net.or.jp) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IUAQ4-0001RI-MA; Sat, 08 Sep 2007 20:12:56 -0400 Original-Received: from blackhawk (p030165.ppp.asahi-net.or.jp [221.113.30.165]) by mail.asahi-net.or.jp (Postfix) with ESMTP id D79CF3C80A; Sun, 9 Sep 2007 09:12:54 +0900 (JST) In-reply-to: Your message of Sat, 08 Sep 2007 15:09:12 +0300 X-Mailer: MH-E 8.0.3; GNU Mailutils 1.2.1; GNU Emacs 22.1.50 X-Detected-Kernel: Genre and OS details not recognized. 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 X-UiO-SPF-Received: Received-SPF: pass (mail-mx9.uio.no: domain of gnu.org designates 199.232.76.165 as permitted sender) client-ip=199.232.76.165; envelope-from=emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org; helo=lists.gnu.org; X-UiO-Spam-info: not spam, SpamAssassin (score=0.0, required=12.0, autolearn=disabled, UNPARSEABLE_RELAY=0.001) X-UiO-Scanned: C3180CE2ABAA80854A4D049A96412628314150DB X-UiO-SPAM-Test: remote_host: 199.232.76.165 spam_score: 0 maxlevel 200 minaction 2 bait 0 mail/h: 2 total 17497 max/h 41 blacklist 0 greylist 0 ratelimit 0 Xref: news.gmane.org gmane.emacs.devel:78306 Archived-At: Eli, thanks for the time saving advice and Dan, et al, thanks for your support and help with the cygwin version of emacs. Regards, darel henman Eli Zaretskii wrote: > > From d. henman > > ... snipped.... > > For now I just make changes, distclean, and rebuild. This takes as you all know a long time to find out if I did anything right to at least allow a clean compile. > > One way to do it easier is to chdir to the lisp/ directory, and then > type these commands: > > make cvs-update EMACS=../src/emacs > > if you are on a Unix-like system, or > > make cvs-update EMACS=../src/oo-spd/i386/emacs.exe > > if you are on MS-Windows.