Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. can't find the xmlpatterns executable
QtWS25 Last Chance

can't find the xmlpatterns executable

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
9 Posts 3 Posters 917 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.
  • M Offline
    M Offline
    mayssaEMW
    wrote on 25 Oct 2023, 10:42 last edited by
    #1

    Hallo guys,

    After installing the Qt6.6.0. i'm trying to install the paraview code source but i got this error

    CMake Error at CMake/ParaViewClient.cmake:575 (message):
    Cannot find the xmlpatterns executable.
    Call Stack (most recent call first):
    CMake/ParaViewPlugin.cmake:1257 (paraview_client_documentation)
    Plugins/AcceleratedAlgorithms/CMakeLists.txt:1 (paraview_add_plugin).

    how can i update the Qt installation to support the xmlpatterns

    thanks for your help

    C 1 Reply Last reply 25 Oct 2023, 10:47
    0
    • M mayssaEMW
      25 Oct 2023, 10:42

      Hallo guys,

      After installing the Qt6.6.0. i'm trying to install the paraview code source but i got this error

      CMake Error at CMake/ParaViewClient.cmake:575 (message):
      Cannot find the xmlpatterns executable.
      Call Stack (most recent call first):
      CMake/ParaViewPlugin.cmake:1257 (paraview_client_documentation)
      Plugins/AcceleratedAlgorithms/CMakeLists.txt:1 (paraview_add_plugin).

      how can i update the Qt installation to support the xmlpatterns

      thanks for your help

      C Online
      C Online
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on 25 Oct 2023, 10:47 last edited by
      #2

      QtXmlPatterns was removed in Qt6 so either use Qt5 or disable this specific feature. But this is more a Paraview question, nothing Qt can help here.

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      M 1 Reply Last reply 25 Oct 2023, 11:03
      2
      • C Christian Ehrlicher
        25 Oct 2023, 10:47

        QtXmlPatterns was removed in Qt6 so either use Qt5 or disable this specific feature. But this is more a Paraview question, nothing Qt can help here.

        M Offline
        M Offline
        mayssaEMW
        wrote on 25 Oct 2023, 11:03 last edited by
        #3

        @Christian-Ehrlicher
        thank you first for your response.
        i'm asking about Qt because the xmlpatterns related to Qt and the paraview also is based on Qt installation and versions

        C 1 Reply Last reply 25 Oct 2023, 11:06
        0
        • M mayssaEMW
          25 Oct 2023, 11:03

          @Christian-Ehrlicher
          thank you first for your response.
          i'm asking about Qt because the xmlpatterns related to Qt and the paraview also is based on Qt installation and versions

          C Online
          C Online
          Christian Ehrlicher
          Lifetime Qt Champion
          wrote on 25 Oct 2023, 11:06 last edited by
          #4

          But the paraview devs for sure know better if their app can be compiled with Qt6. I would say no since it depends on a library/executable which is not available in Qt6.

          Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
          Visit the Qt Academy at https://academy.qt.io/catalog

          M 1 Reply Last reply 25 Oct 2023, 11:18
          1
          • C Christian Ehrlicher
            25 Oct 2023, 11:06

            But the paraview devs for sure know better if their app can be compiled with Qt6. I would say no since it depends on a library/executable which is not available in Qt6.

            M Offline
            M Offline
            mayssaEMW
            wrote on 25 Oct 2023, 11:18 last edited by
            #5

            @Christian-Ehrlicher
            yes you're right,
            Could you please send me the link where can i found Qt version 5, in the official site only Qt6 is available .
            thank you for your help.

            J C 2 Replies Last reply 25 Oct 2023, 11:21
            0
            • M mayssaEMW
              25 Oct 2023, 11:18

              @Christian-Ehrlicher
              yes you're right,
              Could you please send me the link where can i found Qt version 5, in the official site only Qt6 is available .
              thank you for your help.

              J Offline
              J Offline
              JonB
              wrote on 25 Oct 2023, 11:21 last edited by JonB
              #6

              @mayssaEMW
              Have you taken the time to read ParaView's Start supporting Qt6??

              You still need to update/patch the long deprecated stuff.

              • deactivate xmlpattern since the Qt module has been long deprecated.

              Could you open to separate merge request on gitlab to fix Qt6 and WSL for ParaView ?

              Qt6 experimental support has been merged

              Also how does this new thread of yours relate to the response you have been receiving in your paraview build fail because of Qt version thread?

              1 Reply Last reply
              1
              • M mayssaEMW
                25 Oct 2023, 11:18

                @Christian-Ehrlicher
                yes you're right,
                Could you please send me the link where can i found Qt version 5, in the official site only Qt6 is available .
                thank you for your help.

                C Online
                C Online
                Christian Ehrlicher
                Lifetime Qt Champion
                wrote on 25 Oct 2023, 11:21 last edited by
                #7

                Install Qt 5.15.2 with the online installer.

                Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
                Visit the Qt Academy at https://academy.qt.io/catalog

                M 1 Reply Last reply 25 Oct 2023, 13:55
                0
                • C Christian Ehrlicher
                  25 Oct 2023, 11:21

                  Install Qt 5.15.2 with the online installer.

                  M Offline
                  M Offline
                  mayssaEMW
                  wrote on 25 Oct 2023, 13:55 last edited by
                  #8

                  @Christian-Ehrlicher
                  i only found this available

                  79a5704e-edb3-4264-9361-5efd5b623220-image.png

                  C 1 Reply Last reply 25 Oct 2023, 15:57
                  0
                  • M mayssaEMW
                    25 Oct 2023, 13:55

                    @Christian-Ehrlicher
                    i only found this available

                    79a5704e-edb3-4264-9361-5efd5b623220-image.png

                    C Online
                    C Online
                    Christian Ehrlicher
                    Lifetime Qt Champion
                    wrote on 25 Oct 2023, 15:57 last edited by
                    #9

                    Do you have a commercial account? Try to select 'Archive' to see if there is a Qt5 version available.

                    Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
                    Visit the Qt Academy at https://academy.qt.io/catalog

                    1 Reply Last reply
                    0

                    4/9

                    25 Oct 2023, 11:06

                    • Login

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