我正在遵循OpenFOAM提供的构建指南,但是当我试图用以下命令编译ParaView时,出现了一个错误。
安装失败,并收到以下消息
./makeParaView
CMake Error at VTK/CMake/vtkQt.cmake:6 (message):
Expected value for VTK_QT_VERSION is '5'
Call Stack (most recent call first):
VTK/GUISupport/Qt/CMakeLists.txt:1 (include)
-- Configuring incomplete, errors occurred!
See also "/home/tyro/OpenFOAM/ThirdParty-7/build/linux64Gcc/ParaView-5.6.0/CMakeFiles/CMakeOutput.log".
See also "/home/tyro/OpenFOAM/ThirdParty-7/build/linux64Gcc/ParaView-5.6.0/CMakeFiles/CMakeError.log".发布于 2019-09-29 12:46:09
尝试安装qt5-devel并使用
./makeParaView -qmake $(which qmake-qt5)https://askubuntu.com/questions/1159904
复制相似问题