From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Vladimir Grul Newsgroups: gmane.emacs.help Subject: Re: Newbie: Compiling Emacs 21.2 with MinGW Date: 03 Sep 2003 15:02:19 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1062653667 3376 80.91.224.253 (4 Sep 2003 05:34:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Sep 2003 05:34:27 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 04 07:34:25 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19umlC-0002Gz-00 for ; Thu, 04 Sep 2003 07:34:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19umi7-0000yx-Ru for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Sep 2003 01:31:11 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!proxad.net!213.200.89.82.MISMATCH!tiscali!newsfeed1.ip.tiscali.net!feed.news.nacamar.de!fu-berlin.de!uni-berlin.de!s071-n110.tele2.CZ!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 24 Original-NNTP-Posting-Host: s071-n110.tele2.cz (213.246.71.110) Original-X-Trace: news.uni-berlin.de 1062594150 16129104 213.246.71.110 (16 [201997]) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Original-Xref: shelby.stanford.edu gnu.emacs.help:116343 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:12262 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:12262 jasonr (Jason Rumney) @ f2s.com writes: > > w32fns.c: In function `syms_of_w32fns': > > w32fns.c:13974: `DEFVAR_LISP' undeclared (first use in this function) > > w32fns.c:13974: (Each undeclared identifier is reported only once > > w32fns.c:13974: for each function it appears in.) > > w32fns.c:13974: parse error before string constant > > make[1]: *** [oo-spd/i386/w32fns.o] Error 1 > > make[1]: Leaving directory `/e/src/emacs/emacs-21.2/src' > > make: *** [all-other-dirs-gmake] Error 2 > > > > E:\src\emacs\emacs-21.2\nt> > > > > So, what do I do now? > > > > Is it fixed in 21.3? > > Unlikely. There were no Windows specific fixes in 21.3 that I know > of. With the same steps as Kai I have the same error with version 21.2. But the version 21.3 compiles without problems. Vladimir