[mlpack-git] [mlpack/mlpack] range_search_test.cpp is failing to build (#647)

Ayan Das notifications at github.com
Wed May 25 02:11:48 EDT 2016


After #645 the test file for range_search is failing to build. can you tell me how to fix ?

```
Generating man page for mlpack_nmf...
Generating man page for mlpack_logistic_regression...
Generating man page for mlpack_local_coordinate_coding...
Generating man page for mlpack_nca...
[ 51%] Built target man
Linking CXX executable ../../../bin/mlpack_test
CMakeFiles/mlpack_test.dir/range_search_test.cpp.o: In function `RangeSearchTest::RSModelTest::test_method()':
/home/ayan/Desktop/mlpack/src/mlpack/tests/range_search_test.cpp:1254: undefined reference to `mlpack::range::RSModel::RSModel(int, bool)'
/home/ayan/Desktop/mlpack/src/mlpack/tests/range_search_test.cpp:1255: undefined reference to `mlpack::range::RSModel::RSModel(int, bool)'
/home/ayan/Desktop/mlpack/src/mlpack/tests/range_search_test.cpp:1256: undefined reference to `mlpack::range::RSModel::RSModel(int, bool)'
/home/ayan/Desktop/mlpack/src/mlpack/tests/range_search_test.cpp:1257: undefined reference to `mlpack::range::RSModel::RSModel(int, bool)'
/home/ayan/Desktop/mlpack/src/mlpack/tests/range_search_test.cpp:1258: undefined reference to `mlpack::range::RSModel::RSModel(int, bool)'
CMakeFiles/mlpack_test.dir/range_search_test.cpp.o:/home/ayan/Desktop/mlpack/src/mlpack/tests/range_search_test.cpp:1259: more undefined references to `mlpack::range::RSModel::RSModel(int, bool)' follow
collect2: error: ld returned 1 exit status
make[2]: *** [bin/mlpack_test] Error 1
make[1]: *** [src/mlpack/tests/CMakeFiles/mlpack_test.dir/all] Error 2
make: *** [all] Error 2
```

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/647
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160524/a58e19d2/attachment-0001.html>


More information about the mlpack-git mailing list