verne.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/
travis-ci has joined #mlpack
< travis-ci>
mlpack/mlpack#406 (master - f535c29 : Ryan Curtin): The build is still failing.
< zoq>
kirizaki: I tested the _NSGetExecutablePath function, which returns the right path. But I don't get the output you described in the README. It looks like bfd_find_nearest_line doesn't work properly.
< kirizaki>
so Your output is more less like this:
< kirizaki>
> ./stack
< kirizaki>
[DEBUG] Compiled with debugging symbols.
< kirizaki>
ok, can You use 'atos' with outputed adresses? is there any output?
< rcurtin>
ah I misunderstood, 'atos' is a standalone program
< rcurtin>
I'm not sure what it uses internally to decode addressees
< rcurtin>
*addresses
kirizaki has quit [Remote host closed the connection]
kirizaki has joined #mlpack
< kirizaki>
umm... I have OS X 10.11 working at virtualbox
< kirizaki>
and I want to build mlpack-master
< kirizaki>
is there everything should go same like before?
< rcurtin>
yeah, the process is the same
< rcurtin>
you might want to use homebrew or macports to install the dependencies
< rcurtin>
(I use macports, zoq uses homebrew)
< kirizaki>
I have to learn one of these because I'm very confused
< rcurtin>
both are similar to a package manager on Linux -- so with homebrew you might do 'brew install boost' (or something like this) and with macports, 'port install boost'