https://bugs.kde.org/show_bug.cgi?id=366210
Aleix Pol changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://bugs.kde.org/show_bug.cgi?id=366210
--- Comment #3 from Albert Vaca ---
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 a
https://bugs.kde.org/show_bug.cgi?id=366210
--- Comment #2 from Harald Schugt ---
This is the complete output:
schugt@linux-c0qp:~/tmp/kdeconnect-kde-master> make
[ 0%] Automatic moc for target kdeconnectcore
[ 0%] Built target kdeconnectcore_automoc
[ 0%] Building CXX object
core/CMakeFiles/
https://bugs.kde.org/show_bug.cgi?id=366210
--- Comment #1 from Albert Vaca ---
There is no error message shown in the output you pasted.
--
You are receiving this mail because:
You are watching all bug changes.