[mlpack-git] [mlpack] Can not find <execinfo.h> (#360)

Grzegorz Krajewski notifications at github.com
Fri Mar 18 04:08:24 EDT 2016


I think this issue is resolved and should be closed, because ```Log::Assert()``` doesn't use ```execinfo.h``` anymore. It's replaced by:
```
#ifdef HAS_BFD_DL
  #include "backtrace.hpp"
#endif
```
Check it in: <a href="https://github.com/mlpack/mlpack/blob/master/src/mlpack/core/util/log.cpp#L10">log.cpp</a>.

---
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/360#issuecomment-198245872
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160318/66eef35c/attachment.html>


More information about the mlpack-git mailing list