From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ben Key Newsgroups: gmane.emacs.devel Subject: Error building Emacs 21.3.50 CVS using MSVC 6 Date: Wed, 9 Oct 2002 11:12:46 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: <762A7BB74D6AD51195EF00B0D0AA16602C3804@STPETE> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: main.gmane.org 1034177421 20480 127.0.0.1 (9 Oct 2002 15:30:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 9 Oct 2002 15:30:21 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17zIms-0005Jy-00 for ; Wed, 09 Oct 2002 17:30:14 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17zJay-0002uJ-00 for ; Wed, 09 Oct 2002 18:22:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17zIjr-0000id-00; Wed, 09 Oct 2002 11:27:07 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17zIin-0008Tn-00 for emacs-devel@gnu.org; Wed, 09 Oct 2002 11:26:01 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17zIil-0008Sq-00 for emacs-devel@gnu.org; Wed, 09 Oct 2002 11:26:01 -0400 Original-Received: from stpete.freedomscientific.com ([209.101.206.132] helo=stpete.FreedomScientific) by monty-python.gnu.org with esmtp (Exim 4.10) id 17zIil-0008Sa-00 for emacs-devel@gnu.org; Wed, 09 Oct 2002 11:25:59 -0400 Original-Received: by STPETE with Internet Mail Service (5.5.2656.59) id <4BN0T4B3>; Wed, 9 Oct 2002 11:12:47 -0400 Original-To: "GNU Emacs Devel (E-mail)" X-Mailer: Internet Mail Service (5.5.2656.59) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8480 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8480 The error I am getting is as follows (see line marked ##ERROR##): d:\EMACS_CVS\_src\21.3.50\src\obj\i386\temacs.exe -batch -l loadup dump Loading loadup.el (source)... Using load-path (../lisp) Loading byte-run (source)... Loading emacs-lisp/backquote (source)... Loading subr (source)... Loading version.el (source)... Loading widget (source)... Loading custom (source)... Loading map-ynp (source)... Loading env (source)... Loading cus-start (source)... Loading international/mule (source)... Loading international/mule-conf.el (source)... Loading format (source)... Loading bindings (source)... Loading files (source)... Loading cus-face (source)... Loading faces (source)... (require cl) while preparing to dump (##ERROR##) NMAKE : fatal error U1077: 'd:\EMACS_CVS\_src\21.3.50\src\obj\i386\temacs.exe' : return code '0xffffffff' Stop. What can I do to fix this?