Compiling OpenJFX on OpenBSD

Turvamies IT Security Services info at turvamies.fi
Thu Aug 4 17:40:04 UTC 2016


> I edited build.gradle:

...but forgot to provide the details, so here:

build.gradle, lines 253-254:

// ext.IS_LINUX = OS_NAME.contains("linux")
ext.IS_LINUX = OS_NAME.contains("linux") || OS_NAME.contains("openbsd")

The above modification allows gradle to ALMOST build OpenJFX on
OpenBSD. The next issue to be solved is the incompatibility in g++
flags. OpenBSD's g++ man page can be found here:
http://man.openbsd.org/OpenBSD-current/man1/gcc.1

Yours,

Jyri
--
Turvamies IT Security Services


More information about the openjfx-dev mailing list