From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 59786 invoked by alias); 17 Dec 2019 06:31:08 -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 59483 invoked by uid 89); 17 Dec 2019 06:30:50 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:1181, H*c:alternative, Looking, evening X-HELO: mail-pf1-f171.google.com Received: from mail-pf1-f171.google.com (HELO mail-pf1-f171.google.com) (209.85.210.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 17 Dec 2019 06:30:48 +0000 Received: by mail-pf1-f171.google.com with SMTP id 4so6963015pfz.9 for ; Mon, 16 Dec 2019 22:30:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language; bh=50/QHSUiJZYGiuOGuYdjRtXtxRdR4teTYcdT/j2TUdw=; b=n/E4RCcJ9nFfU0ChFY72yTs6xVuXwf0oEg5qmj/wRC7IxUXaJhctgiDqO5j0nWWzjs kk4BrbVr03y4t+deaQ4+HHRZhw85Iy0AtRfhqlZ1X914MN7by5d9WqLMUVmKfwpQWuIt ej2lF+KvUIiifPQA7hIdOhCSMyZzJBgZZgO1CT/QV1Ii1Q+i4X+furKZ1+LySXnNVGLA 4xlC0unn5fZq3nsfIxn4v42geqhDc9NwsdaqOyiC2FydY7b9e7etI+dimZ2LvepkbEEO soOHFThR+X9xYG6wnqu05/xDb+idYLTo/necCbIyR8HfVY9xHl2cIjN+FLJdO/zDS/vy zWOQ== Return-Path: Received: from ?IPv6:2001:44b8:203:1200:be5f:f4ff:fef7:7bdc? (2001-44b8-0203-1200-be5f-f4ff-fef7-7bdc.static.ipv6.internode.on.net. [2001:44b8:203:1200:be5f:f4ff:fef7:7bdc]) by smtp.googlemail.com with ESMTPSA id q15sm24399740pgi.55.2019.12.16.22.30.32 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 16 Dec 2019 22:30:33 -0800 (PST) Subject: Re: building for jdk / openfx 13 (patch) To: Per Bothner , kawa@sourceware.org References: <55c6385c-84ae-439d-0336-abc41085ac82@gmail.com> <8d47a991-a45d-8028-dfac-cd08d634a5ec@gmail.com> From: Michael Zucchi Message-ID: Date: Tue, 17 Dec 2019 06:31:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2019-q4/txt/msg00017.txt.bz2 On 17/12/19 4:28 pm, Per Bothner wrote: > On 12/16/19 7:51 PM, Michael Zucchi wrote: > > Looking pretty good. > > I may not have time to try this until tomorrow evening or Wednesday. > > One thing I noticed: > >>   @example >> -$ ./configure --with-javafx=$JAVA_HOME --enable-kawa-frontend >> ...other-args... >> +$ ./configure --with-javafx-sdk=path-to-sdk ...other-args... >>   @end example > > Should this be: > > +$ ./configure --with-javafx=path-to-sdk ...other-args... Oops yes thanks.  Actually I must admit I didn't check too closely in case other changes are necessary.