OpenFOAM / ThirdParty-7

OpenFOAM-7 third-party library compilation scripts
GNU Lesser General Public License v3.0
11 stars 18 forks source link

Error: cannot find qmake either at $QMAKE_PATH or in current $PATH #2

Open Saszalez opened 4 years ago

Saszalez commented 4 years ago

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:

ParaView-5.6.0 exists. Not downloading ...
*** Error: cannot find qmake either at $QMAKE_PATH or in current $PATH

I installed qt5 and its dependencies:

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

I have indicated the path where qmake-qt5 (/usr /lib64) is installed, but it did not work either.

ZP-Saltfish commented 3 years ago

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:

ParaView-5.6.0 exists. Not downloading ...
*** Error: cannot find qmake either at $QMAKE_PATH or in current $PATH

I installed qt5 and its dependencies:

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

I have indicated the path where qmake-qt5 (/usr /lib64) is installed, but it did not work either.

you can try following code: sudo apt install libqt5x11extras5-dev libxt-dev qt5-default qttools5-dev curl

then run ./makeParaView