Re: Building OpenJFX on clean install of CentOS 7

2019-10-17 Thread Michael Franz
Kevin, I updated my gcc to 8.2.0 using the steps here https://medium.com/@bipul.k.kuri/install-latest-gcc-on-centos-linux-release-7-6-a704a11d943d and was able to successfully build and run all the tests. thank you for the specific version, I will probably do the same exercise on CentOS 8

Re: Building OpenJFX on clean install of CentOS 7

2019-10-17 Thread Kevin Rushforth
Yeah, this would be helpful. I'm pretty sure we've had requests for checking other dependencies (like missing packages, etc). Failing fast with an explicit error message is almost always better than wasting time tracking down strange build failures. -- Kevin On 10/17/2019 7:23 AM, Johan Vos