https://bugs.kde.org/show_bug.cgi?id=394518
--- Comment #4 from Jazeix Johnny <jaz...@gmail.com> --- 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 instead." Can you try to change the cmake line with the not deprecated variables? According to the documentation (https://api.kde.org/ecm/kde-module/KDEInstallDirs.html#kde-module:KDEInstallDirs), it should work the same. For the build, I'll check the warnings, they only appear when adding some options to the compiler flags (-Wall). It's "just" comparisons between unsigned and signed integer but will be still better to remove them. Johnny -- You are receiving this mail because: You are watching all bug changes.