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: trunk build failure on windows Date: Fri, 04 Jun 2010 22:21:44 -0400 Message-ID: References: <83pr06jllo.fsf@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1275704514 4491 80.91.229.12 (5 Jun 2010 02:21:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 5 Jun 2010 02:21:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: Sean Sieger Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 05 04:21:53 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OKj1E-0003oI-5p for ged-emacs-devel@m.gmane.org; Sat, 05 Jun 2010 04:21:52 +0200 Original-Received: from localhost ([127.0.0.1]:56814 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKj1D-0008B0-Gl for ged-emacs-devel@m.gmane.org; Fri, 04 Jun 2010 22:21:51 -0400 Original-Received: from [199.232.76.173] (port=59200 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKj17-00086r-Qp for emacs-devel@gnu.org; Fri, 04 Jun 2010 22:21:45 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OKj16-0008Pq-Ix for emacs-devel@gnu.org; Fri, 04 Jun 2010 22:21:45 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:57587) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OKj16-0008Pm-Cn for emacs-devel@gnu.org; Fri, 04 Jun 2010 22:21:44 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OKj16-0004kT-AO; Fri, 04 Jun 2010 22:21:44 -0400 In-reply-to: <83pr06jllo.fsf@gmail.com> (message from Sean Sieger on Fri, 04 Jun 2010 21:48:19 -0400) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:125536 Archived-At: > From: Sean Sieger > Date: Fri, 04 Jun 2010 21:48:19 -0400 > > I just now set up a MinGW environment in Windows 7 on a new machine and > got this here business: > > Byte-compile the created files by: > % emacs -batch -f batch-byte-compile XXX.el > "./../src/oo/i386/emacs.exe" -batch --no-init-file --no-site-file --multibyte - > l \ > "c:/trunk/leim/../lisp/international/quail" \ > -f batch-byte-compile quail/CCDOSPY.el quail/Punct.el quail/QJ.el qu > ail/SW.el quail/TONEPY.el quail/4Corner.el quail/ARRAY30.el quail/ECDICT.el quai > l/ETZY.el quail/Punct-b5.el quail/PY-b5.el quail/QJ-b5.el quail/ZOZY.el > Wrote c:/trunk/leim/quail/CCDOSPY.elc > Wrote c:/trunk/leim/quail/Punct.elc > Wrote c:/trunk/leim/quail/QJ.elc > Wrote c:/trunk/leim/quail/SW.elc > make[2]: *** [quail/CCDOSPY.elc] Error 255 > make[2]: Leaving directory `c:/trunk/leim' > make[1]: *** [all-other-dirs-gmake] Error 2 > make[1]: Leaving directory `c:/trunk/nt' > make: *** [bootstrap] Error 2 Please tell what versions of development tools (GCC, Binutils, Make, shell, etc.) you have there. It sounds like it bails out compiling TONEPY.el, is that right?