From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Harald Maier Newsgroups: gmane.emacs.devel Subject: Re: [h-e-w] Current word on binaries (EMACS_21_1_RC on cygwin) Date: Mon, 23 Feb 2004 17:43:18 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <009901c3ec70$b3013940$6400a8c0@austin.rr.com> <7494-Sat14Feb2004140608+0200-eliz@elta.co.il> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1077555399 22066 80.91.224.253 (23 Feb 2004 16:56:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 23 Feb 2004 16:56:39 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Feb 23 17:56:27 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AvJNa-0004Vw-00 for ; Mon, 23 Feb 2004 17:56:26 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AvJNa-0004kv-00 for ; Mon, 23 Feb 2004 17:56:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AvJM8-0001Dy-Te for emacs-devel@quimby.gnus.org; Mon, 23 Feb 2004 11:54:56 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1AvJJw-0008Bx-8D for emacs-devel@gnu.org; Mon, 23 Feb 2004 11:52:40 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1AvJDb-0004XJ-W6 for emacs-devel@gnu.org; Mon, 23 Feb 2004 11:46:39 -0500 Original-Received: from [212.227.126.183] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AvJAy-00031D-94; Mon, 23 Feb 2004 11:43:24 -0500 Original-Received: from [212.227.126.179] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1AvJAu-0000PF-00; Mon, 23 Feb 2004 17:43:20 +0100 Original-Received: from [80.136.239.91] (helo=ate.maierh) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1AvJAt-0007kc-00; Mon, 23 Feb 2004 17:43:19 +0100 Original-Received: by ate.maierh (Postfix, from userid 500) id 53CFD12B30; Mon, 23 Feb 2004 17:43:18 +0100 (CET) Original-To: Jason Rumney In-Reply-To: (Harald Maier's message of "Mon, 23 Feb 2004 13:14:31 +0100") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:7f9705e6678292fb4e27195dea438aa3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:20130 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20130 Harald Maier writes: > Jason Rumney writes: > >> Harald Maier writes: >> >>> I am not sure if I took the right version (EMACS_21_1_RC), but if this >>> is the current RC branch, then the patch for the discussed problem is >>> _not_ in the branch. >> >> The fix has been committed to EMACS_21_1_RC now, so a cvs update >> should pick it up. > > Hallo Jason, > > I took the changes and all works fine if emacs is compiled with no > optimizations (--no-opt). If I turn on optimizations then I get the > following re-producable errors. The most time I am using --no-opt, so > that's the reason why it worked for me before. Have you or others an > idea how to verify or debug the problem? I still have here also a MSVC > and a two year old MINGW runtime environment with that I can do some > debugging. Building emacs on that environments still works fine. > > Harald > > Loading help... > Loading international/mule-cmds... > Loading case-table... > Loading international/utf-8... > Loading international/utf-16... > Loading international/characters... > End of file during parsing: g:/cvs/emacs-cygwin/lisp/international/characters.elc > Signal 127 > make.exe[1]: *** [oo-spd/i386/emacs.exe] Error 255 > make.exe[1]: Leaving directory `g:/cvs/rc/emacs-cygwin/src' > d:\usr\mingw-make\bin\make.exe: *** [all-other-dirs-gmake] Error 2 FYI. Just figured out that same problem exists in CVS emacs. Harald