From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Bootstrap problems on w32 Date: Mon, 31 Jan 2011 21:47:51 +0200 Message-ID: <83pqrcg8ig.fsf@gnu.org> References: <83lj23hnor.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1296503911 8911 80.91.229.12 (31 Jan 2011 19:58:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 31 Jan 2011 19:58:31 +0000 (UTC) Cc: emacs-devel@gnu.org To: sds@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 31 20:58:25 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PjztH-0002Hz-7v for ged-emacs-devel@m.gmane.org; Mon, 31 Jan 2011 20:58:23 +0100 Original-Received: from localhost ([127.0.0.1]:54306 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PjztG-0006Tk-Gy for ged-emacs-devel@m.gmane.org; Mon, 31 Jan 2011 14:58:22 -0500 Original-Received: from [140.186.70.92] (port=58697 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PjzjR-0000lb-Nk for emacs-devel@gnu.org; Mon, 31 Jan 2011 14:48:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pjzj7-0003lq-GC for emacs-devel@gnu.org; Mon, 31 Jan 2011 14:48:12 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:57345) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pjzj7-0003lN-9V; Mon, 31 Jan 2011 14:47:53 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LFW00J00KAZ2C00@a-mtaout22.012.net.il>; Mon, 31 Jan 2011 21:47:51 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.124.97.124]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LFW00H0SKBQYGA0@a-mtaout22.012.net.il>; Mon, 31 Jan 2011 21:47:51 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.172 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:135338 Archived-At: > From: Sam Steingold > Date: Mon, 31 Jan 2011 12:47:35 -0500 > > >> emacs.c:91: error: `VERSION' undeclared here (not in a function) > >> make[2]: *** [oo-spd/i386/emacs.o] Error 1 > >> make[2]: Leaving directory `...emacs/trunk/src' > > > > "bzr blame" will show that this comes from a commit made just a few > > hours ago. > > Yes, am not blaming you. > I am just asking for a fix. Request granted (revision 103055). > gcc -I. -c -mno-cygwin -mtune=pentium4 -O2 -IC:/gnu/gnuwin32/include -Demacs=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -o oo-spd/i386/region-cache.o region-cache.c > make[1]: *** No rule to make target `strftime.c', needed by `oo-spd/i386/strftime.o'. Stop. Another problem, also fixed in r103055. Let me know if I overlooked something.