From bebb67e03d378a084367cc05c3d9bbb76f1d8e73 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 16 Dec 2014 20:37:15 +0000 Subject: Project::OSiRiON can now be built with Clang, use -Wno-overloaded-virtual. --- doc/installation_develop.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc') diff --git a/doc/installation_develop.html b/doc/installation_develop.html index 0cd7592..cc83ad8 100644 --- a/doc/installation_develop.html +++ b/doc/installation_develop.html @@ -147,6 +147,14 @@ ../configure --help +

+If you want to use clang, you'll need pass the -Wno-overloaded-virtual switch to the compiler, +to prevent the build from failing with a warning on the bullet header files: +

+
+ CC=clang CXX=clang++ CXXFLAGS="-Wno-overloaded-virtual" ../configure +
+

-- cgit v1.2.3