Closed paulonhantumbojr closed 1 week ago
Hi @paulonhantumbojr I am not familiar with treep. However, you could try building librealsense from source code with CMake with the flag -DBUILD_SHARED_LIBS=false included in the CMake build instruction. This will cause librealsense to be output from the build process as a static library instead of a dynamic link library (DLL) or a shared object (SO). Further information about this can be found at https://github.com/IntelRealSense/librealsense/issues/4649
Hi @paulonhantumbojr Do you require further assistance with this case, please? Thanks!
Case closed due to no further comments received.
Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):
All users are welcomed to report bugs, ask questions, suggest or request enhancements and generally feel free to open new issue, even if they haven't followed any of the suggestions above :)
Issue Description
I am trying to integrate
librealsense
into an independent package built using treep. For reference, as per the instructions these are the changes I incorporate in configurations.yaml:and in repositories.yaml:
The cloning works fine after running
treep --clone librealsense
. However, when trying to build the workspace withcolcon build
, I eventually get the following error:I tried running a
sudo
along with this, but to no avail, since no command is associated withcolcon
. How would I circumvent this?