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. paraview build fail because of Qt version
Forum Updated to NodeBB v4.3 + New Features

paraview build fail because of Qt version

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
4 Posts 3 Posters 778 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 last edited by
    #1

    I'm trying to build the Paraview from source code using CMake. I did installed QT version 6.6.0 but while building the Paraview I got this error:

    CMake Warning at VTK/CMake/vtkModule.cmake:4810 (find_package):
    Found package configuration file:

    C:/Qt/6.6.0/mingw_64/lib/cmake/Qt6/Qt6Config.cmake
    

    but it set Qt6_FOUND to FALSE so package "Qt6" is considered to be NOT
    FOUND. Reason given by package:

    Failed to find required Qt component "Core5Compat".

    Expected Config file at
    "C:/Qt/6.6.0/mingw_64/lib/cmake/Qt6Core5Compat/Qt6Core5CompatConfig.cmake"
    does NOT exist

    Configuring with --debug-find-pkg=Qt6Core5Compat might reveal details why
    the package was not found.

    Configuring with -DQT_DEBUG_FIND_PACKAGE=ON will print the values of some
    of the path variables that find_package uses to try and find the package.

    Call Stack (most recent call first):
    Qt/Widgets/CMakeLists.txt:94 (vtk_module_find_package)

    CMake Error at VTK/CMake/vtkModule.cmake:4816 (message):
    Could not find the Qt6 external dependency.
    Call Stack (most recent call first):
    Qt/Widgets/CMakeLists.txt:94 (vtk_module_find_package).

    How to handle that error? i did some research and found that ParaView sadly does not officially support Qt6 for now, i didn't find the Qt version 5, what should i do

    I want to build the paraview code source in order to host it in a dockable window with c#.

    thanks in advance for your help

    JoeCFDJ 1 Reply Last reply
    0
    • M mayssaEMW

      I'm trying to build the Paraview from source code using CMake. I did installed QT version 6.6.0 but while building the Paraview I got this error:

      CMake Warning at VTK/CMake/vtkModule.cmake:4810 (find_package):
      Found package configuration file:

      C:/Qt/6.6.0/mingw_64/lib/cmake/Qt6/Qt6Config.cmake
      

      but it set Qt6_FOUND to FALSE so package "Qt6" is considered to be NOT
      FOUND. Reason given by package:

      Failed to find required Qt component "Core5Compat".

      Expected Config file at
      "C:/Qt/6.6.0/mingw_64/lib/cmake/Qt6Core5Compat/Qt6Core5CompatConfig.cmake"
      does NOT exist

      Configuring with --debug-find-pkg=Qt6Core5Compat might reveal details why
      the package was not found.

      Configuring with -DQT_DEBUG_FIND_PACKAGE=ON will print the values of some
      of the path variables that find_package uses to try and find the package.

      Call Stack (most recent call first):
      Qt/Widgets/CMakeLists.txt:94 (vtk_module_find_package)

      CMake Error at VTK/CMake/vtkModule.cmake:4816 (message):
      Could not find the Qt6 external dependency.
      Call Stack (most recent call first):
      Qt/Widgets/CMakeLists.txt:94 (vtk_module_find_package).

      How to handle that error? i did some research and found that ParaView sadly does not officially support Qt6 for now, i didn't find the Qt version 5, what should i do

      I want to build the paraview code source in order to host it in a dockable window with c#.

      thanks in advance for your help

      JoeCFDJ Offline
      JoeCFDJ Offline
      JoeCFD
      wrote on last edited by JoeCFD
      #2

      @mayssaEMW said in paraview build fail because of Qt version:

      Qt6Core5Compat

      The module Qt6Core5Compat is not installed.
      https://doc.qt.io/qt-6/qtcore5-index.html

      M 1 Reply Last reply
      0
      • JoeCFDJ JoeCFD

        @mayssaEMW said in paraview build fail because of Qt version:

        Qt6Core5Compat

        The module Qt6Core5Compat is not installed.
        https://doc.qt.io/qt-6/qtcore5-index.html

        M Offline
        M Offline
        mayssaEMW
        wrote on last edited by
        #3

        @JoeCFD thank you for response.
        I did reinstall it and add the Qt6Core5Compat module but i faced an other error during the new installation:
        Error during installation process (pyside.pyside6.660.wheels):
        Missing argument(s) "path" calling Settings with arguments "path=; method=add_array_value; key=Python/PySideWheelsRequirements; value=C:\Qt\QtForPython\6.6.0\requirements.txt".

        jsulmJ 1 Reply Last reply
        0
        • JonBJ JonB referenced this topic on
        • M mayssaEMW

          @JoeCFD thank you for response.
          I did reinstall it and add the Qt6Core5Compat module but i faced an other error during the new installation:
          Error during installation process (pyside.pyside6.660.wheels):
          Missing argument(s) "path" calling Settings with arguments "path=; method=add_array_value; key=Python/PySideWheelsRequirements; value=C:\Qt\QtForPython\6.6.0\requirements.txt".

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

          @mayssaEMW said in paraview build fail because of Qt version:

          C:\Qt\QtForPython\6.6.0

          What exactly are you installing actually?
          What did you select in the installer?
          C:\Qt\QtForPython\6.6.0 - this is not for C++ development.

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

          1 Reply Last reply
          0
          • JonBJ JonB referenced this topic on

          • Login

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