Re: cannot find valid Visual Code Studio install

2020-07-14 Thread Erik Joelsson
On 2020-07-14 01:52, Ty Young wrote: Question: are Windows builds generally slower than Linux builds? It feels like building under cygwin is a bit slower, but I can't be sure. Yes, Windows builds are most definitely slower. Emulating a Unix like environment on top of Windows is inherently

Re: cannot find valid Visual Code Studio install

2020-07-14 Thread Ty Young
On 7/13/20 1:04 PM, Erik Joelsson wrote: There seems to be something with the absolute path elimination that doesn't work when the workspace is located inside the c:/cygwin64 dir. As a workaround, you can either try moving the source to a directory outside of c:/cygwin64 or run configure with

Re: cannot find valid Visual Code Studio install

2020-07-13 Thread Erik Joelsson
Filed https://bugs.openjdk.java.net/browse/JDK-8249255 /Erik On 2020-07-13 11:04, Erik Joelsson wrote: There seems to be something with the absolute path elimination that doesn't work when the workspace is located inside the c:/cygwin64 dir. As a workaround, you can either try moving the sourc

Re: cannot find valid Visual Code Studio install

2020-07-13 Thread Erik Joelsson
There seems to be something with the absolute path elimination that doesn't work when the workspace is located inside the c:/cygwin64 dir. As a workaround, you can either try moving the source to a directory outside of c:/cygwin64 or run configure with --enable-absolute-paths-in-output. I'm s

Re: cannot find valid Visual Code Studio install

2020-07-12 Thread Ty Young
On 7/10/20 7:43 AM, Erik Joelsson wrote: 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 b

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: cannot find valid Visual Code Studio install

2020-07-09 Thread Peter Levart
Don't know much about build system but the following caught my eye: On 7/10/20 12:04 AM, Ty Young wrote: c1xx: fatal error C1083: Cannot open source file: '../../../..c:/cygwin64/home/young/jdk-master/jdk-master/build/windows-x86_64-server-release/hotspot/variant-server/libjvm/objs/BUILD_LIBJVM

Re: cannot find valid Visual Code Studio install

2020-07-09 Thread Ty Young
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 source did you clone? On linux right

Re: cannot find valid Visual Code Studio install

2020-07-09 Thread Erik Joelsson
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 source did you clone? On linux right now, but I think it's because I'm using th

Re: cannot find valid Visual Code Studio install

2020-07-09 Thread Ty Young
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 source did you clone? On linux right now, but I think it's because I'm using the jextract branch of panama-foreign:

Re: cannot find valid Visual Code Studio install

2020-07-09 Thread Erik Joelsson
Could you post the full configure command and log please. This sounds weird. You should not be needing clang on Windows. Also, what source did you clone? /Erik On 2020-07-09 07:04, Ty Young wrote: On 7/9/20 7:37 AM, Erik Joelsson wrote: Hello Ty, Microsoft Visual Studio 2019 or 2017, any e

Re: cannot find valid Visual Code Studio install

2020-07-09 Thread Ty Young
On 7/9/20 7:37 AM, Erik Joelsson wrote: Hello Ty, Microsoft Visual Studio 2019 or 2017, any edition, should work. My best guess is that you skipped installing the necessary parts of it. Run the installer again, click "Modify" and make sure you have "Desktop development with C++" ticked in.

Re: cannot find valid Visual Code Studio install

2020-07-09 Thread Erik Joelsson
Hello Ty, Microsoft Visual Studio 2019 or 2017, any edition, should work. My best guess is that you skipped installing the necessary parts of it. Run the installer again, click "Modify" and make sure you have "Desktop development with C++" ticked in. /ERik On 2020-07-09 01:29, Ty Young wrot

cannot find valid Visual Code Studio install

2020-07-09 Thread Ty Young
Hopefully this is the right place. Don't shoot me if it isn't, please. I'm trying to build the JDK from Windows 10. I got so far as to configure failing on finding what it needs from the Visual Code Studio install via command line: configure: Found Visual Studio installation at /cygdrive/c/