- This topic has 2 replies, 3 voices, and was last updated 3 years, 9 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forum › SoftRobots › Getting Started › STlib Error
Tagged: 64_bit, 64_bits, CMake 3.19.0, Plugin_SoftRobots, SOFA 20.06.01, SOFA_2006, Windows 10, Windows_10
Hello @Hugo
I have problems when I want to use the softrobot plugin which required STlib. After compiling in CMake it gives this message
— The highly recommended ‘STLIB’ plugin is missing. You can compile SoftRobots but most of the provided examples will not work.
The path I set for STlib is this
C:\Users\User\SOFA\src\Sofa Ext. Directories\STLIB
Did I make any mistake? Please help me
Dear @ajay
Have you activated the plugin STLIB in CMake configuration (i.e. setting to true the CMake variable PLUGIN_STLIB) ?
Best
Hugo
Hi @ajay,
Are you building out-of-SOFA or in-SOFA (using SOFA_EXTERNAL_DIRECTORIES)?
If you are building out-of-SOFA, you must
1. build and install STLIB
2. tell SoftRobots where to find STLIB by adding your STLIB install path into SoftRobots’ CMAKE_PREFIX_PATH
Hope this helps,
Guillaume.
WARNING
The forum has been moved to GitHub Discussions.
Old topics and replies are kept here as an archive.