Withdrawn: 8325316: Enable -pedantic -Wpedantic for gcc

2024-07-03 Thread duke
On Tue, 6 Feb 2024 09:45:07 GMT, Julian Waters wrote: > Similarly to [JDK-8325163](https://bugs.openjdk.org/browse/JDK-8325163), this > enables pedantic mode for gcc, ensuring stricter Standard conformance and > allowing for buggy and broken code previously undetectable by gcc to be caught Thi

Re: building the JDK on Windows using Cygwin

2024-07-03 Thread Anil
Thank you. Yes, the vcvars file is present in that folder. $ cygpath -d "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build" cygpath: cannot create short name of C:\Program Files\Microsoft VisualStudio\2022\Community\VC\Auxiliary\Build On Wed, Jul 3, 2024 at 2:57 AM Dan

Re: building the JDK on Windows using Cygwin

2024-07-03 Thread Daniel Jeliński
Hi Anil, Can you check what the following command prints on your machine? $ cygpath -d "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build" I assume you have this directory on your machine, and it contains a file named "vcvars64.bat" The above command should print a path w