-
Notifications
You must be signed in to change notification settings - Fork 129
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
Failed to build depends on builtin_interfaces
#371
Comments
Can you share this failure and maybe your workspace folder structure? I have not seen this error myself |
I built whole ROS2 myself in Debian Bookworm I tried later, more libs like |
The vendored version of It sounds like you're trying to build the |
Thanks I tried your branch but not clean all build and install, I'll try it again. |
I am not seeing the original problem, but the second problem you describe,
I do see. I don't always see it, but when it pops up in my workspace I need to do a clean build to resolve it. Next time my workspace is borked I'll take a closer look. |
I've already narrowed the cause of this down to some bad hygiene in the cmake modules of |
I think once #380 is merged we can close this issue. |
Awesome ! It is working now ! |
ros2_rust/rclrs/Cargo.toml
Line 29 in 27bc355
I got failure building on
builtin_interfaces
. I removed it then it is built successfully.I'm not sure why it is a dependency of rclrs.
The text was updated successfully, but these errors were encountered: