Advertisement
kscottz

Untitled

Aug 16th, 2011
569
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.76 KB | None | 0 0
  1. Katherine-Scotts-MacBook-Air:ecto_kitchen katherinescott$ cmake CMakeLists.txt
  2. -- GCC version:               4.2.1
  3. -- ecto_kitchen commit:       0cea0239996c5124da5c419ff895b4f28ed19d88
  4. -- ecto_kitchen tag:          0cea023-dirty
  5. -- ecto_kitchen last_mod:     Mon, 15 Aug 2011 17:46:37 -0700
  6. -- Initializing kitchen with projects ecto opencv pcl ros
  7. -- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
  8. -- -~v/^\v~- ecto
  9. CMake Error at ecto/doc/source/overview/CMakeLists.txt:10 (add_dependencies):
  10.   add_dependencies Adding dependency to non-existent target: html
  11.  
  12.  
  13. -- Building ecto version: 0.1.0
  14. -- Building ecto code name: ameoba-beta0
  15. -- flags: -Werror;-Wall;-Wno-non-virtual-dtor
  16. -- -~v/^\v~- opencv
  17. CMake Error at opencv/CMakeLists.txt:7 (find_package):
  18.   Could not find a configuration file for package "OpenCV" that exactly
  19.   matches requested version "2.3.1".
  20.  
  21.   The following configuration files were considered but not accepted:
  22.  
  23.     /usr/local/share/opencv/OpenCVConfig.cmake, version: unknown
  24.     /usr/local/share/opencv/OpenCVConfig.cmake, version: unknown
  25.  
  26.  
  27.  
  28. -- -~v/^\v~- pcl
  29. CMake Error at ecto/kitchen/kitchen.cmake:50 (add_subdirectory):
  30.   add_subdirectory given source "pcl" which is not an existing directory.
  31. Call Stack (most recent call first):
  32.   CMakeLists.txt:7 (init_ecto_kitchen)
  33.  
  34.  
  35. -- -~v/^\v~- ros
  36. CMake Error at ecto/kitchen/kitchen.cmake:50 (add_subdirectory):
  37.   add_subdirectory given source "ros" which is not an existing directory.
  38. Call Stack (most recent call first):
  39.   CMakeLists.txt:7 (init_ecto_kitchen)
  40.  
  41.  
  42. -- To set up your python path you may source the file 'python_path.sh'
  43. --   in the build directory.
  44. -- Configuring incomplete, errors occurred!
  45. Katherine-Scotts-MacBook-Air:ecto_kitchen katherinescott$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement