Re: libjfxmedia.so on armv6hf?

2015-03-17 Thread ngalarneau
Thank you, David, for explaining all that is involved to us desktop-types. :-) Neil From: David Hill david.h...@oracle.com To: openjfx-dev@openjdk.java.net, Date: 03/17/2015 02:40 PM Subject:Re: libjfxmedia.so on armv6hf? Sent by:openjfx-dev openjfx-dev-boun

Re: libjfxmedia.so on armv6hf?

2015-03-17 Thread David Hill
On 3/17/15, 8:04 AM, Erik De Rijcke wrote: Why are there limitations on the embedded port of javafx to begin with? Are there technical reasons for it? Quite a few actually The embedded platforms have quite a few features that make them difficult. (and I have the bruises to prove it :-)

Re: libjfxmedia.so on armv6hf?

2015-03-17 Thread Chris Newland
Sorry, I'm a bit confused: On Mon, March 16, 2015 23:14, Kevin Rushforth wrote: Media and web have not ever been supported or delivered on linux-arm. So it is possible to build libjfxmedia.so for Linux armv6hf using just what's in the rt repo? Thanks, Chris On Tue, March 17, 2015 14:46

Re: libjfxmedia.so on armv6hf?

2015-03-17 Thread Erik De Rijcke
Why didn't you target drm/kms gl approach? I realise not all platforms support this, but it would greatly extend the number of supported (embedded) platforms in a generic way. A quick google search seems to indicate that the sgx530 (BBB) has a kms driver as does the vivante (imx6). An RPi drm/kms

Re: libjfxmedia.so on armv6hf?

2015-03-17 Thread Erik De Rijcke
Why are there limitations on the embedded port of javafx to begin with? Are there technical reasons for it? If you think about it, It's arm, so it's embedded. It's x86 so it's desktop doesn't make much sense... (atom is embedded, and there are arm windows netbooks that are not). Anyway, as a

Re: libjfxmedia.so on armv6hf?

2015-03-17 Thread Kevin Rushforth
20267 When cross-compiling to armv6hf on an x86-64 Linux system using: gradle clean openZip -PCOMPILE_TARGETS=armv6hf Some of the binaries are compiled as x86-64: file build/armv6hf-sdk/rt/lib/arm/libjfxmedia.so build/armv6hf-sdk/rt/lib/arm/libjfxmedia.so: ELF 64-bit LSB shared object, x86-64

Re: libjfxmedia.so on armv6hf?

2015-03-16 Thread Kevin Rushforth
When cross-compiling to armv6hf on an x86-64 Linux system using: gradle clean openZip -PCOMPILE_TARGETS=armv6hf Some of the binaries are compiled as x86-64: file build/armv6hf-sdk/rt/lib/arm/libjfxmedia.so build/armv6hf-sdk/rt/lib/arm/libjfxmedia.so: ELF 64-bit LSB shared object, x86-64, version

Re: libjfxmedia.so on armv6hf?

2015-03-16 Thread Chris Newland
as x86-64: file build/armv6hf-sdk/rt/lib/arm/libjfxmedia.so build/armv6hf-sdk/rt/lib/arm/libjfxmedia.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=af8c5754f6a4823ecf22d707b1f604321eb57f22, not stripped Is this a simple gradle error

Re: libjfxmedia.so on armv6hf?

2015-03-16 Thread Fabrizio Giudici
On Tue, 17 Mar 2015 00:27:53 +0100, Kevin Rushforth kevin.rushfo...@oracle.com wrote: Unlikely without help from the community, given that FX itself is no longer supported on linux-arm. We currently have no plan to add such support. Quite annoying stuff. BTW, I've just read

Re: libjfxmedia.so on armv6hf?

2015-03-16 Thread Felix Bembrick
Yes Fabrizio, I agree with you. First it was iOS, then Android and now ARM. Oracle the company seem to view JavafX or their support for it as just a fancy Swing replacement to run exclusively on desktop operating systems like Windows, MacOS and Linux. But can we even trust that they will

Re: libjfxmedia.so on armv6hf?

2015-03-16 Thread Kevin Rushforth
of the binaries are compiled as x86-64: file build/armv6hf-sdk/rt/lib/arm/libjfxmedia.so build/armv6hf-sdk/rt/lib/arm/libjfxmedia.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=af8c5754f6a4823ecf22d707b1f604321eb57f22

Re: libjfxmedia.so on armv6hf?

2015-03-16 Thread Felix Bembrick
-sdk/rt/lib/arm/libjfxmedia.so build/armv6hf-sdk/rt/lib/arm/libjfxmedia.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=af8c5754f6a4823ecf22d707b1f604321eb57f22, not stripped Is this a simple gradle error or is it not currently possible to build

libjfxmedia.so on armv6hf?

2015-03-16 Thread Chris Newland
/libjfxmedia.so build/armv6hf-sdk/rt/lib/arm/libjfxmedia.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=af8c5754f6a4823ecf22d707b1f604321eb57f22, not stripped Is this a simple gradle error or is it not currently possible to build some of the JavaFX libraries