-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow multiple versions of the Cyclors library to be used simultaneously #24
Comments
This was referenced Oct 15, 2024
Merged
This was referenced Oct 23, 2024
This was referenced Oct 31, 2024
This was referenced Dec 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Due to its dependence on the Iceoryx, Cyclone DDS, and Cyclocut static C libraries, it is not currently possible to load multiple versions of the Cyclors library simultaneously within a static binary. For example, the Zenoh DDS and ROS2 plugins cannot both be present within the same static executable due to this issue.
This ticket will look at mangling certain symbols within the C libraries to make them unique to a specific version of Cyclors.
The text was updated successfully, but these errors were encountered: