Skip to content
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

Problem with suberbuild on matlab #1463

Closed
fils99 opened this issue Aug 29, 2023 · 3 comments
Closed

Problem with suberbuild on matlab #1463

fils99 opened this issue Aug 29, 2023 · 3 comments

Comments

@fils99
Copy link

fils99 commented Aug 29, 2023

I have found the following error using superbuild on matlab:

image

Any suggestions?

@traversaro
Copy link
Member

traversaro commented Aug 29, 2023

@fils99

Yes. In a nutshell, it should be sufficient to run:

sudo apt install matlab-support

and specify your MATLAB installation directory and when there is the question "Rename MATLAB's GCC libraries?" answer "Yes".

If there are no configuration question when you run , probably that means that the package is already installed. In that case, you can just reconfigure it with the command:

sudo dpkg-reconfigure matlab-support

and again, specify your MATLAB installation directory and when there is the question "Rename MATLAB's GCC libraries?" answer "Yes".

See #64 for more background on the problem.

@fils99
Copy link
Author

fils99 commented Aug 29, 2023

Thanks @traversaro , now it works!

@traversaro
Copy link
Member

I opened a PR to add this information in the documentation: #1464 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants