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/
ak has joined #mlpack
< ak> i am having problems in building mlpack
< ak> when i do make
< ak> after 30% I get this error
< ak> actually let me CMakeFiles/cf.dir/cf_main.cpp.o: In function `boost::program_options::validation_error::validation_error(boost::program_options::validation_error::kind_t, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)': cf_main.cpp:(.text._ZN5boost15program_options16validation_errorC2ENS1_6kind_tERKSsS4_i[_ZN5boost15progra
< ak> undefined reference to `boost::program_options::detail::cmdline::get_canonical_option_prefix()' collect2: ld returned 1 exit status make[2]: *** [bin/cf] Error 1 make[1]: *** [src/mlpack/methods/cf/CMakeFiles/cf.dir/all] Error 2 make: *** [all] Error 2
< ak> ignore the previous one
ak has left #mlpack []
< naywhayare> if anyone else wants to help and he comes back and I'm not around, I'd bet the version of boost he's including is different than the one he's linking against or something weird like that
< naywhayare> would need to check BOOST_INCLUDE_DIR and BOOST_LIBRARIES, etc...