KDStateMachineEditor
KDStateMachineEditor copied to clipboard
Can't compil...
Hy!
I try to build KDStateMachineEditor since a week now and it's driving me completely silly...
OS = Debian stable up to date. My knowledge about cmake: just after 0...
I've solved every dependencies, even the R one (the solution was to create a link named R.pc pointing to libR.pc in /usr/lib/pkgconfig/).
At "config" step, cmake tells me:
-- The following OPTIONAL packages have not been found:
* Qt6QmlCompilerPlusPrivate
* Qt6Core5Compat (required version >= 6.1.0), Qt6-Qt5 compatibility module
Needed for the layoutinformation unit test
Therefore, I do have Qt6Core5Compat installed. But I can't find Qt6QmlCompilerPlusPrivate, even on Internet. But it doesn't seems to be so important. So I go on.
At the "generate" cmake step, cmake crashes:
CMake Error: install(EXPORT "KDSME_TARGETS" ...) includes target "gvc" which requires target "util" that is not in any export set.
CMake Error: install(EXPORT "KDSME_TARGETS" ...) includes target "cgraph" which requires target "util" that is not in any export set.
CMake Error: install(EXPORT "KDSME_TARGETS" ...) includes target "common" which requires target "util" that is not in any export set.
Generating done
This time I don't know what to do. As I don't know cmake so much, I can't find were the bug is.