-
Notifications
You must be signed in to change notification settings - Fork 47
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
cyclonedds nightly idlc missing library #220
Comments
Bummer. That must be because the C backend is now in a separate library and it apparently loads it by default even if you just do For me (on macOS, master + some fiddling):
so that matches the theory that the problem is that it loads the library by default. If instead I add
it only loads the Python backend. I think the most sensible solution is that This way there is no need to update the python packaging because it no longer has a (meaningful) dependency on the C backend ... otherwise it seems it would involve changing |
I guess |
Ah, ok, I see ... It is not like it intentionally excludes it, it is that I never thought about python wheels when considering the consequences of moving the C backend into its own library. If you happen to know how to add |
From cyclonedds-nightly 2023.8.22 and onwards.
idlc fails with following error.
The text was updated successfully, but these errors were encountered: