Guest User

shogun BUILD_META_EXAMPLES=ON

a guest
Feb 6th, 2019
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. ~/shogun/build$ cmake BUILD_META_EXAMPLES=ON ..
  2. -- dir='/home/saphire/shogun/src'
  3. -- dir='/home/saphire/shogun/build/src'
  4. -- dir='/home/saphire/shogun/src/gpl'
  5. -- Using system's malloc
  6. -- Could NOT find rxcpp (missing: rxcpp_INCLUDE_DIR)
  7. -- Could NOT find TFLogger (missing: TFLogger_DIR)
  8. -- A library with BLAS API found.
  9. -- Enabling detected BLAS library as backend for Eigen
  10. -- Could NOT find GLPK (missing: GLPK_LIBRARY GLPK_INCLUDE_DIR GLPK_PROPER_VERSION_FOUND)
  11. -- Could NOT find CPLEX (missing: CPLEX_LIBRARY CPLEX_INCLUDE_DIR)
  12. -- Could NOT find MOSEK (missing: MOSEK_DIR MOSEK_INCLUDE_DIR MOSEK_LIBRARY MOSEK_LIBRARIES)
  13. -- Could NOT find Protobuf (missing: Protobuf_INCLUDE_DIR)
  14. -- Could NOT find JSON (missing: JSON_INCLUDE_DIR JSON_LIBRARY) (Required is at least version "0.11")
  15. -- HDF5: Using hdf5 compiler wrapper to determine C configuration
  16. -- Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR)
  17. -- Could NOT find SNAPPY (missing: SNAPPY_LIBRARIES SNAPPY_INCLUDE_DIR)
  18. -- Lzo includes and libraries NOT found.
  19. -- Could NOT find NLOPT (missing: NLOPT_LIBRARY NLOPT_INCLUDE_DIR)
  20. -- Could NOT find LPSOLVE (missing: LPSOLVE_LIBRARIES LPSOLVE_INCLUDE_DIR)
  21. -- Could NOT find ColPack (missing: COLPACK_LIBRARIES COLPACK_LIBRARY_DIR COLPACK_INCLUDE_DIR)
  22. -- Could NOT find ARPREC (missing: ARPREC_LIBRARIES ARPREC_INCLUDE_DIR)
  23. -- Linker: GNU gold
  24. -- Could NOT find Ctags (missing: CTAGS_EXECUTABLE)
  25. CMake Error at examples/meta/CMakeLists.txt:11 (message):
  26. Ctags required for meta examples. Install or set BUILD_META_EXAMPLES=OFF.
  27.  
  28.  
  29. -- Configuring incomplete, errors occurred!
  30. See also "/home/saphire/shogun/build/CMakeFiles/CMakeOutput.log".
  31. See also "/home/saphire/shogun/build/CMakeFiles/CMakeError.log".
  32. saphire@saphire-GL553VE:~/shogun/build$
Add Comment
Please, Sign In to add comment