From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 71085 invoked by alias); 18 Apr 2016 20:33:47 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 71025 invoked by uid 89); 18 Apr 2016 20:33:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: aibo.runbox.com Received: from aibo.runbox.com (HELO aibo.runbox.com) (91.220.196.211) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 18 Apr 2016 20:33:36 +0000 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1asFrP-0002lm-Oa; Mon, 18 Apr 2016 22:33:31 +0200 Received: from 70-36-239-75.dsl.dynamic.fusionbroadband.com ([70.36.239.75] helo=toshie.bothner.com) by mailfront10.runbox.com with esmtpsa (uid:757155 ) (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.82) id 1asFrP-0004Od-4i; Mon, 18 Apr 2016 22:33:31 +0200 Subject: Re: build from svn - texinfo errors To: Claude Marinier , kawa@sourceware.org References: From: Per Bothner Message-ID: <57154497.3090307@bothner.com> Date: Mon, 18 Apr 2016 20:33:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-q2/txt/msg00011.txt.bz2 On 04/18/2016 01:09 PM, Claude Marinier wrote: > Hi, > > After spending hours getting Kawa from the Subversion repository (it > kept timing-out), Bummer. I normally don't have problems, but it is possible there is a server glitch. > I was able to build it up to the documentation. It > produces many errors; here are the first few. > > Making all in doc > ... > kawa.texi:3428: unknown command `sup' (possibly involving @arbno) > ... Yes, you can ignore it. The @sup command was added to texinfo 6.0 (at my suggestion). (makeinfo --version should be 6.0 or higher.) Before that I defined @sup as a macro, but that was obviously more of a kludge. -- --Per Bothner per@bothner.com http://per.bothner.com/