From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Problems building CVS Emacs on Windows XP using MinGW Date: Sat, 23 Aug 2008 09:48:11 -0700 Message-ID: <200808231648.m7NGmB83026405@sallyv1.ics.uci.edu> References: <87vdxt8zkb.fsf@offby1.atm01.sea.blarg.net> <87iqtrit5x.fsf@kanis.fr> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1219510201 24464 80.91.229.12 (23 Aug 2008 16:50:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 Aug 2008 16:50:01 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ivan Kanis Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 23 18:50:52 2008 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 1KWwK7-0001ft-QB for ged-emacs-devel@m.gmane.org; Sat, 23 Aug 2008 18:50:48 +0200 Original-Received: from localhost ([127.0.0.1]:49988 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWwJ9-0000VZ-Vx for ged-emacs-devel@m.gmane.org; Sat, 23 Aug 2008 12:49:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KWwJ1-0000R5-GB for emacs-devel@gnu.org; Sat, 23 Aug 2008 12:49:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KWwJ0-0000QJ-Gx for emacs-devel@gnu.org; Sat, 23 Aug 2008 12:49:38 -0400 Original-Received: from [199.232.76.173] (port=40728 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWwJ0-0000Pr-2d for emacs-devel@gnu.org; Sat, 23 Aug 2008 12:49:38 -0400 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]:55382) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1KWwIz-0007an-L4 for emacs-devel@gnu.org; Sat, 23 Aug 2008 12:49:38 -0400 X-ICS-MailScanner-Watermark: 1220114891.95579@PVJ/hl2pBROojlHnh/OMJQ Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m7NGmB83026405; Sat, 23 Aug 2008 09:48:11 -0700 (PDT) Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: <87iqtrit5x.fsf@kanis.fr> (Ivan Kanis's message of "Sat, 23 Aug 2008 18:37:46 +0200") Original-Lines: 54 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) 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:102871 Archived-At: Ivan Kanis writes: > Hi Eli, I found some time ;) > > Eli Zaretskii writes: > > > Here are a few questions, for starters: > > > > . What are your development tools and their versions? Please include > > version information about MinGW itself (from its header files), w32 > > API package, versions of GCC, Binutils, any sh.exe you may have > > installed, Make, and the cp.exe and rm.exe used for the build. > > > > > > > #define __MINGW32_VERSION 3.14 > gcc version 3.4.5 (mingw-vista special r3) > GNU ld version 2.17.50 20060824 (from mingw) > GNU bash, version 2.04.0(1)-release (i686-pc-msys) > GNU Make 3.81 i386-pc-mingw32 (from gnuwin32) > cp (GNU coreutils) 5.3.0 (from gnuwin32) > rm (GNU coreutils) 5.3.0 (from gnuwin32) > > > . Do you use any Cygwin or MSYS tools for the build, and if so, what > > are they? > > MSYS for the shell > > > . Does the problem happen in byte compiling _any_ file, or just with > > some? If the latter, please list a dozen files that have this > > problem and post the corresponding error messages. > > just with vietnamese.el > > > . Is the byte-compiling problem still there after you build Emacs > > using *.elc files produced on another system or by another version > > of Emacs? > > it compiles fine with emacs 22.2.1 > > I got the following errors which if fixed by compiling with emacs 22: > > mingw32-make[1]: Leaving directory `d:/IVAN/emacs/lib-src' > mingw32-make[1]: *** No rule to make target `../lisp/language/european.elc', needed by `DOC'. Stop. > mingw32-make: *** [all-other-dirs-gmake] Error 2 > > And then this at the end of the compile, emacs 22 did no help so I > remove the files from the makefile: > > In toplevel form: > quail/PY.el:88:1:Error: End of file during parsing Do you have the emacs/etc/charsets directory in your tree?