-
Notifications
You must be signed in to change notification settings - Fork 48
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
Document what the ROBOTOLOGY_USES_OCTAVE option is actually installing #138
Comments
cc @InesSorrentino |
@traversaro and I, have discovered several problems in 1. In Windows it is not able to find the executable octave-config.
By specifying the path that contains the searched executable, the problem is solved.
2. It is not able to execute octave-config -p with the option PREFIX (Windows and Linux). This problem is related to the latest version of Octave (4.4.1) .
The problem is that in this commit of the cmake community, the options has been changed. Indeed if you execute the command 3. In Windows since Octave is compiled with MinGW and the MinGW libraries are not compatible with VisualStudio, some libraries of Octave can not be found.
|
This is not true after yarp-matlab-bindings have been moved to the |
This was fixed by robotology/ycm-cmake-modules#333 .
Related issue: #139 . |
Currently this option is building:
yarp-matlab-bindings
In particular, it would be good to specify that it does not install anything unless
ROBOTOLOGY_ENABLE_DYNAMICS
is selected.The text was updated successfully, but these errors were encountered: