Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Clazy framework compile and install error
Forum Update on Monday, May 27th 2025

Clazy framework compile and install error

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
7 Posts 5 Posters 528 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Chris_LinLin
    wrote on last edited by
    #1

    Hi,
    This is clazy framwork project address :https://invent.kde.org/sdk/clazy#clazy-standalone-and-json-database-support
    e7788a10-3422-4563-9cbb-2f2feb57f703-image.png
    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.

    c44d5bbf-80f6-4c53-9308-911b35a5f338-image.png

    jsulmJ 1 Reply Last reply
    0
    • C Chris_LinLin

      Hi,
      This is clazy framwork project address :https://invent.kde.org/sdk/clazy#clazy-standalone-and-json-database-support
      e7788a10-3422-4563-9cbb-2f2feb57f703-image.png
      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.

      c44d5bbf-80f6-4c53-9308-911b35a5f338-image.png

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Chris_LinLin I don't see any relation to Qt, you should rather ask the Clazy framework project.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • C Offline
        C Offline
        Chris_LinLin
        wrote on last edited by
        #3

        I'm working on a qt5 to qt6 migration and this is the official qt recommended tool

        JonBJ 1 Reply Last reply
        0
        • C Chris_LinLin

          I'm working on a qt5 to qt6 migration and this is the official qt recommended tool

          JonBJ Offline
          JonBJ Offline
          JonB
          wrote on last edited by JonB
          #4

          @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.

          1 Reply Last reply
          0
          • C Offline
            C Offline
            Chris_LinLin
            wrote on last edited by
            #5

            @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.

            M 1 Reply Last reply
            0
            • C Chris_LinLin

              @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.

              M Offline
              M Offline
              mchinand
              wrote on last edited by mchinand
              #6

              Did you pull their latest source from git and try to build that? If so, try checking out the most recent tag and build that instead.

              1 Reply Last reply
              1
              • cristian-adamC Offline
                cristian-adamC Offline
                cristian-adam
                wrote on last edited by
                #7

                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.

                1 Reply Last reply
                2

                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • Search
                • Get Qt Extensions
                • Unsolved