<p>As an update, in 'columns_to_block.cpp' I made this change below:</p>

<pre><code>//const size_t root = (size_t) std::round(std::sqrt(value));
  const size_t root = (size_t) round(std::sqrt(value));
</code></pre>

<p>I guess the std qualification is necessary for C++11, which I disabled - I believe. I guess the round am using is now coming from one of the mlpack or math namespaces. </p>

<p>This has allowed me to proceed further with the make. Let me see how this goes.</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 or <a href="https://github.com/mlpack/mlpack/issues/610#issuecomment-208618868">view it on GitHub</a><img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFP6aF0LDJnWZ-vf7aWzjAbkzK4kAks5p2ttfgaJpZM4IEgrW.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/610#issuecomment-208618868"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>