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/
< jenkins-mlpack> Project mlpack - nightly matrix build build #582: STILL FAILING in 6 hr 24 min: http://big.cc.gt.atl.ga.us:8080/job/mlpack%20-%20nightly%20matrix%20build/582/
< jenkins-mlpack> * Ryan Curtin: Add comment pointing out that there is a bug.
< jenkins-mlpack> * Ryan Curtin: Comment out XTreeTraverser test for now as per #368.
< jenkins-mlpack> * Ryan Curtin: I fixed a little bit, but I know this doesn't fix everything.
< naywhayare> oh crap, I had irssi scrolled up and I missed all the messages of the past two days
vdn has joined #mlpack
< vdn> Hey. I am trying to compile a sample code and I got the following error: libxml/parser.h: No such file or directory ; #include <libxml/parser.h>
< vdn> I checked the libxml directory and I can see parser.h
< vdn> Any help?
govg has quit [Quit: leaving]
govg has joined #mlpack
marcus_zoq has quit [Remote host closed the connection]
marcus_zoq has joined #mlpack
govg has quit [Ping timeout: 272 seconds]
govg has joined #mlpack
< marcus_zoq> vdn: Hello, maybe this helpful: http://trac.research.cc.gatech.edu/fastlab/ticket/297
< vdn> Thank u. It was helpful.
< marcus_zoq> vdn: Okay, great.
< vdn> I am facing another error. I am trying to execute the covariance computation as in http://www.mlpack.org/doxygen.php?doc=sample.html
< vdn> I compiled with : g++ -lmlpack -I/usr/include/libxml2/ covariance.cpp
< vdn> And I am getting lots of undefined references error.
< marcus_zoq> vdn: boost reference errors?
< vdn> No. Functions in the mlpack namespace. Eg: mlpack::Timer::Start() , mlpack::Log::Fatal
vdn has quit [Quit: Page closed]
< jenkins-mlpack> Project mlpack - nightly matrix build build #583: STILL FAILING in 7 hr 14 min: http://big.cc.gt.atl.ga.us:8080/job/mlpack%20-%20nightly%20matrix%20build/583/
vdn has joined #mlpack
< vdn> @marcus_zoq, is this the right platform to ask these questions or is there any other way?
< naywhayare> vdn: did you install mlpack to somewhere on your system, or just compile it in some directory?
< naywhayare> you may need to add the mlpack include directory to your search path, i.e. -I/path/to/mlpack/build/include/
< naywhayare> and then to the linker path too... -L/path/to/mlpack/build/lib/
< naywhayare> (I have to step out... I'll be back later)
< vdn> Ok.
vdn has quit [Ping timeout: 246 seconds]
govg has quit [Quit: leaving]
govg has joined #mlpack