Re: Error on build

2017-12-03 Thread Michael Ennen
;>>>> > >>>>> > VS 2017 Professional is now required to build OpenJFX. >>>>> > >>>>> >> >>>>> > Ahh I see. I am sure it needs every bit of power offered by the >>>>> > professional version of Micr

Re: Error on build

2017-10-08 Thread javafx
s NativeCompileTask.compile() >>> >>> >>> This is with Windows 10, VS10 Express, WinSDK 7.1, and DirectX June >>> 2010. >>> >>> >>> buildSrc/win.gradle has hardcoded paths to VS2017 Professional so I'm >>> guessing the devs

Re: Error on build

2017-10-08 Thread David Bimamisa
ould >>> >> work as long as you don't build media or webkit (they aren't built by >>> >> default). >>> >> >>> >> -- Kevin >>> >> >>> >> >>> >> [1] https://bugs.openjdk.java.net/browse/JDK-8187366 &

Re: Error on build

2017-10-06 Thread javafx
, and DirectX June >>> 2010. >>> >>> >>> buildSrc/win.gradle has hardcoded paths to VS2017 Professional so I'm >>> guessing the devs who wrote this build script have got it working on a >>> more modern build environment than the one described i

Re: Error on build

2017-10-05 Thread David Bimamisa
;> > >>> > >>> Hardcoding got me past this one: > >>> > >>> > >>> def WINDOWS_SDK_DIR="..." above the check. > >>> > >>> Next error I'm hitting is NativeCompileTask.compile() > >>> > >>> > >>

Re: Error on build

2017-10-04 Thread Chris Newland
> >>> >>> buildSrc/win.gradle has hardcoded paths to VS2017 Professional so I'm >>> guessing the devs who wrote this build script have got it working on a >>> more modern build environment than the one described in the docs. >>> >>> Will po

Re: Error on build

2017-10-04 Thread David Bimamisa
>> buildSrc/win.gradle has hardcoded paths to VS2017 Professional so >> I'm >> guessing the devs who wrote this build script have got it working on >> a >> more modern build environment than the one described in the docs. >> >> Will post here if I can get it to bu

Re: Error on build

2017-10-03 Thread javafx
n Tue, October 3, 2017 02:14, jav...@use.startmail.com wrote: Hi again ! Well I was able to track down the source of the error I am receiving from the gradle build. Unfortunately, the error persists, which is a bit of a mystery. Maybe a gradle maven can enlighten me here. For some reason, this

Re: Error on build

2017-10-03 Thread javafx
m receiving from the gradle build. Unfortunately, the error persists, which is a bit of a mystery. Maybe a gradle maven can enlighten me here. For some reason, this line on line 90-91 of win.gradle is throwing the exception, although I can prove it ought not to: if (WINDOWS_SDK_DIR == null ||

Re: Error on build

2017-10-03 Thread Kevin Rushforth
I can get it to build. Cheers, Chris On Tue, October 3, 2017 02:14, jav...@use.startmail.com wrote: Hi again ! Well I was able to track down the source of the error I am receiving from the gradle build. Unfortunately, the error persists, which is a bit of a mystery. Maybe a gradle maven can enlight

Re: Error on build

2017-10-03 Thread javafx
uild script have got it working on a more modern build environment than the one described in the docs. Will post here if I can get it to build. Cheers, Chris On Tue, October 3, 2017 02:14, jav...@use.startmail.com wrote: Hi again ! Well I was able to track down the source of the error I am receiving

Re: Error on build

2017-10-03 Thread Chris Newland
> > > Well I was able to track down the source of the error I am receiving > from the gradle build. Unfortunately, the error persists, which is a bit of > a mystery. Maybe a gradle maven can enlighten me here. > > For some reason, this line on line 90-91 of win.gradle is throwi

Re: Error on build

2017-10-02 Thread javafx
Hi again ! Well I was able to track down the source of the error I am receiving from the gradle build. Unfortunately, the error persists, which is a bit of a mystery. Maybe a gradle maven can enlighten me here. For some reason, this line on line 90-91 of win.gradle is throwing the exception

Error on build

2017-09-28 Thread javafx
Hi All, New member to this group. I am encountering a little trouble  when I try to build OpenJFX. I am following the instructions here: (using Cygwin on Win 7): https://wiki.openjdk.java.net/display/OpenJFX/Building+OpenJFX When I run gradle after cloning the OpenJFX repository, I get a