From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Set the version number in the texinfo manuals using configure Date: Sat, 30 Oct 2010 10:30:41 +0200 Message-ID: <4CCBD7B1.1050006@gmx.at> References: <83r5fzn0vr.fsf@gnu.org> <87wrp7bbw8.fsf@gmail.com> <83wrp76zln.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1288428032 2231 80.91.229.12 (30 Oct 2010 08:40:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 30 Oct 2010 08:40:32 +0000 (UTC) Cc: jay.p.belanger@gmail.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 30 10:40:30 2010 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 1PC6zD-0003XP-5o for ged-emacs-devel@m.gmane.org; Sat, 30 Oct 2010 10:40:27 +0200 Original-Received: from localhost ([127.0.0.1]:53956 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PC6zC-0001b5-Ba for ged-emacs-devel@m.gmane.org; Sat, 30 Oct 2010 04:40:26 -0400 Original-Received: from [140.186.70.92] (port=33492 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PC6qC-0007wI-7o for emacs-devel@gnu.org; Sat, 30 Oct 2010 04:31:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PC6pp-0008Gg-CT for emacs-devel@gnu.org; Sat, 30 Oct 2010 04:31:05 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:52654 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PC6pp-0008Ec-0E for emacs-devel@gnu.org; Sat, 30 Oct 2010 04:30:45 -0400 Original-Received: (qmail invoked by alias); 30 Oct 2010 08:30:41 -0000 Original-Received: from 62-47-54-95.adsl.highway.telekom.at (EHLO [62.47.54.95]) [62.47.54.95] by mail.gmx.net (mp005) with SMTP; 30 Oct 2010 10:30:41 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/26owmBKT2dhkJkfH+IoPsPD8CBxNj/60M+RMCs4 rbZR1rcDrMrn1Q User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <83wrp76zln.fsf@gnu.org> X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:132182 Archived-At: >>> make[1]: Entering directory `D:/gnu/bzr/emacs/trunk/doc/emacs' >>> makeinfo --force emacs.texi >>> emacs.texi:8: @include `emacsver.texi': No such file or directory. >>> emacs.texi:32: warning: undefined flag: EMACSVER. >>> emacs.texi:102: warning: undefined flag: EMACSVER. >>> emacs.texi:113: warning: undefined flag: EMACSVER. >>> D:\gnu\bzr\emacs\trunk\doc\emacs//anti.texi:12: warning: undefined flag: EMACSVER. >>> make[1]: *** [../../info/emacs] Error 1 >>> make[1]: Leaving directory `D:/gnu/bzr/emacs/trunk/doc/emacs' >>> make: *** [info-gmake] Error 2 >> So is the problem that EMACSVER shouldn't be used, or that something >> caused emacsver.texi to disappear? > > Glenn fixed that soon after this, but since you asked: the plan was to > generate emacsver.texi from emacsver.texi.in. However, the Windows > port's Makefiles were not adapted to the change, so there was no > emacsver.texi by the time makeinfo was invoked, and that triggered all > the error messages. > > Again, this problem is long gone now. I'm somewhat confused since I (occasionally ?) still get something like the following C:\emacs\trunk\nt>make info make -C ../doc/emacs info make[1]: Entering directory `C:/emacs/trunk/doc/emacs' make[1]: Nothing to be done for `info'. make[1]: Leaving directory `C:/emacs/trunk/doc/emacs' make -C ../doc/misc info make[1]: Entering directory `C:/emacs/trunk/doc/misc' makeinfo --force gnus.texi makeinfo --force calc.texi calc.texi:10: @include `emacsver.texi': No such file or directory. make[1]: *** [../../info/calc] Error 1 make[1]: Leaving directory `C:/emacs/trunk/doc/misc' make: *** [info-gmake] Error 2 with this morning's checkout. Any clues? martin