|
[Sponsors] |
[OpenFOAM.com] makeParaView fails with Could NOT find Qt5Help with ThirdParty-2206 |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 4, 2022, 12:48 |
makeParaView fails with Could NOT find Qt5Help with ThirdParty-2206
|
#1 |
New Member
Join Date: Oct 2022
Posts: 1
Rep Power: 0 |
We have Qt 5.15.2 installed as a module and loaded at
Code:
/opt/Qt/5.15.2 Code:
./makeParaView -cmake -qmake -qt-5.15.2 Code:
-- Could NOT find Qt5Help (missing: Qt5Help_DIR) CMake Warning at VTK/CMake/vtkModule.cmake:4365 (find_package): Found package configuration file: /usr/lib64/cmake/Qt5/Qt5Config.cmake but it set Qt5_FOUND to FALSE so package "Qt5" is considered to be NOT FOUND. Reason given by package: Failed to find Qt5 component "Help" config file at "/usr/lib64/cmake/Qt5Help/Qt5HelpConfig.cmake" Call Stack (most recent call first): Qt/Widgets/CMakeLists.txt:117 (vtk_module_find_package) CMake Error at VTK/CMake/vtkModule.cmake:4371 (message): Could not find the Qt5 external dependency. Call Stack (most recent call first): Qt/Widgets/CMakeLists.txt:117 (vtk_module_find_package) Code:
/usr/lib64/cmake/Qt5/Qt5Config.cmake Code:
CMake Error at /usr/lib64/cmake/Qt5Core/Qt5CoreConfigVersion.cmake:2 (set): Maximum recursion depth of 1000 exceeded Call Stack (most recent call first): /usr/lib64/cmake/Qt5Help/Qt5HelpConfig.cmake:28 (find_package) Code:
Qt5_DIR=/opt/Qt/5.15.2/gcc_64/lib/cmake/Qt5 |
|
May 8, 2024, 18:21 |
|
#2 |
New Member
Join Date: Sep 2018
Posts: 9
Rep Power: 8 |
I realize this is a bit late, but this might be able to help you:
https://gitlab.kitware.com/paraview/...f092f7b21ad474 Essentially it seems you need to install a bit of different dependencies since 22.04 where qt5-default no longer exists. For 22.04: Code:
sudo apt-get install git cmake build-essential libgl1-mesa-dev libxt-dev libqt5x11extras5-dev libqt5help5 qttools5-dev qtxmlpatterns5-dev-tools libqt5svg5-dev python3-dev python3-numpy libopenmpi-dev libtbb-dev ninja-build qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools |
|
Tags |
cmake, paraview, qt5 |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
CFX problem in ubuntu (linux) | Vigneshramaero | CFX | 0 | July 13, 2012 11:22 |
CFX-Pre problem, pls help!!! | cth_yao | CFX | 0 | February 17, 2012 01:52 |
OpenFOAM 1.6-ext git installation on Ubuntu 11.10 x64 | Attesz | OpenFOAM Installation | 45 | January 13, 2012 13:38 |
Problem Building OF on Centos cluster (no admin rights) | CKH | OpenFOAM Installation | 5 | November 13, 2011 07:32 |
Errors running allwmake in OpenFOAM141dev with WM_COMPILE_OPTION%3ddebug | unoder | OpenFOAM Installation | 11 | January 30, 2008 21:30 |