From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: jasonr@btinternet.com Newsgroups: gmane.emacs.devel Subject: Re: Error building Emacs 21.3.50 CVS using MSVC 6 Date: Wed, 9 Oct 2002 17:31:37 +0100 (BST) Sender: emacs-devel-admin@gnu.org Message-ID: <5416779.1034181097783.JavaMail.root@127.0.0.1> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1034181237 19506 127.0.0.1 (9 Oct 2002 16:33:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 9 Oct 2002 16:33:57 +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 17zJmW-00054T-00 for ; Wed, 09 Oct 2002 18:33:56 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17zKad-0004aO-00 for ; Wed, 09 Oct 2002 19:25:43 +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 17zJkm-0001Hi-00; Wed, 09 Oct 2002 12:32:08 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17zJkN-0000Tf-00 for emacs-devel@gnu.org; Wed, 09 Oct 2002 12:31:43 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17zJkL-0000TH-00 for emacs-devel@gnu.org; Wed, 09 Oct 2002 12:31:43 -0400 Original-Received: from actinium.btinternet.com ([194.73.73.66]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17zJkL-0000Sx-00 for emacs-devel@gnu.org; Wed, 09 Oct 2002 12:31:41 -0400 Original-Received: from cerium ([194.75.226.98]) by actinium.btinternet.com with esmtp (Exim 3.22 #8) id 17zJkH-0006si-00; Wed, 09 Oct 2002 17:31:37 +0100 Original-Received: from 193.192.75.200 by cerium ([194.75.226.98]); Wed, 09 Oct 02 17:31:37 BST Original-To: BenK@FreedomScientific.com, emacs-devel@gnu.org X-Mailer: talk21.com WAS v2 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:8485 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8485 Judging by the fact that all those libraries say (source) after the library name, you have not done nmake bootstrap yet. The question is, why did the build process get this far? It should have stopped much earlier with a message telling you what to do. > > 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? > > > _______________________________________________ > Emacs-devel mailing list > Emacs-devel@gnu.org > http://mail.gnu.org/mailman/listinfo/emacs-devel