Advertisement
Guest User

Untitled

a guest
Feb 28th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. C:projectsmlpack-2.1.1build> cmake -G "Visual Studio 10 2010 Win64" -T"Intel C++ compiler XE 14.0"
  2. -DBLAS_LIBRARY:FILEPATH="C:/projects/mlpack-.1.1/packages/OpenBLAS.0.2.14.1/lib/naive/lib/x64/libopenblas.dll.a"
  3. -DLAPACK_LIBRARY:FILEPATH="C:/projects/mlpack-.1.1/packages/OpenBLAS.0.2.14.1/lib/ative/lib/x64/libopenblas.dll.a"
  4. -DARMADILLO_INCLUDE_DIR="C:/projects/armadillo-.800.1/include"
  5. -DARMADILLO_LIBRARY:FILEPATH="C:/projects/armadillo-.800.1/build/Debug/armadillo.lib"
  6. -DBOOST_INCLUDEDIR:PATH="C:projectsmlpack-2.1.1packagesboost.1.63.0.0libnativeinclude"
  7. -DBOOST_LIBRARYDIR:PATH="C:projectsmlpack-2.1.1packagesboost_libs" -DDEBUG=OFF -PROFILE=OFF ..
  8.  
  9.  
  10. Unable to find the requested Boost libraries.
  11. Boost version: 1.63.0
  12. Boost include path:
  13. C:/projects/mlpack-2.1.1/packages/boost.1.63.0.0/lib/native/include
  14.  
  15. Could not find the following Boost libraries:
  16.  
  17. boost_program_options
  18. boost_unit_test_framework
  19. boost_serialization
  20.  
  21. No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to the
  22. directory containing Boost libraries or BOOST_ROOT to the location of
  23. Boost.
  24. Call Stack (most recent call first):
  25. CMakeLists.txt:279 (find_package)
  26.  
  27. set(Boost_ADDITIONAL_VERSIONS
  28. "1.49.0" "1.50.0" "1.51.0" "1.52.0" "1.53.0" "1.54.0" "1.55.0" "1.63.0")
  29. find_package(Boost 1.49 #Line 279
  30. COMPONENTS
  31. program_options
  32. unit_test_framework
  33. serialization
  34. REQUIRED
  35. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement