Advertisement
Guest User

Untitled

a guest
Oct 18th, 2017
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. Base path: /home/automation/catkin_ws
  2. Source space: /home/automation/catkin_ws/src
  3. Build space: /home/automation/catkin_ws/build
  4. Devel space: /home/automation/catkin_ws/devel
  5. Install space: /home/automation/catkin_ws/install
  6. ####
  7. #### Running command: "cmake /home/automation/catkin_ws/src -DCATKIN_DEVEL_PREFIX=/home/automation/catkin_ws/devel -DCMAKE_INSTALL_PREFIX=/home/automation/catkin_ws/install -G Unix Makefiles" in "/home/automation/catkin_ws/build"
  8. ####
  9. -- The C compiler identification is GNU 5.4.0
  10. -- The CXX compiler identification is GNU 5.4.0
  11. -- Check for working C compiler: /usr/bin/cc
  12. -- Check for working C compiler: /usr/bin/cc -- works
  13. -- Detecting C compiler ABI info
  14. -- Detecting C compiler ABI info - done
  15. -- Detecting C compile features
  16. -- Detecting C compile features - done
  17. -- Check for working CXX compiler: /usr/bin/c++
  18. -- Check for working CXX compiler: /usr/bin/c++ -- works
  19. -- Detecting CXX compiler ABI info
  20. -- Detecting CXX compiler ABI info - done
  21. -- Detecting CXX compile features
  22. -- Detecting CXX compile features - done
  23. -- Using CATKIN_DEVEL_PREFIX: /home/automation/catkin_ws/devel
  24. -- Using CMAKE_PREFIX_PATH: /home/automation/catkin_ws/devel;/opt/ros/lunar
  25. -- This workspace overlays: /home/automation/catkin_ws/devel;/opt/ros/lunar
  26. -- Found PythonInterp: /usr/bin/python (found version "2.7.12")
  27. -- Using PYTHON_EXECUTABLE: /usr/bin/python
  28. -- Using Debian Python package layout
  29. -- Using empy: /usr/bin/empy
  30. -- Using CATKIN_ENABLE_TESTING: ON
  31. -- Call enable_testing()
  32. -- Using CATKIN_TEST_RESULTS_DIR: /home/automation/catkin_ws/build/test_results
  33. -- Looking for pthread.h
  34. -- Looking for pthread.h - found
  35. -- Looking for pthread_create
  36. -- Looking for pthread_create - not found
  37. -- Looking for pthread_create in pthreads
  38. -- Looking for pthread_create in pthreads - not found
  39. -- Looking for pthread_create in pthread
  40. -- Looking for pthread_create in pthread - found
  41. -- Found Threads: TRUE
  42. -- Found gtest sources under '/usr/src/gtest': gtests will be built
  43. -- Using Python nosetests: /usr/bin/nosetests-2.7
  44. -- catkin 0.7.7
  45. -- BUILD_SHARED_LIBS is on
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement