emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs pretest 22.0.99


From: Eli Zaretskii
Subject: Re: Emacs pretest 22.0.99
Date: Tue, 24 Apr 2007 15:24:23 +0300

> Date: Tue, 24 Apr 2007 17:03:27 +0900
> From: Takashi Hiromatsu <address@hidden>
> Cc: address@hidden
> 
> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]