https://bugs.kde.org/show_bug.cgi?id=394518
Jazeix Johnny changed:
What|Removed |Added
Resolution|--- |FIXED
Status|CONFIRMED
https://bugs.kde.org/show_bug.cgi?id=394518
--- Comment #4 from Jazeix Johnny ---
Hi,
for cmake the issues come from the parameters you give to the command line:
"-DINCLUDE_INSTALL_DIR:PATH=/usr/include" and the related warning:
"INCLUDE_INSTALL_DIR is deprecated, use KDE_INSTALL_INCLUDEDIR inst
https://bugs.kde.org/show_bug.cgi?id=394518
Jazeix Johnny changed:
What|Removed |Added
CC||jaz...@gmail.com
Assignee|bruno.coud.
https://bugs.kde.org/show_bug.cgi?id=394518
--- Comment #3 from Bruno Friedmann ---
Hi Timothé the expanded result of our %cmake macros is the following
rpm --eval %cmake
find . -name CMakeLists.txt \
-exec sed -i -re
'/^[[:blank:]]*[sS][eE][tT][[:blank:]]*\([[:blank:]]*(CMAKE_BUILD
https://bugs.kde.org/show_bug.cgi?id=394518
anim...@gmail.com changed:
What|Removed |Added
Status|UNCONFIRMED |CONFIRMED
Ever confirmed|0
https://bugs.kde.org/show_bug.cgi?id=394518
--- Comment #1 from Bruno Friedmann ---
During build
core/ActivityInfo.cpp & ApplicationSettings.h
warning: comparison between signed and unsigned integer expressions
[-Wsign-compare]
cd /home/abuild/rpmbuild/BUILD/gcompris-qt-0.91/build/src/core &&