Advertisement
Guest User

Untitled

a guest
Apr 11th, 2013
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. CMake Error at CMake/FindHDF5.cmake:84 (INCLUDE):
  2. include could not find load file:
  3.  
  4. HDF5_ROOT_DIR-NOTFOUND/hdf5-config.cmake
  5. Call Stack (most recent call first):
  6. CMakeLists.txt:54 (include)
  7.  
  8.  
  9. -- A library with BLAS API found.
  10. -- Found Arpack : /usr/lib64/libparpack.so
  11. CMake Warning at CMakeLists.txt:236 (find_package):
  12. By not providing "Findlzo2.cmake" in CMAKE_MODULE_PATH this project has
  13. asked CMake to find a package configuration file provided by "lzo2", but
  14. CMake did not find one.
  15.  
  16. Could not find a package configuration file provided by "lzo2" with any of
  17. the following names:
  18.  
  19. lzo2Config.cmake
  20. lzo2-config.cmake
  21.  
  22. Add the installation prefix of "lzo2" to CMAKE_PREFIX_PATH or set
  23. "lzo2_DIR" to a directory containing one of the above files. If "lzo2"
  24. provides a separate development package or SDK, be sure it has been
  25. installed.
  26.  
  27.  
  28. CMake Warning at CMakeLists.txt:255 (find_package):
  29. By not providing "Findgzip.cmake" in CMAKE_MODULE_PATH this project has
  30. asked CMake to find a package configuration file provided by "gzip", but
  31. CMake did not find one.
  32.  
  33. Could not find a package configuration file provided by "gzip" with any of
  34. the following names:
  35.  
  36. gzipConfig.cmake
  37. gzip-config.cmake
  38.  
  39. Add the installation prefix of "gzip" to CMAKE_PREFIX_PATH or set
  40. "gzip_DIR" to a directory containing one of the above files. If "gzip"
  41. provides a separate development package or SDK, be sure it has been
  42. installed.
  43.  
  44.  
  45. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement