<p>Files are installed successfully and are located in <code>/usr/local/nclude/mlpack</code> with path configured.<br>
command line applications work perfectly.</p>

<p>I ran the timer example to see if mlpack is installed,<br>
but I am getting the following error on my new Ubuntu 16.04 machine:</p>

<pre><code>keon@buntu:~/projects/test$ g++ -std=c++11 timer.cpp
In file included from /usr/local/include/mlpack/core.hpp:199:0,
                 from timer.cpp:1:
/usr/local/include/mlpack/core/util/log.hpp:11:27: fatal error: mlpack_export.h: No such file or directory
</code></pre>

<p>I tried with other simple examples and not being able to import <code>mlpack_export.h</code> seems to be the problem because when I manually commented line in log.hpp:11:27 out, same error occurred in other file when it tried to import <code>mlpack_export.h</code>.</p>

<p>I tried manually adding mlpack_export.h to the PATH but it didn't seem to work.</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/633">view it on GitHub</a><img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFCwOxLEJWK8pYIggIg6OawE9z9WLks5p87oqgaJpZM4ITevn.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/633"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>