Clazy framework compile and install error
-
Hi,
This is clazy framwork project address :https://invent.kde.org/sdk/clazy#clazy-standalone-and-json-database-support
I followed the build instructions to this point and got an error, I can't quite figure out how to fix this error, please help. -
Hi,
This is clazy framwork project address :https://invent.kde.org/sdk/clazy#clazy-standalone-and-json-database-support
I followed the build instructions to this point and got an error, I can't quite figure out how to fix this error, please help.@Chris_LinLin I don't see any relation to Qt, you should rather ask the Clazy framework project.
-
I'm working on a qt5 to qt6 migration and this is the official qt recommended tool
-
I'm working on a qt5 to qt6 migration and this is the official qt recommended tool
@Chris_LinLin
As may be, but it doesn't mean that Qt is responsible for issues in clazy. Just that the error looks like an issue in clazy source code with no Qt involvement, so those peeps will be better placed to know.First thing is to verify you are on the very latest version with any patches, or some previous stable version, since that error should affect other people.
-
@JonB Thanks for your answer, but I don't know where to find them, they don't have an issue option on their github. Can you tell me where to contact them.
-
@JonB Thanks for your answer, but I don't know where to find them, they don't have an issue option on their github. Can you tell me where to contact them.
-
It looks like your clazy checkout doesn't handle your llvm/clang installation.
You can get llvm 14.0.3 and clazy 1.11 from https://download.qt.io/development_releases/prebuilt/libclang/.
If you want to hack on clazy itself, you can still get the archive and compile it against it. Make sure you add
CMAKE_PREFIX_PATH=/path/to/llvm-14.0.3/
.Or you can install Qt Creator 7.0.2 and get
clazy-standalone
installed automatically.