daily pastebin goal
61%
SHARE
TWEET

CAP++

a guest Dec 8th, 2010 473 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ~/calpp-0.87$ cmake .
  2. -- The C compiler identification is GNU
  3. -- The CXX compiler identification is GNU
  4. -- Check for working C compiler: /usr/bin/gcc
  5. -- Check for working C compiler: /usr/bin/gcc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Check for working CXX compiler: /usr/bin/c++
  9. -- Check for working CXX compiler: /usr/bin/c++ -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. -- Boost version: 1.42.0
  13. -- Found the following Boost libraries:
  14. --   date_time
  15. -- ===========================================================
  16. -- ATI CAL include directory LIB_ATICAL_INCLUDE-NOTFOUND
  17. -- ATI CAL cl library directory /usr/lib
  18. -- ATI CAL rt library directory /usr/lib
  19. -- Boost version 1_42
  20. -- ===========================================================
  21. CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
  22. Please set them or make sure they are set and tested correctly in the CMake files:
  23. LIB_ATICAL_INCLUDE
  24.    used as include directory in directory /home/deedee_linux/calpp-0.87
  25.    used as include directory in directory /home/deedee_linux/calpp-0.87/examples
  26.  
  27. -- Configuring incomplete, errors occurred!
RAW Paste Data
Top