November 13, 2018, 11:34
|
Compiling Paraview from source, QT-5 issues.
|
#1
|
Senior Member
Andrew Somorjai
Join Date: May 2013
Posts: 175
Rep Power: 13
|
What I have done is I've downloaded qt-everywhere-opensource-src-5.9.3 and compiled that inside the ThirdParty-v1806. I also compiled VTK-8.1.1 inside the same folder.
When I tried to compile qt I basically removed the version 5.9.3 from the file name qt-everywhere-opensource-src-5.9.3 (bascially leaving it as qt-everywhere-opensource-src-) so that ./makeQt will find the folder and compile it.
Now I have a folder named qt- inside of ThirdParty-v1806/build/linux64Gcc/
and ./makeParaView -qt-5.9.3 5.5.2 ends up getting an error
Code:
CMake Error at CMake/ParaViewQt.cmake:71 (find_package):
Could not find a configuration file for package "Qt5" that is compatible
with requested version "5.6".
The following configuration files were considered but not accepted:
/usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake, version: 5.5.1
/usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake, version: 5.5.1
Call Stack (most recent call first):
Qt/Widgets/CMakeLists.txt:203 (pv_find_package_qt)
-- Configuring incomplete, errors occurred!
See also "~/OpenFOAM/ThirdParty-v1806/build/linux64Gcc/ParaView-5.5.2/CMakeFiles/CMakeOutput.log".
See also "~/OpenFOAM/ThirdParty-v1806/build/linux64Gcc/ParaView-5.5.2/CMakeFiles/CMakeError.log".
I'm not sure if I should change something else in the environment because I'm afraid to make more changes.
|
|
|