Advertisement
Guest User

Untitled

a guest
Dec 16th, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. -- The C compiler identification is GNU 4.8.2
  2. -- The CXX compiler identification is GNU 4.8.2
  3. -- Check for working C compiler: /usr/bin/cc
  4. -- Check for working C compiler: /usr/bin/cc -- works
  5. -- Detecting C compiler ABI info
  6. -- Detecting C compiler ABI info - done
  7. -- Check for working CXX compiler: /usr/bin/c++
  8. -- Check for working CXX compiler: /usr/bin/c++ -- works
  9. -- Detecting CXX compiler ABI info
  10. -- Detecting CXX compiler ABI info - done
  11. CMake Error at CMakeLists.txt:8 (find_package):
  12. Could not find a package configuration file provided by "ECM" (requested
  13. version 0.0.11) with any of the following names:
  14.  
  15. ECMConfig.cmake
  16. ecm-config.cmake
  17.  
  18. Add the installation prefix of "ECM" to CMAKE_PREFIX_PATH or set "ECM_DIR"
  19. to a directory containing one of the above files. If "ECM" provides a
  20. separate development package or SDK, be sure it has been installed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement