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: Help: build emacs in cygwin Date: Tue, 06 Mar 2007 22:40:00 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1173213726 8453 80.91.229.12 (6 Mar 2007 20:42:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Mar 2007 20:42:06 +0000 (UTC) Cc: emacs-devel@gnu.org To: "William Xue" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 06 21:41:59 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 1HOgTt-0004Ov-5R for ged-emacs-devel@m.gmane.org; Tue, 06 Mar 2007 21:41:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HOgTt-0005kz-Qn for ged-emacs-devel@m.gmane.org; Tue, 06 Mar 2007 15:41:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HOgSB-0004tJ-LI for emacs-devel@gnu.org; Tue, 06 Mar 2007 15:40:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HOgS9-0004sH-OX for emacs-devel@gnu.org; Tue, 06 Mar 2007 15:40:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HOgS8-0004s2-PD for emacs-devel@gnu.org; Tue, 06 Mar 2007 15:40:08 -0500 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HOgS7-0004xR-5h for emacs-devel@gnu.org; Tue, 06 Mar 2007 15:40:07 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-227-18.inter.net.il [84.228.227.18]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id GFS55773 (AUTH halo1); Tue, 6 Mar 2007 22:39:45 +0200 (IST) In-reply-to: (william.xue@gmail.com) 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:67442 Archived-At: > Date: Tue, 06 Mar 2007 16:01:30 +0800 > From: "William Xue" > > I'm attempting to build emacs in cygwin and encountered a problem with : > > mv -f emacs.exe bootstrap-emacs.exe > mv: cannot stat `emacs.exe': No such file or directory Please show the entire transcript of the build, starting with "make bootstrap". The Makefile itself does not have enough information about the possible reason(s) for your problem.