> 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