[kdeconnect] [Bug 366210] Source Compiling stops with error

2018-01-16 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=366210 Aleix Pol changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[kdeconnect] [Bug 366210] Source Compiling stops with error

2016-07-29 Thread Albert Vaca via KDE Bugzilla
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

[kdeconnect] [Bug 366210] Source Compiling stops with error

2016-07-29 Thread Harald Schugt via KDE Bugzilla
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/

[kdeconnect] [Bug 366210] Source Compiling stops with error

2016-07-29 Thread Albert Vaca via KDE Bugzilla
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.