From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: building NTEmacs Date: Wed, 05 Mar 2003 17:54:27 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20030305173936.8AA6.LEKTU@terra.es> References: <20030221172352.73A8.LEKTU@terra.es> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1046883386 29006 80.91.224.249 (5 Mar 2003 16:56:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 5 Mar 2003 16:56:26 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Mar 05 17:56:25 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18qcBi-0007WW-00 for ; Wed, 05 Mar 2003 17:56:14 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18qcVc-00081Y-00 for ; Wed, 05 Mar 2003 18:16:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18qcBK-0005Js-08 for emacs-devel@quimby.gnus.org; Wed, 05 Mar 2003 11:55:50 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18qcAW-0004Yf-00 for emacs-devel@gnu.org; Wed, 05 Mar 2003 11:55:00 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18qcAH-0004Al-00 for emacs-devel@gnu.org; Wed, 05 Mar 2003 11:54:46 -0500 Original-Received: from [62.22.27.141] (helo=mail.peoplecall.com) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18qcA3-0003zN-00 for emacs-devel@gnu.org; Wed, 05 Mar 2003 11:54:31 -0500 Original-Received: from [62.22.27.143] (jbarranquero.ofi.peoplecall.com [62.22.27.143]) by mail.peoplecall.com (8.11.6/8.11.6) with ESMTP id h25GsQt20232; Wed, 5 Mar 2003 17:54:27 +0100 Original-To: David Abrahams In-Reply-To: X-Mailer: Becky! ver. 2.05.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:12106 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12106 On Wed, 05 Mar 2003 11:22:16 -0500, David Abrahams wrote: > With that branch I am getting: [...] > Loading help (source)... > Cannot open load file: easy-mmode > NMAKE : fatal error U1077: '"C:\src\emacs\src/obj-spd/i386/temacs.exe"' : return code '0xffffffff' > Stop. > NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~4\VC98\BIN\NMAKE.EXE' : return code '0x2' > Stop. Uh? I just did: cd \bin\emacs\EMACS_21_1_RC cvs -q update -C cd nt nmake realclean configure --with-msvc nmake bootstrap nmake install and it worked flawlessly. > Yeah, I've been getting daily crashes with the HEAD. What kinds of crashes? It'd be helpful to know. > But now I'm > addicted to the bold/italic Lucida console font, and if I can't back > up to the 21.3 branch I don't know what I'll do ;-) You can configure HEAD without image support, and it should be fairly stable. Not production-quality stable, though. /L/e/k/t/u