On Sat, 9 Jan 2021 09:22:40 GMT, David Holmes wrote:
>> Yasumasa Suenaga has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Refactoring
>
> I _think_ this is right but to be honest the multitude of variables adds to
> the confusion for me.
> I ran configure script on WSL 1, but it failed as below:
>
> $ bash configure --enable-debug --with-boot-jdk=/mnt/d/Java/jdk-15.0.1
>
> :
>
> configure: Found potential Boot JDK using configure arguments
> configure: The command for java_to_test, which resolves as
> "/mnt/d/Java/jdk-15.0.
On 9/01/2021 11:33 pm, Yasumasa Suenaga wrote:
On Sat, 9 Jan 2021 09:21:20 GMT, David Holmes wrote:
Yasumasa Suenaga has updated the pull request incrementally with one additional
commit since the last revision:
Refactoring
make/scripts/fixpath.sh line 155:
153: if [[ $? -ne 0 ]];
On Sat, 9 Jan 2021 09:21:20 GMT, David Holmes wrote:
>> Yasumasa Suenaga has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Refactoring
>
> make/scripts/fixpath.sh line 155:
>
>> 153: if [[ $? -ne 0 ]]; then
>> 154: unixpath="$un
On Sat, 9 Jan 2021 02:02:12 GMT, Yasumasa Suenaga wrote:
>> I ran configure script on WSL 1, but it failed as below:
>>
>> $ bash configure --enable-debug --with-boot-jdk=/mnt/d/Java/jdk-15.0.1
>>
>> :
>>
>> configure: Found potential Boot JDK using configure arguments
>> configure: The co