[mlpack-git] [mlpack/mlpack] Building mlpack with llvm's clang yields template parenthesis error (#797)

Ivan Georgiev notifications at github.com
Wed Oct 5 09:01:03 EDT 2016


While trying to build mlpack wth OpenMP support using [llvm](http://www.llvm.org)'s `clang` compiler on MacOS 10.11.6 (refer to issue #796), and after commenting the NewCXX11.cmake directive to avoid the `cmake`'s error. The building process starts, but with the following error:

```
In file included from /Users/jonan/CCC/IDEAConsult/ExCAPE/libs/mlpack/src/mlpack/../mlpack/core/data/load_arff.hpp:54:
/Users/jonan/CCC/IDEAConsult/ExCAPE/libs/mlpack/src/mlpack/../mlpack/core/data/load_arff_impl.hpp:46:66: error: a space is required
      between consecutive right angle brackets (use '> >')
      typedef boost::tokenizer<boost::escaped_list_separator<char>> Tokenizer;
                                                                 ^~
                                                                 > >
```


-- 
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/797
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20161005/5ec8d6e7/attachment-0001.html>


More information about the mlpack-git mailing list