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/
< rcurtin>
yeah, I put 100 out and they all disappeared in the first day!
< rcurtin>
I still have probably 150 at home; I'll bring a bunch to the NumFOCUS summit
< rcurtin>
but maybe I will have to order more sometime soonish :)
SP9144 has joined #mlpack
< zoq>
ALso, I still like to put some time into the ensmallen stuff as well :)
SP9144 has quit [Ping timeout: 252 seconds]
SP9144 has joined #mlpack
Nakul has joined #mlpack
< Nakul>
Hello !
< Nakul>
CMake Warning at CMakeLists.txt:570 (message): txt2man not found; man pages will not be generated.-- Not building Markdown bindings.-- Found Python: /home/knakul853/anaconda3/bin/python-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Configuring done-- Generating done-- Build files have been written to:
< Nakul>
/home/knakul853/Desktop/Gsoc2020/mlpack-3.2.1/buildgetting this error
< Nakul>
could anyone help..
< Nakul>
Never mind solved. : )
< zoq>
Nakul: txt2man and doxygen are optional for the build
< Nakul>
I am getting this error while executing command ```sudo make install```
< Nakul>
```[ 1%] Built target pkgconfigmake[2]: *** No rule to make target '/usr/lib/libarmadillo.so', needed by 'lib/libmlpack.so.3.2'. Stop.CMakeFiles/Makefile2:337: recipe for target 'src/mlpack/CMakeFiles/mlpack.dir/all' failedmake[1]: *** [src/mlpack/CMakeFiles/mlpack.dir/all] Error 2Makefile:138: recipe for target 'all' failedmake: *** [all] Error
< Nakul>
2```
< Nakul>
zoq thanks
< Nakul>
for info.
< zoq>
Nakul: Same if you run make first?
< Nakul>
yes
< zoq>
this is for mlpack right and not armadillo?
< zoq>
perhaps it makes sense to start with a clean build
< zoq>
e.g. checkout mlpack create the build folder
< zoq>
run cmake and make afterwards
< rcurtin>
Nakul: can you tell us a little bit about how you configured, and how you installed Armadillo?
< rcurtin>
to me that build error seems to indicate that the file /usr/lib/libarmadillo.so doesn't exist