-- ==> add_subdirectory(bp_smart_charging/bp_dock_drive)
CMake Warning at /opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake: (find_package):
Could not find a package configuration file provided by "ecl_build" with
any of the following names: ecl_buildConfig.cmake
ecl_build-config.cmake Add the installation prefix of "ecl_build" to CMAKE_PREFIX_PATH or set
"ecl_build_DIR" to a directory containing one of the above files. If
"ecl_build" provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
bp_smart_charging/bp_dock_drive/CMakeLists.txt: (find_package) -- Could not find the required component 'ecl_build'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found.
CMake Error at /opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake: (find_package):
Could not find a package configuration file provided by "ecl_build" with
any of the following names: ecl_buildConfig.cmake
ecl_build-config.cmake Add the installation prefix of "ecl_build" to CMAKE_PREFIX_PATH or set
"ecl_build_DIR" to a directory containing one of the above files. If
"ecl_build" provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
bp_smart_charging/bp_dock_drive/CMakeLists.txt: (find_package) -- Configuring incomplete, errors occurred!

解决:

sudo apt-get install ros-indigo-ecl-build

最新文章

  1. 显示python已安装模块及路径,添加修改模块搜索路径
  2. HDU 5010 Get the Nut(2014 ACM/ICPC Asia Regional Xi'an Online)
  3. Loadrunner进行接口自动化测试
  4. Scalaz(45)- concurrency :Task-函数式多线程编程核心配件
  5. MYSQL中创建存储过程实现向表中循环插入数据
  6. __future__
  7. 综合经验:IO读写错误必然导致程序崩溃
  8. Python Tutorial 学习(五)--Data Structures
  9. OC中最难的一部分内容:内存管理
  10. 关于windows服务的操作
  11. Devexpress XtraReports 交叉报表
  12. for循环和while循环
  13. Spring——<aop:scoped-proxy/>理解
  14. CodeForces - 777B Game of Credit Cards 贪心
  15. 老铁啊,我同你讲, 这年头不会点 Git 真不行!!!
  16. Python学习—基础篇之基本数据类型(二)
  17. Confluence 6 使用 JConsole 监控本地 Confluence
  18. 【HTTP缓存】浏览器缓存理论知识
  19. python爬虫3——获取审查元素(板野友美吧图片下载)
  20. TensorFlow --- 01初识

热门文章

  1. mysql 把表中某一列的内容合并为一行
  2. Thinkphp --- 路由定义
  3. less常见的操作
  4. Java.lang的研究(分析包含的重要类和接口)
  5. 了解MIP(Mobile Instant Pages)
  6. C# tostring 格式化输出
  7. pta 习题集 5-17九宫格输入法
  8. Jscript运行时错误:没有权限
  9. importlib模块与__import__详解
  10. python 类 __module__ __class__