Advertisement
Guest User

Untitled

a guest
Jul 28th, 2012
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:1202 (message):
  2. Unable to find the requested Boost libraries.
  3.  
  4. Boost version: 1.48.0
  5.  
  6. Boost include path: /usr/include
  7.  
  8. The following Boost libraries could not be found:
  9.  
  10. boost_optional_components
  11.  
  12. Some (but not all) of the required Boost libraries were found. You may
  13. need to install these additional Boost libraries. Alternatively, set
  14. BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
  15. to the location of Boost.
  16. Call Stack (most recent call first):
  17. CMakeLists.txt:23 (find_package)
  18.  
  19.  
  20. CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:91 (MESSAGE):
  21. Could NOT find PNG (missing: PNG_LIBRARY PNG_PNG_INCLUDE_DIR)
  22. Call Stack (most recent call first):
  23. /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:252 (_FPHSA_FAILURE_MESSAGE)
  24. /usr/share/cmake-2.8/Modules/FindPNG.cmake:64 (find_package_handle_standard_args)
  25. CMakeLists.txt:24 (find_package)
  26.  
  27.  
  28. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement