You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using a statically build version of the realsense SDK and are encountering an issue with duplicate LZ4 symbols. If I understand correctly the realsense SDK contains the LZ4 library as part of the realsense-file target.
For my use case I don't need the realsense-file functionallity.
So I was wondering, can I build the realsense SDK without realsense-file?
The text was updated successfully, but these errors were encountered:
Hi @RobbertProost You could try building the SDK with CMake with symbols stripped out of the build using instructions at #7982 (comment) to see whether removing the symbols resolves your issue.
Alternatively, you could try editing the config-cmake file for realsense-file in the SDK source code's third-party folder and then build the SDK from that modified source code.
I am currently using a statically build version of the realsense SDK and are encountering an issue with duplicate LZ4 symbols. If I understand correctly the realsense SDK contains the LZ4 library as part of the realsense-file target.
For my use case I don't need the realsense-file functionallity.
So I was wondering, can I build the realsense SDK without realsense-file?
The text was updated successfully, but these errors were encountered: