From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 112435 invoked by alias); 18 Jan 2017 06:17:07 -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 112419 invoked by uid 89); 18 Jan 2017 06:17:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-qk0-f172.google.com Received: from mail-qk0-f172.google.com (HELO mail-qk0-f172.google.com) (209.85.220.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 18 Jan 2017 06:16:56 +0000 Received: by mail-qk0-f172.google.com with SMTP id u25so3561810qki.2 for ; Tue, 17 Jan 2017 22:16:56 -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=svVnHRIsbqhe6FVhC24CcEMwy4olNZ3RSc+oQag4rcs=; b=thjCXip5LFD3q7DWbpy8oMEI3u2mhrStv8PPwLR1+qVcvulIspD8+tvLs5dB94u9Rk 8u/k0z1k1bGCfh9JQmebuEdSPrZxJZfT/b9+D5mhk/UZGtrAT6h7pG689EzCs3llEVT5 YXrNZYZhTGzuyYluLWkJ5qMC7QXI/cQLne8hDhc1MRXYtyHMCwOLMwWHxBr3ish8ZjL2 ZhjZKqcvX3+1tWfgyKm1grfx3kJ7Q6d6MJYHGooMKYAS/izpVluaKYgLwnnhBa4dlH/N bNTAlKxTlTPTRGRI2wrIWY+tA5fVP2pijBQBUSZiTjHexQbUej4qTZN5AGxK6T/rq3wy lP2A== X-Gm-Message-State: AIkVDXLRZhFxBISSWMMV/GFd+/oOSw7VrizxWI9tdmkqhKDjk7/WQIiyzChLEF2NUrtJtSs/Go0KMEjT78VVew== X-Received: by 10.55.128.5 with SMTP id b5mr1386496qkd.319.1484720214274; Tue, 17 Jan 2017 22:16:54 -0800 (PST) MIME-Version: 1.0 Received: by 10.140.88.231 with HTTP; Tue, 17 Jan 2017 22:16:13 -0800 (PST) From: Duncan Mak Date: Wed, 18 Jan 2017 06:17:00 -0000 Message-ID: Subject: Getting kawa -w to work on OS X To: kawa mailing list Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2017-q1/txt/msg00022.txt.bz2 Hello Per, I just tried building kawa from source (using a checkout from the gitlab repo) and "kawa -w" works if I build it locally. Running it from the official binary distribution fails (https://github.com/Homebrew/homebrew-core/pull/8301#issuecomment-273030690) - this means there's something system-dependent that got baked into the JAR file? Let me know if you want to send you a copy of my repl.class. -- Duncan.