cameron.freenode.net changed the topic of #mlpack to: http://www.mlpack.org/ -- We don't respond instantly... but we will respond. Give it a few minutes. Or hours. -- Channel logs: http://www.mlpack.org/irc/
tarun_ml_enthusi has joined #mlpack
tarun_ml_enthusi has quit [Quit: Page closed]
jbc_ has quit [Quit: jbc_]
laituan245 has joined #mlpack
laituan245 has quit [Client Quit]
ashishtilokani has joined #mlpack
< ashishtilokani>
Hi...Can someone tell me how use the cpp files in the test folder?
< ashishtilokani>
Currently I am using the above command and I am getting the following error after a few seconds: collect2: error: ld returned 1 exit status
ashishtilokani has quit [Ping timeout: 246 seconds]
ashishtilokani has joined #mlpack
< naywhayare>
Hi ashishtilokani, don't compile those files individually
< naywhayare>
use cmake to compile mlpack_test
ashishtilokani has left #mlpack []
ashishtilokani has joined #mlpack
< ashishtilokani>
when using make I get libxml/parser error
< naywhayare>
that's not very helpful. can you paste the actual error messages?
ashishtilokani_ has joined #mlpack
< ashishtilokani_>
usr/local/include/mlpack/core/util/save_restore_utility.hpp:34:27: fatal error: libxml/parser.h: No such file or directory #include <libxml/parser.h>
< naywhayare>
how are you building mlpack?
< naywhayare>
you haven't told me what you are trying to do
< naywhayare>
are you building mlpack, or are you building a program that links against mlpack, or what?
< ashishtilokani_>
mlpack_test
< ashishtilokani_>
trying to use it
ashishtilokani has quit [Ping timeout: 246 seconds]
< ashishtilokani_>
when you told me not to individually compile test files like load_save_test
< naywhayare>
yes, but how are you compiling mlpack_test?
< naywhayare>
what are you typing on the command-line?