[mlpack-git] [mlpack/mlpack] unable to compile a sample program of covariance calculation (#781)

Ryan Curtin notifications at github.com
Mon Sep 5 21:17:32 EDT 2016


Hi there, unfortunately I can't understand this bug report or if it is even a bug report.  Please carefully read the output of the compiler before opening issues like this, and if you do open an issue like this, please include relevant details on what you have done---it is very hard to help you out unless you provide useful information.

In your case I can guess that you are not compiling your program in C++11 mode because this error message is in your output:

```
/usr/local/include/mlpack/core/dists/gaussian_distribution.hpp:41:16: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11
```

Please try fixing that before opening an issue here.  If that does not fix your issue, I'm not 100% sure how to help since I don't have any information on how the program was compiled, what your system information is, and so forth.  Thanks!

-- 
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/781#issuecomment-244828588
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160905/2e0fc73a/attachment.html>


More information about the mlpack-git mailing list