all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Takashi Hiromatsu <matsuan@ca2.so-net.ne.jp>
To: Eli Zaretskii <eliz@gnu.org>, emacs-devel@gnu.org
Subject: Re: Emacs pretest 22.0.99
Date: Wed, 25 Apr 2007 09:41:45 +0900	[thread overview]
Message-ID: <utzv5jnee.wl%takashi-hiromatsu@isuzu.co.jp> (raw)
In-Reply-To: <ups5uvu2w.fsf@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 2427 bytes --]

> > > 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).
Off course, my build is for native Windows.

I konw nt/INSTALL.
|    cygwin compiled make 3.80:           fails?[6]     fails?[6]
|    cygwin compiled make 3.81:           fails         fails?[6]
|    mingw32 compiled make 3.79.1:        okay          okay
|    mingw32 compiled make 3.80:          okay          okay[6]
|    mingw32 compiled make 3.81:          okay          okay[7]
|
|  Notes:
|
|    [1] doesn't cope with makefiles with DOS line endings, so must mount
|        emacs source with text!=binary.
|    [2] fails when needs to invoke shell commands; okay invoking gcc etc.
|    [3] requires LC_MESSAGES support to build; cannot build with early
|        versions of cygwin.
|    [4] may fail on Windows 9X and Windows ME; if so, install Bash.
|    [5] fails when building leim due to the use of cygwin style paths.
|        May work if building emacs without leim.
|    [6] not recommended; please report if you try this combination.
Then I reported that I succeeded with "cygwin compiled make 3.80:"

Off course, before configuration, I had to make un-comment 3 lines in
nt/gmage.defs like as attached patch. Then the binary, I bulld, works well.

> > 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
Thank you for your explanation. I hope that nt/INSTALL have some sentences
like you expalined.

Takashi Hiromatsu


[-- Attachment #2: cygwin.patch --]
[-- Type: application/octet-stream, Size: 475 bytes --]

--- nt/gmake.defs.orgi	2006-08-25 13:42:35.474498400 +0900
+++ nt/gmake.defs	2006-08-25 13:42:42.234353400 +0900
@@ -84,9 +84,9 @@
 # remedied before putting this cygpath kludge back in.
 
 # Convert CURDIR to native file name, if in Cygwin format
-#ifeq "$(shell cygpath $(CURDIR))" "$(CURDIR)"
-#CURDIR	        := $(shell cygpath -m $(CURDIR))
-#endif
+ifeq "$(shell cygpath $(CURDIR))" "$(CURDIR)"
+CURDIR	        := $(shell cygpath -m $(CURDIR))
+endif
 
 THISDIR		= .
 

[-- Attachment #3: Type: text/plain, Size: 1 bytes --]



[-- Attachment #4: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

  reply	other threads:[~2007-04-25  0:41 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-24  2:51 Emacs pretest 22.0.99 Chong Yidong
2007-04-24  5:48 ` Nick Roberts
2007-04-24  6:13   ` Eli Zaretskii
2007-04-24  6:26     ` Nick Roberts
2007-04-24 12:10       ` Eli Zaretskii
2007-04-24 22:53         ` Nick Roberts
2007-04-25  3:26           ` Eli Zaretskii
2007-04-25  3:57             ` Nick Roberts
2007-04-25 18:02               ` Eli Zaretskii
2007-04-24 21:35       ` Richard Stallman
2007-04-24 22:57         ` Nick Roberts
2007-04-25 14:52           ` Richard Stallman
2007-04-24  6:27 ` Lennart Borgman (gmail)
2007-04-24  7:40   ` Lennart Borgman (gmail)
2007-04-24  7:59   ` Jason Rumney
2007-04-24  8:16     ` Lennart Borgman (gmail)
2007-04-24  8:29       ` Jason Rumney
2007-04-24  8:35         ` Lennart Borgman (gmail)
2007-04-24  8:44           ` Jason Rumney
2007-04-24 11:05             ` Lennart Borgman (gmail)
2007-04-24  8:03 ` Takashi Hiromatsu
2007-04-24 12:24   ` Eli Zaretskii
2007-04-25  0:41     ` Takashi Hiromatsu [this message]
2007-04-27 13:21       ` Eli Zaretskii
2007-05-01  7:08         ` Takashi Hiromatsu
2007-05-04 13:38           ` Eli Zaretskii
2007-04-26 23:17 ` Giorgos Keramidas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=utzv5jnee.wl%takashi-hiromatsu@isuzu.co.jp \
    --to=matsuan@ca2.so-net.ne.jp \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.