<div dir="ltr">Hi,<br><div><br></div><div>I get some compilation errors when building JavaFX on Ubuntu 16.04, which seems related to the newly introduced Platform preferences API.</div><div><br></div><div>Should we bother to make it work?</div><div><br></div><div>In file included from /home/tsayao/jose/jfx/modules/javafx.graphics/src/main/native-glass/gtk/GlassApplication.cpp:45:0:<br>/home/tsayao/jose/jfx/modules/javafx.graphics/src/main/native-glass/gtk/PlatformSupport.h:30:7: error: override controls (override/final) only available with -std=c++11 or -std=gnu++11 [-Werror]<br> class PlatformSupport final<br>       ^<br>/home/tsayao/jose/jfx/modules/javafx.graphics/src/main/native-glass/gtk/PlatformSupport.h:35:47: error: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [-Werror]<br>     PlatformSupport(PlatformSupport const&) = delete;<br>                                               ^<br>/home/tsayao/jose/jfx/modules/javafx.graphics/src/main/native-glass/gtk/PlatformSupport.h:36:58: error: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [-Werror]<br>     PlatformSupport& operator=(PlatformSupport const&) = delete;<br></div><div><br></div><div><br></div><div>-- Thiago.</div></div>