Advertisement
Guest User

Error

a guest
Mar 22nd, 2014
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. [ 1%] Building CXX object src/shogun/CMakeFiles/libshogun.dir/mathematics/linalg/ratapprox/logdet/LogDetEstimator.cpp.o
  2. /home/nikolisgal/gitRepository/shogun/src/shogun/mathematics/linalg/ratapprox/logdet/LogDetEstimator.cpp: In constructor ‘shogun::CLogDetEstimator::CLogDetEstimator(shogun::SGSparseMatrix<double>)’:
  3. /home/nikolisgal/gitRepository/shogun/src/shogun/mathematics/linalg/ratapprox/logdet/LogDetEstimator.cpp:53:2: error: ‘CLanczosEigenSolver’ was not declared in this scope
  4. CLanczosEigenSolver* eig_solver=new CLanczosEigenSolver(op);
  5. ^
  6. /home/nikolisgal/gitRepository/shogun/src/shogun/mathematics/linalg/ratapprox/logdet/LogDetEstimator.cpp:53:23: error: ‘eig_solver’ was not declared in this scope
  7. CLanczosEigenSolver* eig_solver=new CLanczosEigenSolver(op);
  8. ^
  9. /home/nikolisgal/gitRepository/shogun/src/shogun/mathematics/linalg/ratapprox/logdet/LogDetEstimator.cpp:53:38: error: expected type-specifier before ‘CLanczosEigenSolver’
  10. CLanczosEigenSolver* eig_solver=new CLanczosEigenSolver(op);
  11. ^
  12. /home/nikolisgal/gitRepository/shogun/src/shogun/mathematics/linalg/ratapprox/logdet/LogDetEstimator.cpp:53:38: error: expected ‘;’ before ‘CLanczosEigenSolver’
  13. make[2]: *** [src/shogun/CMakeFiles/libshogun.dir/mathematics/linalg/ratapprox/logdet/LogDetEstimator.cpp.o] Error 1
  14. make[1]: *** [src/shogun/CMakeFiles/libshogun.dir/all] Error 2
  15. make: *** [all] Error 2
  16. [nikolisgal@localhost build]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement