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

Missing folders in "../robotology-superbuild/build/install/" #7

Closed
marco-monforte opened this issue Dec 11, 2017 · 2 comments
Closed

Comments

@marco-monforte
Copy link

I followed the instructions in the README.md and seems everything went fine, I do not have errors during the compilation. But when I tried to configure my environment, I found out that the following folders have not been installed and do not know why:

../robotology-superbuild/build/install/lib
../robotology-superbuild/build/install/share/yarp
../robotology-superbuild/build/install/share/iCub
@traversaro
Copy link
Member

I suspect that you already have most of the libraries provided in CORE profile (YARP, ICUB, RTF) installed on your machine, and so the superbuild is finding the one on your system (see http://robotology.github.io/ycm/gh-pages/master/manual/ycm-superbuild.7.html#ycm-superbuild-manual-for-developers and http://robotology.github.io/ycm/gh-pages/master/module/FindOrBuildPackage.html?highlight=find#find_or_build_package). To force the superbuild to build a given package, you can set the USE_SYSTEM_<PACKAGE> CMake option to FALSE, either using the CMake gui or passing -DUSE_SYSTEM_<PACKAGE>:BOOL=FALSE to the cmake command line argument.

@traversaro
Copy link
Member

Closing as I guess the case was the one described in #7 (comment) . @marco-monforte please reopen if necessary, thanks.

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