Re: RFR: 8335880: More troubleshooting tips around windows space in path [v3]

2024-09-22 Thread SWinxy
On Tue, 16 Jul 2024 23:20:03 GMT, Chen Liang wrote: >> Context: https://mail.openjdk.org/pipermail/build-dev/2024-July/045586.html >> >> People were confused on a few details around fixing windows space names, >> including: >> 1. setshortname can report confusing error message when the director

Re: RFR: 8335880: More troubleshooting tips around windows space in path

2024-07-16 Thread SWinxy
set to, for example, `WINMVS~1` and `WINKIT~1`, >> respectively. >> Run `configure` with `--with-toolchain-path=/mnt/c/PROGRA~2/WINKIT~1/; >> /mnt/c/PROGRA~1/WINMVS~1`, or the short paths that you configured. >> (`PROGRA~1` is `Program Files`, and `PROGRA~2` is `Program Files

Re: RFR: 8335880: More troubleshooting tips around windows space in path

2024-07-16 Thread SWinxy
On Tue, 16 Jul 2024 15:38:13 GMT, Chen Liang wrote: > Context: https://mail.openjdk.org/pipermail/build-dev/2024-July/045586.html > > People were confused on a few details around fixing windows space names, > including: > 1. setshortname can report confusing error message when the directory is

Re: building the JDK on Windows using Cygwin

2024-07-12 Thread SWinxy
ort names. The script never accepted the JAVA_HOME path as being valid, so I have to put it in manually. I love Windows. SWinxy On Thu, Jul 11, 2024 at 12:42 PM Chen Liang wrote: > Hi SWinxy, > For not finding JDK, I recommend you set the %JAVA_HOME% environment > variable to your lates

Re: RFR: 8299592: Fix and reenable warnings in java.desktop native code compilation [v2]

2023-02-11 Thread SWinxy
On Fri, 20 Jan 2023 12:01:06 GMT, Daniel Jeliński wrote: >> Please review this patch that fixes and re-enables a few warnings in libawt >> compilation. >> >> Verified that debug and release builds finish successfully on Win, Mac and >> Linux. Also verified that client libs tests still pass. >