From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 55804 invoked by alias); 22 Apr 2016 20:52:28 -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 55790 invoked by uid 89); 22 Apr 2016 20:52:27 -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=ln, H*r:sk:DHE_RSA, Hx-languages-length:571 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; Fri, 22 Apr 2016 20:52:17 +0000 Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1ati3h-0003dB-Lh; Fri, 22 Apr 2016 22:52:13 +0200 Received: from 70-36-239-75.dsl.dynamic.fusionbroadband.com ([70.36.239.75] helo=toshie.bothner.com) by mailfront12.runbox.com with esmtpsa (uid:757155 ) (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.82) id 1ati3V-00018i-7M; Fri, 22 Apr 2016 22:52:01 +0200 Subject: Re: build from svn - texinfo errors To: Claude Marinier References: <57154497.3090307@bothner.com> Cc: kawa@sourceware.org From: Per Bothner Message-ID: <571A8EEE.4030809@bothner.com> Date: Fri, 22 Apr 2016 20:52: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/msg00013.txt.bz2 On 04/22/2016 12:04 PM, Claude Marinier wrote: > Building an example Android app fails like it did before. Do I need to > copy and edit the custom_rules.xml to specify the main class? As I understand my old instructions: You need to copy the custom_rules.xml, but you shouldn't need to edit it. $ cd $HELLO_APP_DIR $ ln -s $KAWA_DIR/kawa-$VERSION.jar libs/kawa.jar $ln -s $KAWA_DIR/gnu/kawa/android/custom_rules.xml . Make sure the libs/kawa.jar points to the correct file. -- --Per Bothner per@bothner.com http://per.bothner.com/