Advertisement
SpielzeugFX

Untitled

Sep 21st, 2017
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 2.33 KB | None | 0 0
  1. -- Using CATKIN_DEVEL_PREFIX: /home/rei/catkin_ws/devel
  2. -- Using CMAKE_PREFIX_PATH: /home/rei/catkin_ws/devel;/opt/ros/lunar;/usr/share/vrep
  3. -- This workspace overlays: /home/rei/catkin_ws/devel;/opt/ros/lunar
  4. -- Using PYTHON_EXECUTABLE: /usr/bin/python2
  5. -- Using default Python package layout
  6. -- Using empy: /usr/lib/python2.7/site-packages/em.pyc
  7. -- Using CATKIN_ENABLE_TESTING: ON
  8. -- Call enable_testing()
  9. -- Using CATKIN_TEST_RESULTS_DIR: /home/rei/catkin_ws/build/test_results
  10. -- Found gtest: gtests will be built
  11. -- Using Python nosetests: /usr/bin/nosetests-2.7
  12. -- catkin 0.7.7
  13. -- BUILD_SHARED_LIBS is on
  14. -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  15. -- ~~  traversing 4 packages in topological order:
  16. -- ~~  - ros_bubble_rob2
  17. -- ~~  - vrep_ros_interface
  18. -- ~~  - vrep_skeleton_msg_and_srv
  19. -- ~~  - vrep_plugin_skeleton
  20. -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  21. -- +++ processing catkin package: 'ros_bubble_rob2'
  22. -- ==> add_subdirectory(ros_bubble_rob2)
  23. -- +++ processing catkin package: 'vrep_ros_interface'
  24. -- ==> add_subdirectory(vrep_ros_interface)
  25. -- Using these message generators: gencpp;geneus;genlisp;gennodejs;genpy
  26. CMake Error at vrep_ros_interface/CMakeLists.txt:11 (find_package):
  27.   By not providing "FindVREP.cmake" in CMAKE_MODULE_PATH this project has
  28.   asked CMake to find a package configuration file provided by "VREP", but
  29.   CMake did not find one.
  30.  
  31.   Could not find a package configuration file provided by "VREP" with any of
  32.   the following names:
  33.  
  34.     VREPConfig.cmake
  35.     vrep-config.cmake
  36.  
  37.   Add the installation prefix of "VREP" to CMAKE_PREFIX_PATH or set
  38.   "VREP_DIR" to a directory containing one of the above files.  If "VREP"
  39.   provides a separate development package or SDK, be sure it has been
  40.   installed.
  41.  
  42.  
  43. -- Configuring incomplete, errors occurred!
  44. See also "/home/rei/catkin_ws/build/CMakeFiles/CMakeOutput.log".
  45. See also "/home/rei/catkin_ws/build/CMakeFiles/CMakeError.log".
  46. make: *** [Makefile:1118: cmake_check_build_system] Error 1
  47. Base path: /home/rei/catkin_ws
  48. Source space: /home/rei/catkin_ws/src
  49. Build space: /home/rei/catkin_ws/build
  50. Devel space: /home/rei/catkin_ws/devel
  51. Install space: /home/rei/catkin_ws/install
  52. ####
  53. #### Running command: "make cmake_check_build_system" in "/home/rei/catkin_ws/build"
  54. ####
  55. Invoking "make cmake_check_build_system" failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement