From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 43677 invoked by alias); 7 Jan 2018 18:22:13 -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 43661 invoked by uid 89); 7 Jan 2018 18:22:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_PASS,URIBL_BLACK autolearn=no version=3.3.2 spammy=servlet, awk, mak, H*Ad:U*kawa X-HELO: mail-io0-f180.google.com Received: from mail-io0-f180.google.com (HELO mail-io0-f180.google.com) (209.85.223.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 07 Jan 2018 18:22:10 +0000 Received: by mail-io0-f180.google.com with SMTP id 14so10727159iou.2 for ; Sun, 07 Jan 2018 10:22:10 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=b1iY/wfiN1Nm8dNAa60cO5BeNSl1LQPUBo6AMW1H3Lo=; b=WVGiN0WVEyIy7+VydSJsLgtYQnqUjEES5OJps0jrJhIkpFjWWhW/+4M8wPCzghUZdX CXHSHXcVtn3V/YKpeVqpsuH+GeUrTIABKbOlm5tIstxWDQvUGm2nacuwpQCxszrDhocU UyjDIOAVjH2QM3OIgCKlh78T712UV5kIWXkBlN26J6/BfnVeESIv9cM4iCSoYcq4857y 6CvFqJvx6agooKZxgBmlneKBonmdKfxZOrkCBs72gaILtkDltvtDJCK/2x7r22yQ0d0R ZVS/mP6A3lRFdd2s/IMaXAfU6AzLnX6J1sGGVOwBLIvQmvsTb5qTmxCRMYlKL3vlzwpU 4c1g== X-Gm-Message-State: AKGB3mIa3t1WK5rHblYYELoeWcdBj4IUy4RFDubpSXTEfgb4a0tzcL7O jmN1yfRs8L4Tk7vVrvkQIhdstFJtFGGiBfnOKo0= X-Google-Smtp-Source: ACJfBov5UnqKawe7ipVLgVw2rcdMFVQ/jPtQtWjfM9n2axHqnf3LO0ov5PS+NZ2BFi4UF5CWwEMx3jfmjZ1oGaMIZP8= X-Received: by 10.107.1.5 with SMTP id 5mr9588968iob.221.1515349328707; Sun, 07 Jan 2018 10:22:08 -0800 (PST) MIME-Version: 1.0 Received: by 10.79.83.129 with HTTP; Sun, 7 Jan 2018 10:21:28 -0800 (PST) In-Reply-To: References: From: Duncan Mak Date: Sun, 07 Jan 2018 18:22:00 -0000 Message-ID: Subject: Re: Kawa not building on OS X from Git To: Per Bothner Cc: kawa mailing list Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2018-q1/txt/msg00005.txt.bz2 I tried running autogen.sh, but there might be some path issues: duncan@furigana:~/git/Kawa (master)$ ./autogen.sh configure.ac:11: error: required file '../compile' not found configure.ac:11: 'automake --add-missing' can install 'compile' duncan@furigana:~/git/Kawa (master)$ automake --add-missing duncan@furigana:~/git/Kawa (master)$ ./autogen.sh configure.ac:11: error: required file '../compile' not found configure.ac:11: 'automake --add-missing' can install 'compile' duncan@furigana:~/git/Kawa (master)$ ./configure checking whether to enable maintainer-specific portions of Makefiles... yes checking build system type... x86_64-apple-darwin16.7.0 checking host system type... x86_64-apple-darwin16.7.0 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether ln -s works... yes checking for Posix find command... /usr/bin/find checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating bin/kawa config.status: creating Makefile config.status: creating gnu/bytecode/Makefile config.status: creating gnu/Makefile config.status: creating gnu/kawa/servlet/Makefile config.status: creating gnu/brl/Makefile config.status: creating gnu/kawa/brl/Makefile config.status: creating kawa/lib/Makefile config.status: creating gnu/kawa/slib/Makefile config.status: creating gnu/commonlisp/lisp/Makefile config.status: creating gnu/commonlisp/testsuite/Makefile config.status: creating gnu/jemacs/lisp/Makefile config.status: creating gnu/jemacs/testsuite/Makefile config.status: creating gnu/q2/testsuite/Makefile config.status: creating gnu/xquery/testsuite/Makefile config.status: creating gnu/kawa/android/Makefile config.status: creating gnu/kawa/javafx/Makefile config.status: creating doc/Makefile config.status: creating testsuite/Makefile config.status: creating bin/kawa.bat config.status: creating bin/qexo config.status: linking testsuite/scribble.html.in to testsuite/scribble.html === configuring in bin (/Users/duncan/git/Kawa/bin) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' --cache-file=/dev/null --srcdir=. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./../install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... x86_64-apple-darwin16.7.0 checking host system type... x86_64-apple-darwin16.7.0 checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking dependency style of gcc... (cached) gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking dependency style of g++... (cached) gcc3 checking for add_history in -lhistory... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: error: cannot find input file: `Makefile.in' configure: error: ./configure failed for bin On Thu, Jan 4, 2018 at 4:39 PM, Per Bothner wrote: > 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/ -- Duncan.