From cbdcaff914df208deefec4f5ff3a42f32e081a85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Tue, 19 Apr 2011 09:27:49 +0200 Subject: Don't build C++0x EchoBot on Linux for now. diff --git a/Documentation/SwiftenDevelopersGuide/Examples/EchoBot/SConscript b/Documentation/SwiftenDevelopersGuide/Examples/EchoBot/SConscript index 036b29d..c6349bd 100644 --- a/Documentation/SwiftenDevelopersGuide/Examples/EchoBot/SConscript +++ b/Documentation/SwiftenDevelopersGuide/Examples/EchoBot/SConscript @@ -16,7 +16,9 @@ if env["PLATFORM"] == "win32" : cpp0x = True else : if env["CCVERSION"].split(".") >= ["4", "5", "0"] : - cpp0x = True + # Temporarily disabling c++0x mode because of problems with boost::thread + # on some platforms + #cpp0x = True cpp0x_env.Replace(CXXFLAGS = [flag for flag in env["CXXFLAGS"] if flag != "-Werror"]) cpp0x_env.Append(CXXFLAGS = ["-std=c++0x"]) if cpp0x : -- cgit v0.10.2-6-g49f6