Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. [ 6%] Building CXX object src/shogun/CMakeFiles/libshogun.dir/classifier/svm/SGDQN.cpp.o
  2. [ 6%] Building CXX object src/shogun/CMakeFiles/libshogun.dir/classifier/svm/SVM.cpp.o
  3. [ 6%] Building CXX object src/shogun/CMakeFiles/libshogun.dir/classifier/svm/SVMLight.cpp.o
  4. [ 6%] Building CXX object src/shogun/CMakeFiles/libshogun.dir/classifier/svm/SVMLightOneClass.cpp.o
  5. In file included from /Users/zora/Github/shogun/src/shogun/classifier/svm/SVMLightOneClass.cpp:18:
  6. In file included from /Users/zora/Github/shogun/src/shogun/labels/BinaryLabels.h:20:
  7. In file included from /Users/zora/Github/shogun/src/shogun/labels/DenseLabels.h:20:
  8. In file included from /Users/zora/Github/shogun/src/shogun/labels/Labels.h:22:
  9. In file included from /Users/zora/Github/shogun/src/shogun/features/SubsetStack.h:16:
  10. In file included from /Users/zora/Github/shogun/src/shogun/mathematics/Math.h:30:
  11. In file included from /Users/zora/Github/shogun/src/shogun/lib/SGVector.h:23:
  12. In file included from /Users/zora/Github/shogun/src/shogun/lib/SGReferencedData.h:15:
  13. In file included from /usr/include/cereal/types/base_class.hpp:33:
  14. /usr/include/cereal/details/traits.hpp:1129:21: error: expected member name or ';' after declaration specifiers
  15. static auto -> decltype( ::cereal::access::shared_from_this(t), std::true_type() );
  16. ~~~~~~~~~~~ ^
  17. /usr/include/cereal/details/traits.hpp:1131:21: error: expected member name or ';' after declaration specifiers
  18. static auto -> decltype( std::false_type() );
  19. ~~~~~~~~~~~ ^
  20. /usr/include/cereal/details/traits.hpp:1140:78: error: expected unqualified-id
  21. struct has_shared_from_this : decltype(detail::shared_from_this_wrapper::)
  22. ^
  23. 3 errors generated.
  24. make[3]: *** [src/shogun/CMakeFiles/libshogun.dir/classifier/svm/SVMLightOneClass.cpp.o] Error 1
  25. make[2]: *** [src/shogun/CMakeFiles/libshogun.dir/all] Error 2
  26. make[1]: *** [tests/unit/CMakeFiles/unit-tests.dir/rule] Error 2
  27. make: *** [unit-tests] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement