RE: AudioClip Missing glib-lite.dll

2018-11-06 Thread carl
dev@openjdk.java.net Subject: Re: AudioClip Missing glib-lite.dll When you say "OpenJFX 8u202-b02" I'm assuming that you mean a local build of FX 8u-dev using the 8u202-b02 tag? You don't need to compile webkit, but you do need to compile media (which is also not built by default). To compile media yo

Re: AudioClip Missing glib-lite.dll

2018-11-06 Thread Kevin Rushforth
When you say "OpenJFX 8u202-b02" I'm assuming that you mean a local build of FX 8u-dev using the 8u202-b02 tag? You don't need to compile webkit, but you do need to compile media (which is also not built by default). To compile media you need to run: gradle -PCOMPILE_MEDIA=true ... -- Kevin