https://bugs.kde.org/show_bug.cgi?id=366210
--- Comment #3 from Albert Vaca <albertv...@gmail.com> --- It looks like you are using an (old?) compiler that doesn't support c++11 by default. You will need to add "-std=c++11 " in the CXXFLAGS parameter in Cmake to enable it. -- You are receiving this mail because: You are watching all bug changes.