Guest User

Untitled

a guest
Jun 26th, 2016
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. [ 29%] Linking CXX executable ../../../../bin/mlpack_edge_boxes
  2. CMakeFiles/mlpack_edge_boxes.dir/edge_boxes_main.cpp.o: In function `main':
  3. /home/nilay/mymlpack/myfork/mlpack/src/mlpack/methods/edge_boxes/edge_boxes_main.cpp:(.text+0xee): undefined reference to `mlpack::structured_tree::StructuredForests<arma::Mat<double>, arma::Cube<double> >::StructuredForests(mlpack::structured_tree::FeatureParameters)'
  4. /home/nilay/mymlpack/myfork/mlpack/src/mlpack/methods/edge_boxes/edge_boxes_main.cpp:(.text+0x211): undefined reference to `mlpack::structured_tree::StructuredForests<arma::Mat<double>, arma::Cube<double> >::PrepareData(arma::Mat<double> const&, arma::Mat<double> const&, arma::Mat<double> const&)'
  5. c++: error: linker command failed with exit code 1 (use -v to see invocation)
  6. *** Error code 1
  7.  
  8. Stop.
  9. make[2]: stopped in /usr/home/nilay/mymlpack/myfork/mlpack/build
  10. *** Error code 1
  11.  
  12. Stop.
  13. make[1]: stopped in /usr/home/nilay/mymlpack/myfork/mlpack/build
  14. *** Error code 1
  15.  
  16. Stop.
  17. make: stopped in /usr/home/nilay/mymlpack/myfork/mlpack/build
  18. [nilay@misc ~/mymlpack/myfork/mlpack/build]$ -v
  19. -bash: -v: command not found
Add Comment
Please, Sign In to add comment