Compiling with Visual Studio 2017

2018-10-19 Thread carl
I tried replacing the win.gradle from the 8.0-b132 with the file from the tip. In that case, I got a "WINSDK_DIR" not defined error. Does anyone build openjfx 8 with 2017 or is everyone using the older VS for the backports? DirectX gave me an error when I tried to install the 2010 SDK. Are the DirectX APIs embedded in VS now? Thanks, Carl

RE: Compiling with Visual Studio 2017

2018-10-19 Thread carl
the version 14.15.26706 from here. It’s the only subfolder on my system. C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Redist\MSVC -Carl From: Nir Lisker Sent: Friday, October 19, 2018 1:31 PM To: c...@bekwam.com Cc: openjfx-dev@openjdk.java.net Mailing Subject:

Compiling OpenJFX 8

2018-10-19 Thread carl
cle's JDK 1.8.0_191. I'll probably make more headway with the current Microsoft tools and a more recent version. Thanks, Carl

RE: Compiling OpenJFX 8

2018-10-19 Thread carl
Thanks Stephen. I’d be happy to be an early adopter/tester or to help with documentation and blog posts. -Carl From: Stephen Fitch Sent: Friday, October 19, 2018 10:49 PM To: c...@bekwam.com; openjfx-dev@openjdk.java.net Subject: Re: Compiling OpenJFX 8 Hi Carl, As FYI we are getting

openjfx.io Down?

2018-10-23 Thread carl
Hi, This is giving me a 404 this morning (October 23, 2018 07:30 EDT). -Carl

Re: openjfx.io Down?

2018-10-23 Thread carl
This is working for me now. There was a problem with the CNAME earlier. -Carl

Re: Problems building openjfx

2018-10-31 Thread carl
I've been pulling the latest and building successfully on Windows for the past week. Here's a supplement to the official docs. https://courses.bekwam.net/public_tutorials/bkcourse_building_openjfx_8_win. html -Carl

RE: Problems building openjfx

2018-11-01 Thread carl
I’ve just been compiling 8 for Windows since I can get 11 from openjfx.io. I’m going to compile 8 for the Mac and Linux in the next week or two. I’ll post my notes again for these platforms. -Carl From: Johan Vos Sent: Thursday, November 1, 2018 6:58 AM To: Nir Lisker ; Carl Walker

AudioClip Missing glib-lite.dll

2018-11-06 Thread carl
endencies like cmake but not any actual commands or Gradle tasks. If I switch to the Oracle JDK 8u192, the code works. There is a glib-lite.dll in the Oracle jre\bin folder. Thanks, Carl clipMap.put( "0", new AudioClip(f.toURI().toString())); Caused by: java.lang.Un

RE: AudioClip Missing glib-lite.dll

2018-11-06 Thread carl
. I tried setting DXSDK_DIR but that didn't affect the path listed above. I don't have a \Program Files\Microsoft SDKs\Windows folder so I'm not sure where that path is coming from. -Carl -Original Message- From: Kevin Rushforth Sent: Tuesday, November

Gradle File Rename Error in 8u Dev Build

2018-11-08 Thread carl
Hi, I was wondering if anyone's solved a renaming error I get when I run gradle. I have a reliable workaround which is to delete the file prior to running gradle. > Unable to rename old file (D:\hg\rt\build\sdk\rt\lib\ext\jfxrt.jar) to temporary file Thanks in advance, Carl

RE: Gradle File Rename Error in 8u Dev Build

2018-11-08 Thread carl
Hi, No open files and I've tried a few variations of gradle with and without the daemon. I can issue a quick rm following the failed gradle so I don't think there's contention. -Carl -Original Message- From: Kevin Rushforth Sent: Thursday, November 8, 2018

COMPILE_MEDIA Error on 8udev - DirectShow Question

2018-11-08 Thread carl
les like dshow.h in my hard drvie, but I don't have a BaseClasses folder. Has anyone compiled media with a recent VSS or are most people compiling against residual artifacts from a while ago? Thanks, Carl

RE: COMPILE_MEDIA Error on 8udev - DirectShow Question

2018-11-08 Thread carl
against the Windows 10 SDK or is everyone still on 7? -Carl From: Artur Khusainov Sent: Thursday, November 8, 2018 1:21 PM To: c...@bekwam.com Cc: openjfx-dev@openjdk.java.net Subject: Re: COMPILE_MEDIA Error on 8udev - DirectShow Question Hi, Try installing this: https

RE: COMPILE_MEDIA Error on 8udev - DirectShow Question

2018-11-08 Thread carl
uld I try to install this as well from here? https://www.microsoft.com/en-us/download/details.aspx?id=17851 Is it possible to compile and link against the Windows 10 SDK or is everyone still on 7? -Carl From: Artur Khusainov mailto:turik...@gmail.com> > Sent: Thursday, Nov

Re: Building on windows

2019-08-05 Thread Tasha CARL
"Windows Kits/10/Bin//rc.exe" is tool form the Windows SDK. I did not try a built myself, but it might be very well needed to build the platform specific binaries. https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk Hope this helps. Nat On Mon, 5 Aug 2019, at 3:28 AM, Thia