From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: nmake can't continue without abbrev.elc Date: Sat, 26 Nov 2005 16:17:33 +0200 Message-ID: References: <7d3218b40511260450i67e15d17r90a071b3719ab7bb@mail.gmail.com> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1133017648 16148 80.91.229.2 (26 Nov 2005 15:07:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 26 Nov 2005 15:07:28 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 26 16:07:26 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Eg1dk-0002Da-3O for geh-help-gnu-emacs@m.gmane.org; Sat, 26 Nov 2005 16:07:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eg1dg-00038x-5U for geh-help-gnu-emacs@m.gmane.org; Sat, 26 Nov 2005 10:06:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Eg0rv-0000ez-1n for help-gnu-emacs@gnu.org; Sat, 26 Nov 2005 09:17:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Eg0rt-0000eT-14 for help-gnu-emacs@gnu.org; Sat, 26 Nov 2005 09:17:34 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eg0rs-0000eK-Ek for help-gnu-emacs@gnu.org; Sat, 26 Nov 2005 09:17:32 -0500 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Eg0rs-0000IS-BV for help-gnu-emacs@gnu.org; Sat, 26 Nov 2005 09:17:32 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-85-124.inter.net.il [80.230.85.124]) by nitzan.inter.net.il (MOS 3.6.5-GR) with ESMTP id CAJ60496 (AUTH halo1); Sat, 26 Nov 2005 16:17:29 +0200 (IST) Original-To: help-gnu-emacs@gnu.org In-reply-to: <7d3218b40511260450i67e15d17r90a071b3719ab7bb@mail.gmail.com> (message from zhiqiang yu on Sat, 26 Nov 2005 20:50:47 +0800) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:31377 Archived-At: > Date: Sat, 26 Nov 2005 20:50:47 +0800 > From: zhiqiang yu > > i meet the following error when i compiled emacs in winXP. > > Essential Lisp files seem to be missing. you should either do make bootstrap > or create 'lisp/abbrev.elc' somehow > > Nmake : fatal error U1077: 'if' : return code '0xffffffff' Stop Is that the CVS version of Emacs? If so, then you indeed need to run "nmake bootstrap", like the message says.