Advertisement
Guest User

cmake output on 12.04 system

a guest
Nov 30th, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 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.9-rc3
  14. -- Found LIBUSB: /usr/lib/i386-linux-gnu/libusb-1.0.so
  15. -- Boost version: 1.46.1
  16. -- Found Doxygen: /usr/bin/doxygen
  17. -- Doxygen found.
  18. -- Generating API documentation with Doxygen
  19. -- Detected git snapshot version: v0.17-352-ga67c3be
  20. -- Building libftdi1++
  21. -- Found SWIG: /usr/bin/swig2.0 (found version "2.0.4")
  22. -- Found PythonLibs: /usr/lib/libpython2.7.so
  23. -- Found PythonInterp: /usr/bin/python (found version "2.7.3")
  24. -- Building python bindings via swig. Will be installed under /usr/local/lib/python2.7/site-packages
  25. -- checking for module 'libconfuse'
  26. -- found libconfuse, version 2.7
  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/inspection/temp/libftdi/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement