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

icub-main dependency #39

Open
diegoferigo opened this issue Mar 26, 2018 · 0 comments
Open

icub-main dependency #39

diegoferigo opened this issue Mar 26, 2018 · 0 comments

Comments

@diegoferigo
Copy link
Member

diegoferigo commented Mar 26, 2018

If I'm not mistaken this repo does not depend on icub-main. At the current moment, if icub-main is not installed, the build process of the devel branch fails with the following error:

-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done

CMake Error at src/positionControl-accuracy-ExternalPid/CMakeLists.txt:12 (find_package):
  By not providing "FindICUB.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "ICUB", but
  CMake did not find one.

  Could not find a package configuration file provided by "ICUB" with any of
  the following names:

    ICUBConfig.cmake
    icub-config.cmake

  Add the installation prefix of "ICUB" to CMAKE_PREFIX_PATH or set
  "ICUB_DIR" to a directory containing one of the above files.  If "ICUB"
  provides a separate development package or SDK, be sure it has been
  installed.

This behavior is due to one of the latest tests added, and particularly this line:

cc @randaz81


Actually, also this line is involved:

find_package(ICUB REQUIRED)

It was a while I was not updating the setup which includes icub-tests, and last summer I had no icub-main there.

cc @Nicogene

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

1 participant