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: Fri, 27 Apr 2007 16:21:37 +0300 Message-ID: References: <87ejma1o37.fsf@stupidchicken.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1177680113 12573 80.91.229.12 (27 Apr 2007 13:21:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 27 Apr 2007 13:21:53 +0000 (UTC) Cc: emacs-devel@gnu.org To: Takashi Hiromatsu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 27 15:21:51 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 1HhQOR-0005d9-D3 for ged-emacs-devel@m.gmane.org; Fri, 27 Apr 2007 15:21:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HhQUH-0000qF-NC for ged-emacs-devel@m.gmane.org; Fri, 27 Apr 2007 09:27:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HhQUE-0000qA-5P for emacs-devel@gnu.org; Fri, 27 Apr 2007 09:27:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HhQUB-0000py-MB for emacs-devel@gnu.org; Fri, 27 Apr 2007 09:27:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HhQUB-0000pv-Fg for emacs-devel@gnu.org; Fri, 27 Apr 2007 09:27:43 -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 1HhQOK-00007k-2r for emacs-devel@gnu.org; Fri, 27 Apr 2007 09:21:40 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-36-220.inter.net.il [80.230.36.220]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id GPS15847 (AUTH halo1); Fri, 27 Apr 2007 16:21:39 +0300 (IDT) In-reply-to: (message from Takashi Hiromatsu on Wed, 25 Apr 2007 09:41:45 +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:70252 Archived-At: > Date: Wed, 25 Apr 2007 09:41:45 +0900 > From: Takashi Hiromatsu > > | 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:" Was that with or without a sh.exe on your PATH? If you do have sh.exe on PATH, then what kind of sh.exe is it? is it the Cygwin port of Bash or something else? > Thank you for your explanation. I hope that nt/INSTALL have some sentences > like you expalined. I will see what I can do, thanks.