Advertisement
Guest User

Untitled

a guest
Jun 29th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. Error1:
  2. [100%] Built target build_cpp_meta_examples
  3. /opt/shogun/src/shogun/lib/SGVector.h:536: Error: Syntax error in input(3).
  4. make[2]: *** [src/interfaces/python_modular/modshogunPYTHON_wrap.cxx] Error 1
  5. make[1]: *** [src/interfaces/python_modular/CMakeFiles/_python_modular.dir/all] Error 2
  6. make: *** [all] Error 2
  7.  
  8. [COMMENT:SGVector.h:536 is `alignas(CACHE_SIZE_XXXX) T* vector;`]
  9.  
  10. Error2:
  11. [ 2%] Building CXX object src/shogun/CMakeFiles/libshogun.dir/metric/LMNN.cpp.o
  12. In file included from /opt/shogun/src/shogun/mathematics/Math.h:30:0,
  13. from /opt/shogun/src/shogun/distance/Distance.h:19,
  14. from /opt/shogun/src/shogun/distance/DenseDistance.h:16,
  15. from /opt/shogun/src/shogun/distance/RealDistance.h:16,
  16. from /opt/shogun/src/shogun/distance/CustomMahalanobisDistance.h:17,
  17. from /opt/shogun/src/shogun/metric/LMNN.h:18,
  18. from /opt/shogun/src/shogun/metric/LMNN.cpp:11:
  19. /opt/shogun/src/shogun/lib/SGVector.h: In instantiation of 'class shogun::SGVector<shogun::SGSparseVector<std::complex<double> > >':
  20. /opt/shogun/src/shogun/metric/LMNN.cpp:272:96: required from here
  21. /opt/shogun/src/shogun/lib/SGVector.h:50:46: error: invalid application of 'sizeof' to incomplete type 'shogun::SGSparseVector<std::complex<double> >'
  22. typedef typename std::aligned_storage<sizeof(T), alignof(T)>::type aligned_t;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement