Re: cannot find valid Visual Code Studio install

2020-07-10 Thread Erik Joelsson
On 2020-07-09 15:04, Ty Young wrote: On 7/9/20 3:20 PM, Erik Joelsson wrote: On 2020-07-09 12:56, Ty Young wrote: On 7/9/20 9:22 AM, Erik Joelsson wrote: Could you post the full configure command and log please. This sounds weird. You should not be needing clang on Windows. Also, what s

Re: RFR: JDK-8248158 Configure fails with autoconf not found even though it's installed

2020-07-10 Thread Galder Zamarreno
Hi again, I've got a new webrev for this: http://cr.openjdk.java.net/~sgehwolf/webrevs/JDK-8248158/02/webrev/ It further expands `type -p` to replace `command -v` uses. It also replaces $WHICH usages and removes the check for `which` as well. I tried Simon's suggestions, but getting that right c

RFR: JDK-8249195: Change to Xcode 11.3.1 for building on Macos at Oracle

2020-07-10 Thread Erik Joelsson
Please review this change which changes the compiler version used to build for Macos at Oracle to Xcode 11.3.1. Bug: https://bugs.openjdk.java.net/browse/JDK-8249195 Webrev: http://cr.openjdk.java.net/~erikj/8249195/webrev.01/index.html /Erik

Re: RFR: JDK-8249195: Change to Xcode 11.3.1 for building on Macos at Oracle

2020-07-10 Thread Magnus Ihse Bursie
On 2020-07-10 19:33, Erik Joelsson wrote: Please review this change which changes the compiler version used to build for Macos at Oracle to Xcode 11.3.1. Bug: https://bugs.openjdk.java.net/browse/JDK-8249195 Webrev: http://cr.openjdk.java.net/~erikj/8249195/webrev.01/index.html Looks good to