[mlpack-git] [mlpack/mlpack] need help getting this installed on a Mac (#793)

Vicky Bilaniuk notifications at github.com
Tue Sep 27 20:22:31 EDT 2016


Hello!  I successfully installed the dependencies on a Mac (and I've compiled programs using them so I know they work), and I even managed to install mlpack without error using cmake, however when I try to compile one of the sample programs, I get this error:

/usr/local/include/mlpack/core/data/serialization_shim.hpp:48:56: error: a space is required between consecutive right angle brackets (use '> >')
            typename boost::enable_if<boost::is_class<U>>::type*,


Actually, I get many errors similar to that, until it gives up and quits (fatal error: too many errors emitted, stopping now [-ferror-limit=]).  It basically dies on nearly every line in every mlpack header.

I googled and found very little on this, except another project that ran into a similar issue:
https://github.com/symengine/symengine/issues/344

I just haven't the faintest idea how to do what they did.

I'm presently using Clang version 7.3.0, recently downgraded from 8 because 8 breaks CUDA :-(

I'm willing to entertain the idea of installing gcc (or an even older Clang) if it's possible to do that without completely breaking everything that's already installed and working with Clang.  But I'm really hoping someone here has seen this before and knows what to do.

-- 
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/793
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160927/056d6455/attachment.html>


More information about the mlpack-git mailing list