[mlpack-git] [mlpack/mlpack] mlpack_export.h: No such file or directory (#633)

Ryan Curtin notifications at github.com
Mon May 2 09:55:30 EDT 2016


I think that we should leave this open until it's fixed, since it's a pretty big issue if you can't use mlpack after installation.  I took a look and I think Marcus's comments are right: the `#include <mlpack_export.h>` calls should all be changed to `#include <mlpack/mlpack_export.h>`.  But there's one more piece too:

In `src/mlpack/CMakeLists.txt`, there is a line that adds an include directory for mlpack_export.h (I think it's very near the top); if we change all the #includes, then this line is no longer necessary, so we should remove that too.

@xantares may have more comments on this, since he wrote the `mlpack_export.h` code (in #622).

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/633#issuecomment-216242259
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160502/190597b0/attachment.html>


More information about the mlpack-git mailing list