|
[Sponsors] |
[OpenFOAM.org] Qt and Gcc errors while installing OF-4.0 on CentOS 6.10 HPC |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 20, 2018, 09:54 |
Qt and Gcc errors while installing OF-4.0 on CentOS 6.10 HPC
|
#1 |
New Member
So Anon
Join Date: Jun 2014
Posts: 28
Rep Power: 12 |
Hello all,
I am trying to install OF-4.0 on the HPC which runs CentOS 6.10 by following the instructions given here: https://openfoamwiki.net/index.php/I...CentOS_SL_RHEL (although it is given for CentOS 6.8) 1. I get the following error in makeGcc log Code:
xgcc: error trying to exec 'cc1': execvp: No such file or directory Code:
Project ERROR: Package gstreamer-app-0.10 not found make[1]: *** [WebCore/Makefile.WebKit] Error 2 make[1]: *** Waiting for unfinished jobs.... Project ERROR: Package gstreamer-app-0.10 not found make[1]: *** [WebKit/qt/Makefile.WebKit.QtWebKit] Error 2 make[1]: Leaving directory `/cfd/honel/OpenFOAM/ThirdParty-4.0/build/linux64Gcc/qt-everywhere-opensource-src-4.8.6/src/3rdparty/webkit/Source' make: *** [sub-webkit-make_default-ordered] Error 2 real 7m37.089s user 44m56.011s sys 2m55.868s Error building: Qt-4.8.6 Code:
---- Python information: executable : /usr/bin/python version : 2.6 include path : /usr/include/python2.6 library : /usr/lib64/libpython2.6.so.1.0 qmake not found under specified QMAKE_PATH QMAKE_PATH=/cfd/honel/OpenFOAM/ThirdParty-4.0/platforms/linux64Gcc/qt-4.8.6/bin/qmake leaving unspecified |
|
September 20, 2018, 17:45 |
Missing Compilers
|
#2 |
Member
Peter Brady
Join Date: Apr 2014
Location: Sydney, NSW, Australia
Posts: 54
Rep Power: 12 |
Hi,
cc1 and qmake are compilers being part of the GCC and QT projects respecitvely. The errors suggest to me one of two things:
So, suggestions are to check the paths to ensure the compilers are installed and available, otherwise make sure to install the required compilers. Hope that helps, -pete |
|
|
|