Advertisement
Guest User

cmake output on 10.04 system

a guest
Nov 30th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. -- The C compiler identification is GNU
  2. -- The CXX compiler identification is GNU
  3. -- Check for working C compiler: /usr/bin/gcc
  4. -- Check for working C compiler: /usr/bin/gcc -- 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. -- Build type: Debug
  12. -- checking for module 'libusb-1.0'
  13. -- found libusb-1.0, version 1.0.6
  14. -- Found LIBUSB: /usr/lib/libusb-1.0.so
  15. -- Boost version: 1.40.0
  16. -- Found the following Boost libraries:
  17. -- Found Doxygen: /usr/bin/doxygen
  18. -- Doxygen found.
  19. -- Generating API documentation with Doxygen
  20. -- Detected git snapshot version: v0.17-352-ga67c3be
  21. -- Building libftdi1++
  22. -- Found PythonLibs: /usr/lib/libpython2.6.so
  23. -- Found PythonInterp: /usr/bin/python2.6
  24. -- Building python bindings via swig. Will be installed under /usr/local/lib/python2.6/site-packages
  25. -- checking for module 'libconfuse'
  26. -- found libconfuse, version 2.6
  27. -- Building ftdi_eeprom
  28. -- Building example programs.
  29. -- Building libftdi++ examples.
  30. -- Could NOT find Boost
  31. -- NOT building unit test (requires boost unit test framework)
  32. -- Configuring done
  33. -- Generating done
  34. -- Build files have been written to: /home/hart/ectron/libftdi_new/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement