From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: Compiling the CVS Date: Sat, 24 May 2003 10:44:29 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200305241544.h4OFiTx12827@eel.dms.auburn.edu> References: <1053789947.373.21.camel@horacio> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1053791089 19888 80.91.224.249 (24 May 2003 15:44:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 24 May 2003 15:44:49 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat May 24 17:44:46 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19JbCQ-0005AY-00 for ; Sat, 24 May 2003 17:44:46 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19JbOj-0000hK-00 for ; Sat, 24 May 2003 17:57:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19JbCw-000394-H1 for emacs-devel@quimby.gnus.org; Sat, 24 May 2003 11:45:18 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19JbCV-0002gw-HZ for emacs-devel@gnu.org; Sat, 24 May 2003 11:44:51 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19JbCE-0001W5-Ml for emacs-devel@gnu.org; Sat, 24 May 2003 11:44:39 -0400 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19JbC7-00013C-Bq for emacs-devel@gnu.org; Sat, 24 May 2003 11:44:27 -0400 Original-Received: from eel.dms.auburn.edu (eel.dms.auburn.edu [131.204.53.108]) h4OFiQoc018484; Sat, 24 May 2003 10:44:26 -0500 (CDT) Original-Received: (from teirllm@localhost) by eel.dms.auburn.edu (8.11.6+Sun/8.11.6) id h4OFiTx12827; Sat, 24 May 2003 10:44:29 -0500 (CDT) X-Authentication-Warning: eel.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: horace.linux@noos.fr In-reply-to: <1053789947.373.21.camel@horacio> (message from Horacio Ferrero on 24 May 2003 17:25:47 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:14196 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14196 Horacio Ferrero wrote: When I try to build the CVS version of emacs I get the following error : horacio:~/emacs/man$ makeinfo emacs.texi emacs.texi:10: Unknown command `copying'. emacs.texi:31: Unmatched `@end'. makeinfo: Removing output file `../info/emacs' due to errors; use --force to preserve. horacio:~/emacs/man$ You need a recent version of texinfo. I forgot the minimum version number you need, but you can just download the most recent one. Sincerely, Luc.