<p>Yes, that's how I fixed it. Uncommenting that line in arma's config.hpp before running cmake/make/make install for mlpack<br>
The code that goes wrong in the application is a call to:</p>

<pre><code>mlpack::regression::LogisticRegression&lt;&gt; fit(x_train.t(), y_train)
</code></pre>

<p>where x is a 200x3 arma::mat and y is a 200x1 arma::vec</p>

<p>Otherwise I think I've put all the information I can above. I think it's an installation issue rather than the application. Perhaps the state of <code>ARMA_64BIT_WORD</code> is incorrectly detected</p>

<p>Installing as above, followed by such a call should reproduce the error. If it doesn't, or it is difficult to follow the exact same steps, I'm happy to close this as solved/fixed!</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/431#issuecomment-93460078">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFLloqqAShUuzhogrW3jn_qShcKWGks5n_oKmgaJpZM4EAT5C.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/431#issuecomment-93460078"></link>
    <meta itemprop="name" content="View Issue"></meta>
  </div>
  <meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>