-
Notifications
You must be signed in to change notification settings - Fork 105
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
ICUB devel does not compile against YARP master (December 2023) #922
Comments
I implemented this in #923, but now I have a few more failures:
Also the removal of |
robotology/yarp#3059 seems to be part of a bigger overhaul. |
@pattacini Indeed the Yarp refactoring is not complete yet: my plan was to work on it to complete it asap, before pushing fixes on the other repos. (something more can be broken in the next few days, I apologize for that). |
fixed by #925 |
Thanks! |
Hi @traversaro Any other problem to report related to |
Closing. Feel free to open it again if required. |
Sure, thanks for handling this! |
Bug description
This is not an urgent issue, but I wanted to report it as soon as possible to avoid that incompatibilities to pile up.
Due to the change of name of
yarp::os::IConfig
that was renamed toyarp::os::IOpenClose
in robotology/yarp#3059, we have the current compilation failures:Steps to reproduce
Compile icub-main devel against YARP master
Expected behavior
That compilation is successful.
Example repository
.
Additional context
Probably the easiest solution is just to remove the inheritance from IConfig interface.
The text was updated successfully, but these errors were encountered: