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: Re: make bootstrap on trunk fails Date: Fri, 25 Feb 2011 15:02:34 +0530 Message-ID: References: <4D6759D1.2040501@cs.ucla.edu> 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 1298626399 3258 80.91.229.12 (25 Feb 2011 09:33:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 25 Feb 2011 09:33:19 +0000 (UTC) Cc: Emacs Development To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 25 10:33:13 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 1Psu2z-0000op-Mb for ged-emacs-devel@m.gmane.org; Fri, 25 Feb 2011 10:33:13 +0100 Original-Received: from localhost ([127.0.0.1]:55527 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Psu2z-0002Yw-51 for ged-emacs-devel@m.gmane.org; Fri, 25 Feb 2011 04:33:13 -0500 Original-Received: from [140.186.70.92] (port=57315 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Psu2O-0002N3-MC for emacs-devel@gnu.org; Fri, 25 Feb 2011 04:32:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Psu2N-0000iy-C3 for emacs-devel@gnu.org; Fri, 25 Feb 2011 04:32:36 -0500 Original-Received: from mail-yw0-f41.google.com ([209.85.213.41]:64413) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Psu2N-0000io-8Q for emacs-devel@gnu.org; Fri, 25 Feb 2011 04:32:35 -0500 Original-Received: by yws5 with SMTP id 5so466173yws.0 for ; Fri, 25 Feb 2011 01:32:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=noorul.com; s=google; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=yw8EvnUFUiZPlF2EzsGjQllqB4ZNIsiz6HZ63Zz+nU0=; b=UqtvJ81MkGTngF/ICHVSI4ob5gn199Nd9eeABPhzF6mse/kLacgXEayo19BB/F23XR tMTAiyWsjtU++3teEAusX04iOejHcrGiaYnp0b8WO9Y3rWNWIZuH66DNSVBoLz+JehFs hqMtYZ6BQSPNVu2glPeIkxYa/rwVno93MEp9c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=noorul.com; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=hyUnDVIpeqm6P07PuD6l02Jy9pRQep+KMkw7NDsPNkEnsZshshMLDqKwSrsCE8voqQ XvxADpqi7gu5+Pbq5AK7Re8KuJIlpauYdAOHrm6YkCMeg0bY33x1OAgDaka5X3qqUhCD pB4lZFfyC1e/ey4DQTvF9nM+tZ8ByytVcbshI= Original-Received: by 10.150.220.13 with SMTP id s13mr3393827ybg.44.1298626354393; Fri, 25 Feb 2011 01:32:34 -0800 (PST) Original-Received: by 10.150.140.15 with HTTP; Fri, 25 Feb 2011 01:32:34 -0800 (PST) In-Reply-To: <4D6759D1.2040501@cs.ucla.edu> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.213.41 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:136484 Archived-At: On Fri, Feb 25, 2011 at 12:57 PM, Paul Eggert wrote: > On 02/24/2011 11:15 PM, Noorul Islam wrote: >> emacs.c:91: error: =91VERSION=92 undeclared here (not in a function) > > VERSION should be defined in config.h. =A0I suspect you are building > from a not-quite-clean checkout. =A0Perhaps you ran plain "autoconf"? > "autoreconf -I m4" at the root of the trunk might fix things, > or you could try a clean checkout. > > It used to be that you could invoke "autoconf" etc. without the > "-I m4", but nowadays you need the "-I m4". > Do you think INSTALL.BZR file should be updated with this information. Thanks and Regards Noorul