- This topic has 5 replies, 2 voices, and was last updated 8 years, 5 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forum › SOFA › Building SOFA › [SOLVED] Qt5Quick directory is not found. how to fix this error
Tagged: 32_bits, GCC, Linux_ubuntu, SOFA_1512
Boost version: 1.54.0
Qwt activated
CMake Error at /usr/lib/i386-linux-gnu/cmake/Qt5/Qt5Config.cmake:26 (find_package):
Could not find a package configuration file provided by “Qt5Quick” with any
of the following names:
Qt5QuickConfig.cmake
qt5quick-config.cmake
Add the installation prefix of “Qt5Quick” to CMAKE_PREFIX_PATH or set
“Qt5Quick_DIR” to a directory containing one of the above files. If
“Qt5Quick” provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
extlibs/qwt-6.1.2/src/CMakeLists.txt:244 (find_package)
Hi Raja,
Your problem is caused by qwt : it has a dependency to Qt5Quick.
Either you de-acticate qwt in SOFA or you install Qt5Quick on your linux.
Cheers,
Hugo
CMake Error at applications/plugins/BulletCollisionDetection/CMakeLists.txt:47 (find_package):
Could not find a package configuration file provided by “Bullet” with any
of the following names:
BulletConfig.cmake
bullet-config.cmake
Add the installation prefix of “Bullet” to CMAKE_PREFIX_PATH or set
“Bullet_DIR” to a directory containing one of the above files. If “Bullet”
provides a separate development package or SDK, be sure it has been
installed.
Euh .. Raja.
Everything is in the output CMake message.
Hi Hugo,
thanks for your kind reply.
Could not find OpenCascade libraries..
how to resolve it ?????
Dear Raja,
I guess, you are trying to compile the MeshSTEPLoader plugin. This plugin is not compiled by default in SOFA since it has a dependency to OpenCascade library. This is the error given to you by CMake.
To solve it, you have to install OpenCascade on your system.
Next time, do not hesitate to create a new forum thread for a new question, if it is not related to the current topic.
Cheers,
Hugo
WARNING
The forum has been moved to GitHub Discussions.
Old topics and replies are kept here as an archive.