Advertisement
kscottz

Untitled

Aug 16th, 2011
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.44 KB | None | 0 0
  1. Katherine-Scotts-MacBook-Air:ecto katherinescott$ cmake CMakeLists.txt
  2. CMake Warning at kitchen/doc/CMakeLists.txt:11 (MESSAGE):
  3.   Documentation only supported in the kitchen, will be fixed soon.
  4.  
  5.  
  6. -- To setup your python path for ecto you may source: /Users/katherinescott/ecto/python_path.sh
  7. CMake Error at cmake/ectoMacros.cmake:45 (set_target_properties):
  8.   set_target_properties called with illegal arguments, maybe missing a
  9.   PROPERTIES specifier?
  10. Call Stack (most recent call first):
  11.   src/pybindings/CMakeLists.txt:2 (ectomodule)
  12.  
  13.  
  14. CMake Error at cmake/ectoMacros.cmake:45 (set_target_properties):
  15.   set_target_properties called with illegal arguments, maybe missing a
  16.   PROPERTIES specifier?
  17. Call Stack (most recent call first):
  18.   test/modules/CMakeLists.txt:1 (ectomodule)
  19.  
  20.  
  21. CMake Error at cmake/ectoMacros.cmake:45 (set_target_properties):
  22.   set_target_properties called with illegal arguments, maybe missing a
  23.   PROPERTIES specifier?
  24. Call Stack (most recent call first):
  25.   samples/CMakeLists.txt:4 (ectomodule)
  26.  
  27.  
  28. CMake Error at cmake/ectoMacros.cmake:45 (set_target_properties):
  29.   set_target_properties called with illegal arguments, maybe missing a
  30.   PROPERTIES specifier?
  31. Call Stack (most recent call first):
  32.   samples/experimental/CMakeLists.txt:1 (ectomodule)
  33.  
  34.  
  35. CMake Error at cmake/ectoMacros.cmake:45 (set_target_properties):
  36.   set_target_properties called with illegal arguments, maybe missing a
  37.   PROPERTIES specifier?
  38. Call Stack (most recent call first):
  39.   doc/source/src/CMakeLists.txt:1 (ectomodule)
  40.  
  41.  
  42. CMake Error at cmake/ectoMacros.cmake:45 (set_target_properties):
  43.   set_target_properties called with illegal arguments, maybe missing a
  44.   PROPERTIES specifier?
  45. Call Stack (most recent call first):
  46.   doc/source/overview/CMakeLists.txt:3 (ectomodule)
  47.  
  48.  
  49. CMake Error at cmake/ectoMacros.cmake:45 (set_target_properties):
  50.   set_target_properties called with illegal arguments, maybe missing a
  51.   PROPERTIES specifier?
  52. Call Stack (most recent call first):
  53.   doc/source/tutorial/srcs/CMakeLists.txt:1 (ectomodule)
  54.  
  55.  
  56. CMake Error at cmake/ectoMacros.cmake:45 (set_target_properties):
  57.   set_target_properties called with illegal arguments, maybe missing a
  58.   PROPERTIES specifier?
  59. Call Stack (most recent call first):
  60.   doc/source/tutorial/srcs/CMakeLists.txt:9 (ectomodule)
  61.  
  62.  
  63. -- Building ecto version: 0.1.0
  64. -- Building ecto code name: ameoba-beta0
  65. -- flags:  -O3 -DNDEBUG
  66. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement