Skip to content
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

Open
gmartin82 opened this issue Oct 10, 2024 · 1 comment

Comments

@gmartin82
Copy link
Collaborator

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.

@gmartin82
Copy link
Collaborator Author

Two PR's submitted to fix the issue on Linux without Iceoryx. More work is required to support Windows, MacOS and Iceoryx.

#25
#26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant