<p>I'm using vs 2013 to develope my programs. And I need to use mlpack built by vs2013. But there is a lot of errors when I build it with vc2013 on windows 10. <br>
My cmake settings are as following:<br>
<a href="http://imgdata.hoop8.com/1605/0403663629894.png">http://imgdata.hoop8.com/1605/0403663629894.png</a> <br>
Since vs2013 doesn't support 'constexp' keyword, change the line 34 of gaussian_distribution.hpp<br>
<code>static const constexpr double log2pi = 1.83787706640934533908193770912475883;</code><br>
to<br>
<code>double log2pi = 1.83787706640934533908193770912475883;</code><br>
Then, I build ALL_BUILD, the error list is in the attachments Error_List.txt.<br>
<a href="https://github.com/mlpack/mlpack/files/290747/Error_List.txt">Error_List.txt</a></p>

<p>The BLAS.lib and LAPACK.lib are downloaded from internet, since I could not build them with vs2013 successfully either.</p>

<p>Could anybody tell me how to do a correct build?<br>
Thank you!</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/mlpack/mlpack/issues/659">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFBLdfY4myTi9lCY32D_kDduQLSw1ks5qHAIFgaJpZM4IqWcM">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFJfI34J4_0ssYs0h7E-URgTlT98jks5qHAIFgaJpZM4IqWcM.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/mlpack/mlpack/issues/659"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>