<p>In the mean time, I would suggest you guys change the warning popping during configuration</p>

<pre><code>CMake Warning at CMakeLists.txt:88 (message):
This is a 64-bit system, but Armadillo was compiled without 64-bit index
support.  Consider recompiling Armadillo with ARMA_64BIT_WORD to enable
64-bit indices (large matrix support).  MLPACK will still work without
ARMA_64BIT_WORD defined, but will not scale to matrices with more than 4
billion elements.
</code></pre>

<p>to something that sounds more "fatal" to catch people attention. Something like <code>MLPACK will still work without ARMA_64BIT_WORD defined</code> to "MLPACK may have problems (e.g. in logistic_regression_function) when ARMA_32BIT_WORD (or ARMA_64BIT_WORD) is not consistently configured". Something like that may be useful for users in tracing the issue.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href="https://github.com/mlpack/mlpack/issues/428#issuecomment-113202615">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFBzHX65oEgd-ZfmJPF3jIloXiBXQks5oUuMtgaJpZM4D3Y7n.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/428#issuecomment-113202615"></link>
    <meta itemprop="name" content="View Issue"></meta>
  </div>
  <meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>