CMAKE_HOME_DIRECTORY error/warning message?
René J. V. Bertin
rjvbertin at gmail.com
Wed Mar 22 13:17:58 UTC 2017
René J.V. Bertin wrote:
> error!! QJsonObject({"cookie":"","errorMessage":"Failed to activate protocol
> version: \"CMAKE_HOME_DIRECTORY\" is set but incompatible with configured
> source directory value.","inReplyTo":"handshake","type":"error"})
It seems the message comes from CMake's cmServer.cxx, which I guess must provide
a new CMake server feature that is also responsible for messages like
unhandled message QJsonObject({"supportedProtocolVersions":
[{"isExperimental":true,"major":1,"minor":0}],"type":"hello"})
unhandled message
QJsonObject({"cookie":"","inReplyTo":"configure","message":"Could not set up the
appstream test. appstreamcli is missing.","type":"message"})
unhandled message
QJsonObject({"cookie":"","inReplyTo":"configure","progressCurrent":138,"progressMaximum":1000,"progressMessage":"Configuring","progressMinimum":0,"type":"progress"})
unhandled message
QJsonObject({"cookie":"","inReplyTo":"configure","message":"Found KF5: success
(found version \"5.32.0\") found components: CoreAddons GuiAddons ConfigWidgets
WindowSystem I18n ","type":"message"})
unhandled message
QJsonObject({"cookie":"","inReplyTo":"configure","progressCurrent":207,"progressMaximum":1000,"progressMessage":"Configuring","progressMinimum":0,"type":"progress"})
(those come from a normal project where source and build trees are real
directories with the same parent)
R.
More information about the KDevelop-devel
mailing list