Guest User

Untitled

a guest
Apr 29th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.32 KB | None | 0 0
  1. Moving header files to include/mlpack/
  2. [  0%] Built target mlpack_headers
  3. [  0%] Updating gitversion.hpp (if necessary)
  4. -- Found Git: /usr/bin/git (found version "2.7.4")
  5. -- gitversion.hpp is already up to date.
  6. [  0%] Built target mlpack_gitversion
  7. [  2%] Updating arma_config.hpp (if necessary)
  8. [  2%] Built target mlpack_arma_config
  9. [ 34%] Built target mlpack
  10. Scanning dependencies of target mlpack_test
  11. [ 34%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/main_tests/det_test.cpp.o
  12. [ 34%] Linking CXX executable ../../../bin/mlpack_test
  13. CMakeFiles/mlpack_test.dir/main_tests/det_test.cpp.o: In function `mlpack::det::PathCacher::BuildString[abi:cxx11]()':
  14. /home/manish/mlpack/src/mlpack/methods/det/dt_utils_impl.hpp:358: multiple definition of `mlpack::det::PathCacher::BuildString[abi:cxx11]()'
  15. CMakeFiles/mlpack_test.dir/det_test.cpp.o:/home/manish/mlpack/src/mlpack/methods/det/dt_utils_impl.hpp:358: first defined here
  16. CMakeFiles/mlpack_test.dir/main_tests/det_test.cpp.o: In function `mlpack::det::PathCacher::ParentOf(int) const':
  17. /home/manish/mlpack/src/mlpack/methods/det/dt_utils_impl.hpp:380: multiple definition of `mlpack::det::PathCacher::ParentOf(int) const'
  18. CMakeFiles/mlpack_test.dir/det_test.cpp.o:/home/manish/mlpack/src/mlpack/methods/det/dt_utils_impl.hpp:380: first defined here
  19. CMakeFiles/mlpack_test.dir/main_tests/det_test.cpp.o: In function `mlpack::det::PathCacher::PathFor[abi:cxx11](int) const':
  20. /home/manish/mlpack/src/mlpack/methods/det/dt_utils_impl.hpp:385: multiple definition of `mlpack::det::PathCacher::PathFor[abi:cxx11](int) const'
  21. CMakeFiles/mlpack_test.dir/det_test.cpp.o:/home/manish/mlpack/src/mlpack/methods/det/dt_utils_impl.hpp:385: first defined here
  22. collect2: error: ld returned 1 exit status
  23. src/mlpack/tests/CMakeFiles/mlpack_test.dir/build.make:4172: recipe for target 'bin/mlpack_test' failed
  24. make[3]: *** [bin/mlpack_test] Error 1
  25. CMakeFiles/Makefile2:7446: recipe for target 'src/mlpack/tests/CMakeFiles/mlpack_test.dir/all' failed
  26. make[2]: *** [src/mlpack/tests/CMakeFiles/mlpack_test.dir/all] Error 2
  27. CMakeFiles/Makefile2:7458: recipe for target 'src/mlpack/tests/CMakeFiles/mlpack_test.dir/rule' failed
  28. make[1]: *** [src/mlpack/tests/CMakeFiles/mlpack_test.dir/rule] Error 2
  29. Makefile:1954: recipe for target 'mlpack_test' failed
  30. make: *** [mlpack_test] Error 2
Add Comment
Please, Sign In to add comment