-
Notifications
You must be signed in to change notification settings - Fork 2
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
Compilation fails with Matlab 2019b #1
Comments
I want to add that this is happening when @gabrielenava generates the sources with his Matlab version, replaces the autogenerated sources committed here, and tries to compile them. I suspect that recent matlab versions changed somehow the autogenerated class and this I'm curious, can you try to just compile the sources already committed? This means that you're going to try compiling the sources generated with my Matlab 2018a version using the headers of your Matlab 2019b version. In this way, that symbol problem should not be there since you're not using your autogenerated sources. |
@diegoferigo you were right:
So it is a problem of Matlab versions! |
Ok then, we need to understand what's missing in the sources generated from new Matlab versions. Right now I cannot update my Matlab installation, considering that now this problem is not currently blocking anyone, we could leave the issue open and try to resume it in the future. |
I tried to generate the yoga controller. In
whole-body-controllers
, I used the latest branch and I had no issues: I was able to generate both the code and the associatedCMakeLists
.Then I ported them in this repo, but when I tried to compile (on branch
test
) I got an error:It seems some linked libraries are missing. I am using Matlab 2019b, but @diegoferigo successfully managed to compile with Matlab 2018. We are both using the latest version of
robotlotogy-superbuild
. So, either there is a mismatch between different Matlab versions, or I am doing something wrong with the generation pipeline, or there is something wrong in my local configuration.The text was updated successfully, but these errors were encountered: