From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "William Xue" Newsgroups: gmane.emacs.devel Subject: Re: Help: build emacs in cygwin Date: Wed, 07 Mar 2007 09:23:55 +0800 Organization: wv Message-ID: References: <87ejo2nrf6.fsf@offby1.atm01.sea.blarg.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1173230676 29703 80.91.229.12 (7 Mar 2007 01:24:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Mar 2007 01:24:36 +0000 (UTC) Cc: emacs-devel To: "Eric Hanchrow" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 07 02:24:29 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 1HOktI-0006Pq-Oz for ged-emacs-devel@m.gmane.org; Wed, 07 Mar 2007 02:24:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HOktK-0005S5-SJ for ged-emacs-devel@m.gmane.org; Tue, 06 Mar 2007 20:24:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HOktB-0005Rc-0V for emacs-devel@gnu.org; Tue, 06 Mar 2007 20:24:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HOkt9-0005RG-Jz for emacs-devel@gnu.org; Tue, 06 Mar 2007 20:24:20 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HOkt9-0005RD-Dh for emacs-devel@gnu.org; Tue, 06 Mar 2007 20:24:19 -0500 Original-Received: from wr-out-0506.google.com ([64.233.184.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HOkt6-0005xh-LB for emacs-devel@gnu.org; Tue, 06 Mar 2007 20:24:16 -0500 Original-Received: by wr-out-0506.google.com with SMTP id i20so910wra for ; Tue, 06 Mar 2007 17:24:15 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:to:subject:from:organization:cc:content-type:mime-version:references:content-transfer-encoding:message-id:in-reply-to:user-agent; b=CCkqVsMKMT9wUH5b2BQXzUzkZOArM5w8gy8SnY8v0t5tCgWkpsLeqoz0dGA6SIj3KnCf0x3SPyqlZ3494QVZAlHj+5BqRRihGzF4IkRyVPOqDRIV1nyzUayvKEc5eefZ6UDp0Hz9z8yxpKBh8QmV9QRFT9nJ7GDDWgLu95AV9VM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:to:subject:from:organization:cc:content-type:mime-version:references:content-transfer-encoding:message-id:in-reply-to:user-agent; b=MAYsdRgGXv6nU94COx0dwe+2wdd5MTg+QRCX+w9C0yWHJr8b7oBEb+/0/DZ16JMcQIDUXGcuZNesI2abYHo05fBd+BGqRx7nv79mFWY80MumBRpdKNvfmAiVZ0oK2xthDOTD8TsxZ5HkLemlljNe4uR54mxZ7VAMUicN7B8Y3fQ= Original-Received: by 10.114.161.11 with SMTP id j11mr1977421wae.1173230655390; Tue, 06 Mar 2007 17:24:15 -0800 (PST) Original-Received: from williamnb ( [58.33.96.177]) by mx.google.com with ESMTP id m29sm12545poh.2007.03.06.17.24.13; Tue, 06 Mar 2007 17:24:14 -0800 (PST) In-Reply-To: <87ejo2nrf6.fsf@offby1.atm01.sea.blarg.net> User-Agent: Opera Mail/9.20 (Win32) X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:67465 Archived-At: On Wed, 07 Mar 2007 02:43:57 +0800, Eric Hanchrow wrote: > Are you trying to build a _Cygwin_ Emacs on Cygwin, or are you trying > to build a _Win32_ Emacs on Cygwin? Those are two different things. > I have built a NTEmacs with MinGW32. And now, I want to build a Cygwin Emacs. > If the former, you've found a bug, and I expect it'll get fixed > quickly (at least, if the developers understand it; you might need to > provide them a transcript of the failed build session). > > But if it's the latter, I have one piece of advice: don't use the > "make" that comes with Cygwin. See > http://www.emacswiki.org/cgi-bin/wiki/BuildingCvsWThirtyTwoCygwin for > a brief description of how I did it. Thank you Eric, I will try the MinGW32-make.exe under Cygwin. -- Sincerely yours, William