From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Noorul Islam Newsgroups: gmane.emacs.devel Subject: make bootstrap on trunk fails Date: Fri, 25 Feb 2011 12:45:42 +0530 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1298618225 28636 80.91.229.12 (25 Feb 2011 07:17:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 25 Feb 2011 07:17:05 +0000 (UTC) To: Emacs Development Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 25 08:17:01 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 1PsrvA-0005Ab-W8 for ged-emacs-devel@m.gmane.org; Fri, 25 Feb 2011 08:17:01 +0100 Original-Received: from localhost ([127.0.0.1]:41586 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsrvA-0001RA-Ao for ged-emacs-devel@m.gmane.org; Fri, 25 Feb 2011 02:17:00 -0500 Original-Received: from [140.186.70.92] (port=47531 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Psrtx-0000w8-Ep for emacs-devel@gnu.org; Fri, 25 Feb 2011 02:15:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Psrtv-0005ed-Sa for emacs-devel@gnu.org; Fri, 25 Feb 2011 02:15:45 -0500 Original-Received: from mail-yx0-f169.google.com ([209.85.213.169]:58101) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Psrtv-0005eJ-Dz for emacs-devel@gnu.org; Fri, 25 Feb 2011 02:15:43 -0500 Original-Received: by yxt33 with SMTP id 33so801125yxt.0 for ; Thu, 24 Feb 2011 23:15:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=noorul.com; s=google; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=Sm9gQXDriz6uU9Ll3060BmE3IX39Oaps75qcxw1ga9I=; b=KJyraC4jYSF1Ftd5e5PuKgQ72VuEfLG95ZpuZzqVxbljLE7YIIYsIlcNfcpbL+rUx/ iieWfnY7NAkWFSTWR2DzUsbyS2zZ6svHq3WxGiZQrQF9foQ1Dp9BZU/Go4ay0jH6LGn0 Eq9bYoL/AT4rsxoo7LOYdO1iEXiwJcx6hGNYM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=noorul.com; s=google; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=NFiGH3AjVXxslrhMelIbokQuC8kDsDrKoW5oVpiYCgo4rk0exkd6xAUhZKvvq2u3wF nukx+7A4dCmG0y/k3otjDPrwZZDixisCR7/Ve+GGxcyPvwAgcdt4qUYsk4KNLwO+S13N XYhNYqDvS+HX2JOJp6mpIrqLwjGDO2geoQedE= Original-Received: by 10.150.145.16 with SMTP id s16mr3236353ybd.101.1298618142603; Thu, 24 Feb 2011 23:15:42 -0800 (PST) Original-Received: by 10.150.140.15 with HTTP; Thu, 24 Feb 2011 23:15:42 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.213.169 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:136473 Archived-At: make bootstrap fails with the following error message. gcc -c -Demacs -DHAVE_CONFIG_H -I. -I/home/noorul/projects/emacs/trunk/src -I../lib -I/home/noorul/projects/emacs/trunk/src/../lib -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -MMD -MF deps/emacs.d -Wold-style-definition -Wdeclaration-after-statement -g -O2 emacs.c emacs.c:91: error: =91VERSION=92 undeclared here (not in a function) make[2]: *** [emacs.o] Error 1 make[2]: Leaving directory `/home/noorul/projects/emacs/trunk/src' make[1]: *** [src] Error 2 make[1]: Leaving directory `/home/noorul/projects/emacs/trunk' make: *** [bootstrap] Error 2 Thanks and Regards Noorul