|
[Sponsors] |
[OpenFOAM.org] Error: cannot find qmake either at $QMAKE_PATH or in current $PATH |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 14, 2020, 12:14 |
Error: cannot find qmake either at $QMAKE_PATH or in current $PATH
|
#1 |
New Member
Join Date: Jul 2020
Posts: 2
Rep Power: 0 |
I have CentOS 7.8.2003 installed. I am trying to compile with Intel compilers, version 18.0.5 20180823. When I run ./makeParaView the following message is printed:
Code:
ParaView-5.6.0 exists. Not downloading ... *** Error: cannot find qmake either at $QMAKE_PATH or in current $PATH Code:
Instalando: qt5-qtbase-devel x86_64 5.9.7-2.el7 base 3.9 M Instalando para las dependencias: cups-libs x86_64 1:1.6.3-43.el7 base 358 k glx-utils x86_64 8.3.0-10.el7 base 34 k pcre2-utf16 x86_64 10.23-2.el7 base 189 k qt5-qtbase x86_64 5.9.7-2.el7 base 3.3 M qt5-qtbase-common noarch 5.9.7-2.el7 base 26 k qt5-qtbase-gui x86_64 5.9.7-2.el7 base 5.2 M qt5-rpm-macros noarch 5.9.7-2.el7 base 27 k xcb-util x86_64 0.4.0-2.el7 base 16 k xcb-util-image x86_64 0.4.0-2.el7 base 15 k xcb-util-keysyms x86_64 0.4.0-1.el7 base 10 k xcb-util-renderutil x86_64 0.3.9-3.el7 base 12 k xcb-util-wm x86_64 0.4.1-5.el7 base 25 k |
|
July 16, 2020, 03:29 |
|
#2 |
Member
Join Date: Mar 2016
Posts: 33
Rep Power: 10 |
The actual command is qmake-qt5 but OpenFoam uses "qmake" in scripts. So, a soft link will fix the error.
You have to run the following commands too: Code:
yum install qt5-qtbase-devel.x86_64 cmake3.x86_64 libXt-devel.x86_64 qt5-qtx11extras-devel.x86_64 qt5-qttools-devel.x86_64 qt-devel.x86_64 ln -s /usr/bin/qmake-qt5 /usr/bin/qmake ln -s /usr/bin/cmake3 /usr/bin/cmake |
|
July 17, 2020, 07:04 |
|
#3 |
New Member
Join Date: Jul 2020
Posts: 2
Rep Power: 0 |
The solution worked perfectly.
Thank you very much. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[OpenFOAM.org] Error: cannot find qmake either at $QMAKE_PATH or in current $PATH | achinta | OpenFOAM Installation | 6 | June 8, 2012 18:37 |
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 |