- This topic has 4 replies, 2 voices, and was last updated 4 years, 8 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forum › SOFA › Getting Started › [SOLVED] STLIB issue
Tagged: 64_bits, Linux_ubuntu, Plugin_other, SOFA_other
Hello,
I have the latest version of SOFA (19.12, binary).
And I have tried the out-of-tree build for STLIB.
However, when I configure, then Generate in cmake-gui,
I get the following warning :
CMake Warning at CMakeLists.txt:17 (add_library):
Cannot generate a safe runtime search path for target STLIB because files
in some directories may conflict with libraries in implicit directories:
runtime library [libGLU.so.1] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/home/artinian/SOFA/v19.12.00/lib
Some of these libraries may not be found correctly.
I did not mind too much at first, but later when I tried to build the plugin I got an error message :
/home/artinian/SOFA/v19.12.00/include/SofaFramework/sofa/helper/system/config.h:25:10: fatal error: sofa/helper/helper.h: Aucun fichier ou dossier de ce type
#include <sofa/helper/helper.h>
Hope you can help me,
Thank you very much
Azad
Ok thank @azad you for the notice.
I guess you are referring not the SOFA binaries but the SoftRobot binaries. Is it correct?
There is no official support for this since it is a separate work from a research team. New binaries have recently been generated and should be soon released by the team.
Let us know if you have any other question / issue with STLIB, I would put you in touch with the research team!
Best,
Hugo
Hi @azad
The warning you are referring to us to the fact that the libraries shipped with the SOFA binaries are indeed hiding system libraries. This is normal, no worries.
Regarding the out-of-tree compilation of the STLIB plugin, it is stranger though. Did you set all required CMake variable (like PREFIXPATH)?
Did you already succeed to compile this plugin before?
Best
HUgo
Hi,
Yes, I had set all CMake variables according to the ReadMe.
I ended up doing the in tree compilation instead and now it works perfectly, I still don’t know where the error came from though.
Azad
WARNING
The forum has been moved to GitHub Discussions.
Old topics and replies are kept here as an archive.