ChanServ changed the topic of #mlpack to: "mlpack: a fast, flexible machine learning library :: We don't always respond instantly, but we will respond; please be patient :: Logs at http://www.mlpack.org/irc/
ImQ009 has joined #mlpack
M7Ain7Soph77Ain7 has joined #mlpack
< M7Ain7Soph77Ain7> Hello everyone; having issues building mlpack. make gets stuck on [ 18%] Linking CXX executable ../../../../bin/mlpack_adaboost.exe. gives the following errors
< rcurtin[m]> 7Ain7Soph7 (7Ain7Soph7): can you provide more of the error output?
< M7Ain7Soph77Ain7> hello Ryan..sent you an email about five minutes ago with output from g++ -v , gcc -v cygcheck and make clean && VERBOSE=1 make. new here, is it possible to upload files ?
< rcurtin[m]> oh hey there, I didn't realize we'd already been corresponding over email
< rcurtin[m]> I hadn't had a chance to take a look at what you sent yet---I have some meetings this morning but I think I can handle it early afternoon (I'm on the east coast of the US)
< rcurtin[m]> for uploading files, usually I would use something like pastebin and then put a link to the paste here
< rcurtin[m]> it might be better to post here about it, since then more people than just me can respond :)
< M7Ain7Soph77Ain7> great!
< M7Ain7Soph77Ain7> https://pastebin.com/0iFtXyGH
< shrit[m]> 7Ain7Soph7 (7Ain7Soph7): You do not seem to have mlpack installed on you system
< M7Ain7Soph77Ain7> @shrit:matrix.org : really ! well I did the usual cmake.. && make
< shrit[m]> did you run `make install`?
< M7Ain7Soph77Ain7> @shrit:matrix.org nope. got stuck on make
< shrit[m]> Would you ruin just `make VERBOSE=1 mlpack`
< shrit[m]> *run
< shrit[m]> * Would you run just `make VERBOSE=1 mlpack`
< M7Ain7Soph77Ain7> @shrit:matrix.org running make install
< M7Ain7Soph77Ain7> @shrit:matrix.org this is the end of the error message from running make install
< shrit[m]> I see,
< shrit[m]> would you run `make clean`
< shrit[m]> and then run `make VERBOSE=1 mlpack`
< M7Ain7Soph77Ain7> @shrit:matrix.org : when i run make VERBOSE=1 mlpack
< M7Ain7Soph77Ain7> I got : [100%] Built target mlpack
< M7Ain7Soph77Ain7> but now I am running a clean make , so taking time to build
gtank___ has quit [Ping timeout: 258 seconds]
gtank___ has joined #mlpack
< M7Ain7Soph77Ain7> @shrit:matrix.org I do not see any executables in bin, only dll
ImQ009 has quit [Read error: Connection reset by peer]
ImQ009 has joined #mlpack
ImQ009 has quit [Client Quit]
ImQ009 has joined #mlpack
ImQ009 has quit [Quit: Leaving]
< shrit[m]> Would you now run `make mlpack_adaboost`?