robotology-playground / WBI-Toolbox

Simulink Toolbox for rapid prototyping of Whole Body Robot Controllers
2 stars 2 forks source link

wrong installation with non-conventional build directory name #99

Open iron76 opened 9 years ago

iron76 commented 9 years ago

On macOS I am installing the WBI-Toolbox with the codyco-superbuild. I slightly changed the installation procedure, by creating the cmake-build directory CODYCO_SUPERBUILD_ROOT/buildX instead of the conventional CODYCO_SUPERBUILD_ROOT/build. After successful compilation, opening matlab results in a bunch of the following errors:

Warning: Name is nonexistent or not a directory: CODYCO_SUPERBUILD_ROOT/build/install/../../libraries/yarpWholeBodyInterface/app/robots

Everything works by modifying the cake-build directory to the conventional one.

francesco-romano commented 9 years ago

Did you launched again the startup_toolbox.m (or something like that) script after you compiled in the new build?