[mlpack-git] [mlpack] Compiling on Archlinux (#574)

Ryan Curtin notifications at github.com
Tue Mar 15 11:35:01 EDT 2016


I also hit this on an Arch box yesterday.  The libbfd maintainers are obstinate:

https://sourceware.org/bugzilla/show_bug.cgi?id=14243
https://sourceware.org/bugzilla/show_bug.cgi?id=15920

They claim that bfd is an "internal only" library and should not be used by other projects, and use this to justify their decision to force users to define `PACKAGE` and `PACKAGE_VERSION` themselves (thereby making the check meaningless to begin with!).

I don't like it, but probably the only solution here is to define those two variables in backtrace.hpp right before bfd.h is included, and then undefine them right after bfd.h is included.

---
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/574#issuecomment-196881642
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160315/564cf8be/attachment.html>


More information about the mlpack-git mailing list