From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14012 invoked by alias); 4 Jan 2018 21:35:33 -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 14001 invoked by uid 89); 4 Jan 2018 21:35:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-io0-f174.google.com Received: from mail-io0-f174.google.com (HELO mail-io0-f174.google.com) (209.85.223.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 04 Jan 2018 21:35:32 +0000 Received: by mail-io0-f174.google.com with SMTP id 14so3699417iou.2 for ; Thu, 04 Jan 2018 13:35:31 -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:from:date:message-id:subject:to; bh=s7OrOH850mHKY1yq4yA6hzsvsLPBE31dhB5OSE20ozU=; b=m1KB16N09iodMFiIrnYimQzbjDYvPT5CioQ4e6Afljuf6+F1B9E/1gFa3u5DBU+QBR wYaOsYtBqTKV+qiOc+WicUnAJgrhyljbJuwOV3J5a5WHC+y3kvVueu+0HjjKEHu5oRwx bLV6kIMpvIHtqKdc2ECsCjdzat3ho+dgLUZfOTw9hgaFRxx2lUiFWcXEO80EuAAGRw32 EC4n6zuPphiTAfxNNd5QZVPt9oE9vaoaDiwnuvrFHg6PKwHtu6W23cgFnDIshqHcMYt8 aofI2brVQKiBUlWMCn2jdmEwPgwX0zankCLi0S6HwPQ5B/78/ozO2C6UM9OCSud7wWgm 1Ssg== X-Gm-Message-State: AKwxyteHqWgO7hxSTYqljoPCngNWNDUHnq5vz/bMM45of37ukQnhNgqd vFUwujpAKOm9Lc28e6v7+sG6t4QxwesTnEHWD3pytdMB X-Google-Smtp-Source: ACJfBospdGzUjUMoi4+f4TQOfi9+cjUAvCNSTUu/O2hEr2ivcTj7h+nNR7CRWdfk/8yPMo3BvF54W+OY73/3bpkSulY= X-Received: by 10.107.137.96 with SMTP id l93mr702996iod.212.1515101730107; Thu, 04 Jan 2018 13:35:30 -0800 (PST) MIME-Version: 1.0 Received: by 10.79.83.129 with HTTP; Thu, 4 Jan 2018 13:34:49 -0800 (PST) From: Duncan Mak Date: Thu, 04 Jan 2018 21:35:00 -0000 Message-ID: Subject: Kawa not building on OS X from Git To: kawa mailing list Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2018-q1/txt/msg00003.txt.bz2 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: duncan@hangul:Kawa (master)$ make if test ! -e selected-java-source -o \ "%java8 +use:com.sun.net.httpserver +enable:XML -with:jline3 +use:java.awt" != "`cat selected-java-source`"; \ then /Library/Developer/CommandLineTools/usr/bin/make do-preprocess; \ fi echo "%java8 +use:com.sun.net.httpserver +enable:XML -with:jline3 +use:java.awt" >selected-java-source Making all in bin make[1]: *** No rule to make target `all'. Stop. make: *** [all-recursive] Error 1 -- Duncan.