From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28804 invoked by alias); 4 Jan 2018 21:39: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 28789 invoked by uid 89); 4 Jan 2018 21:39:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,KAM_SHORT,RCVD_IN_DNSWL_LOW,SPF_PASS,URIBL_BLACK autolearn=no version=3.3.2 spammy=among 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 ESMTP; Thu, 04 Jan 2018 21:39:26 +0000 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1eXDES-0003WS-F7; Thu, 04 Jan 2018 22:39:24 +0100 Received: from 70-36-239-2.dsl.dynamic.fusionbroadband.com ([70.36.239.2] helo=localhost.localdomain) by mailfront10.runbox.com with esmtpsa (uid:757155 ) (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.82) id 1eXDEB-0002Nt-F1; Thu, 04 Jan 2018 22:39:07 +0100 Subject: Re: Kawa not building on OS X from Git To: Duncan Mak , kawa mailing list References: From: Per Bothner Message-ID: Date: Thu, 04 Jan 2018 21:39:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 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: 2018-q1/txt/msg00004.txt.bz2 On 01/04/2018 01:34 PM, Duncan Mak wrote: > Hello, > > I'm trying to build a clean tree of Kawa from git. > > After running "./configure", I see this error: > > configure: creating ./config.status > config.status: error: cannot find input file: `Makefile.in' > configure: error: ./configure failed for bin > > and then make fails also: Did you run automake? The instructions say to run ./autogen.sh which (among other things) runs automake: https://www.gnu.org/software/kawa/Source-distribution.html#Build-Kawa-using-configure-and-make -- --Per Bothner per@bothner.com http://per.bothner.com/