Re: Gradle test fail; DLLS are missing (Windows 10)

2017-10-09 Thread David Bimamisa
Great, thanks! Aside: on windows 10, cmake 3.7 or later is needed to build webkit with Visual Studio 2017 generators. However, cygwin only comes with cmake 3.6. I had to install cmake 3.9 for windows ,uninstall the one provided by cygwin, and install ruby (via cygwin) Am 09.10.2017 3:03 nachm.

Re: Gradle test fail; DLLS are missing (Windows 10)

2017-10-09 Thread Kevin Rushforth
To answer your questions: * Yes it is possible to build WebKit on any of the three platforms as long as you install all of the prerequisite software. You need to pass "-PCOMPILE_WEBKIT=true" to gradle. * No, JDK 8u152 has not yet been released. It will be released on Tuesday, Oct 17. What

Re: Gradle test fail; DLLS are missing (Windows 10)

2017-10-08 Thread David Bimamisa
I'm wondering if it possible to build Webkit on Windows anyway? Just by build openJDK? Also, according to [1] JDK 8u152 has been already released. 1. http://jdk.java.net/8/ 2. http://openjdk.java.net/projects/jdk8u/ Regards 2017-09-26 22:59 GMT+02:00 Kevin Rushforth

Re: Gradle test fail; DLLS are missing (Windows 10)

2017-09-26 Thread Kevin Rushforth
I presume you aren't building WebKit? If not, then you will have a mismatch between the Java .class files and the native library. Possible solutions are: 1) Build WebKit yourself 2) Avoid running WebView tests 3) Wait for 3 weeks until JDK 8u152 is released (at which time the .class files

Re: Gradle test fail; DLLS are missing (Windows 10)

2017-09-26 Thread David Bimamisa
Now I'm having issues when running unit tests of the webkit module. :web:test # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc005) at pc=0x69c6f73d, pid=8240, tid=0x337c # # JRE version: Java(TM) SE Runtime

Re: Gradle test fail; DLLS are missing (Windows 10)

2017-09-26 Thread David Bimamisa
Hi all, I solve this problem after stumbling over the following comments in the *buildSrc/genVSproperties.bat* file: *"The current officially supported Visual Studio version is 15.0 * *Handling of 11.0 and 14.0 is excluded here"* Thus, installing Visual Studio 2017 (VS 15.0) on the Windows 10

Gradle test fail; DLLS are missing (Windows 10)

2017-09-25 Thread David Bimamisa
Hi all, I'm trying to build OpenJFX-8u on a Windows 10 machine and I stuck in the test task of the fxpackager module. I'm getting the following exception: com.oracle.tools.packager.APITest > testRuntimes FAILED java.lang.RuntimeException: Not found MSVC dlls at