From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs pretest 22.0.99 Date: Tue, 24 Apr 2007 15:24:23 +0300 Message-ID: References: <87ejma1o37.fsf@stupidchicken.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1177417475 7330 80.91.229.12 (24 Apr 2007 12:24:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Apr 2007 12:24:35 +0000 (UTC) Cc: cyd@stupidchicken.com, emacs-devel@gnu.org To: Takashi Hiromatsu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 24 14:24:33 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 1HgK4O-0002Rb-Kb for ged-emacs-devel@m.gmane.org; Tue, 24 Apr 2007 14:24:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HgK9u-0008Ts-2P for ged-emacs-devel@m.gmane.org; Tue, 24 Apr 2007 08:30:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HgK9p-0008TN-NF for emacs-devel@gnu.org; Tue, 24 Apr 2007 08:30:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HgK9n-0008T2-EA for emacs-devel@gnu.org; Tue, 24 Apr 2007 08:30:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HgK9n-0008Sw-4Y for emacs-devel@gnu.org; Tue, 24 Apr 2007 08:30:07 -0400 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HgK4H-0006Be-0e for emacs-devel@gnu.org; Tue, 24 Apr 2007 08:24:25 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-241-38.inter.net.il [84.228.241.38]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id GPC02411 (AUTH halo1); Tue, 24 Apr 2007 15:24:24 +0300 (IDT) In-reply-to: (message from Takashi Hiromatsu on Tue, 24 Apr 2007 17:03:27 +0900) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:69932 Archived-At: > Date: Tue, 24 Apr 2007 17:03:27 +0900 > From: Takashi Hiromatsu > Cc: emacs-devel@gnu.org > > At Mon, 23 Apr 2007 22:51:56 -0400, > 'Chong Yidong' wrote: > > > > The Emacs 22.0.99 pretest is now available at > > > > ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-22.0.99.tar.gz > > ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-22.0.98-22.0.99.xdelta > > I succeeded to build w32 version by Cygwin latest distribution except make > version. My make is version 3.80. Thank you for your report. Is this a Cygwin build or a native Windows build? That is, is the resulting binary a Cygwin program or a native Windows programs? If the latter, then using Cygwin Make is generally considered to not work (see nt/INSTALL for details). > But after some modification in lisp directory, 'make recompile' failed. > > In makefile, variable EMACS is set as > EMACS = $(THISDIR)/../bin/emacs.exe > but, it should be set as > EMACS = $(THISDIR)/../src/oo-spd/i386/temacs.exe > for 'make recompile', isn't it? No, the default is okay for the case that you didn't change any sources since the last build, and assuming that Emacs binary is installed in-place in the `bin' subdirectory of the top-level Emacs directory. If you have emacs.exe in some other place, you need to override the value of EMACS from the command line, for example: make recompile EMACS=../src/oo-spd/i386/emacs.exe In any case, there's no need to use temacs.exe to recompile Lisp files, you can use emacs.exe in the src/oo-spd directory.