-
Notifications
You must be signed in to change notification settings - Fork 67
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
Build devel branch fails on MacOS when USES_MATLAB is ON #675
Comments
CC @claudia-lat |
I just tried to build it and it failed in the very same way. |
The problem was introduced in #668 |
So, there are two main problems here:
|
Let me know if no one is able to handle the fix discussed in the previous comment, then I can handle it. @fjandrad @lrapetti @claudia-lat |
I can take care of regenerating the bindings |
Great, thanks! Remember to separate the commit that modifies the |
PR opened at #676 |
The PR has been merged. Now it works! Thanks @lrapetti @traversaro |
I have opened a PR also for adding the test in #677 |
Thanks! |
Thanks @lrapetti ! |
Sorry for the late response I was without a computer for two days. I'm glad is fixed. Why does it only affect MACOS? |
I guess it is something related to the default settings of Clang (used in macOS) that are different from the one in GCC (used in Linux). |
At first it failed with the same error experienced in #630, fixed by recompiling a clean build.
However, after turning
IDYNTREE_USES_MATLAB
ON
, it was failing with the following message:The text was updated successfully, but these errors were encountered: