Advertisement
Guest User

Untitled

a guest
Apr 11th, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.00 KB | None | 0 0
  1. $ cmake ..
  2. -- A library with BLAS API found.
  3. -- Found Arpack : /usr/lib64/libparpack.so
  4. CMake Warning at CMakeLists.txt:256 (find_package):
  5.   By not providing "Findlzo2.cmake" in CMAKE_MODULE_PATH this project has
  6.   asked CMake to find a package configuration file provided by "lzo2", but
  7.   CMake did not find one.
  8.  
  9.   Could not find a package configuration file provided by "lzo2" with any of
  10.   the following names:
  11.  
  12.     lzo2Config.cmake
  13.     lzo2-config.cmake
  14.  
  15.   Add the installation prefix of "lzo2" to CMAKE_PREFIX_PATH or set
  16.   "lzo2_DIR" to a directory containing one of the above files.  If "lzo2"
  17.   provides a separate development package or SDK, be sure it has been
  18.   installed.
  19.  
  20.  
  21. CMake Warning at CMakeLists.txt:275 (find_package):
  22.   By not providing "Findgzip.cmake" in CMAKE_MODULE_PATH this project has
  23.   asked CMake to find a package configuration file provided by "gzip", but
  24.   CMake did not find one.
  25.  
  26.   Could not find a package configuration file provided by "gzip" with any of
  27.   the following names:
  28.  
  29.     gzipConfig.cmake
  30.     gzip-config.cmake
  31.  
  32.   Add the installation prefix of "gzip" to CMAKE_PREFIX_PATH or set
  33.   "gzip_DIR" to a directory containing one of the above files.  If "gzip"
  34.   provides a separate development package or SDK, be sure it has been
  35.   installed.
  36.  
  37.  
  38. -- Configuring done
  39. -- Generating done
  40. -- Build files have been written to: /home/nando/tmp/medeep-shogun/src/build
  41. $ make
  42. Scanning dependencies of target shogun
  43. [  0%] Building CXX object CMakeFiles/shogun.dir/interfaces/r_static/RInterface.cpp.o
  44. In file included from /home/nando/tmp/medeep-shogun/src/interfaces/r_static/RInterface.cpp:1:0:
  45. /home/nando/tmp/medeep-shogun/src/interfaces/r_static/RInterface.h:6:28: fatal error: ui/SGInterface.h: No such file or directory
  46.  #include "ui/SGInterface.h"
  47.                             ^
  48. compilation terminated.
  49. make[2]: *** [CMakeFiles/shogun.dir/interfaces/r_static/RInterface.cpp.o] Error 1
  50. make[1]: *** [CMakeFiles/shogun.dir/all] Error 2
  51. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement