Re: Build JFX-10 on linux gcc 6

2017-10-19 Thread Laurent Bourgès
Hi Kevin, As I deleted (by mistake) my former OpenJFX10, I was a bit lost ! 2017-10-19 20:40 UTC+02:00, Kevin Rushforth : > Hi Laurent, > > We don't have an easy way to suppress -Werror (no equivalent of JDK's > --disable-warnings-as-errors configure option). > > For the short term, you can edit

Re: Build JFX-10 on linux gcc 6

2017-10-19 Thread Kevin Rushforth
Hi Laurent, We don't have an easy way to suppress -Werror (no equivalent of JDK's --disable-warnings-as-errors configure option). For the short term, you can edit buildSrc/linux.gradle and remove the --Werror flags that are causing the problems. Can you file a bug to track fixing these warn