[mlpack-git] [mlpack] ARMADILLO_INCLUDE_DIR-NOTFOUND/armadillo_bits/config.hpp not found (#511)

Ryan Curtin notifications at github.com
Mon Feb 1 13:31:16 EST 2016


`ARMADILLO_LIBRARY` needs to be set to the actual file `libarmadillo.so`, so in your case I think this would be `/home/rcf-40-haifengc/panfs/armadillo-6.500.4/libarmadillo.so`.  Also, did you install Armadillo to a local directory or are you setting `ARMADILLO_INCLUDE_DIR` to the source directory you unpacked?  The latter can cause problems (due to the way Armadillo configures and works), so it's a good idea to install Armadillo to some other local directory.  You can do that with something like `make DESTDIR=/path/to/somewhere/ install`, then you should set `ARMADILLO_INCLUDE_DIR` and `ARMADILLO_LIBRARY` accordingly.

Once those things are figured out, I think maybe we can revisit the linking problems (I think the linker problems have to do with incorrect paths, etc.).

---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/511#issuecomment-178113107
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160201/87994e9b/attachment.html>


More information about the mlpack-git mailing list