<p>Thanks for the assistance,</p>

<h2>This time I went into the build directory and ran "cmake ../" and the error I got is this.</h2>

<p>-- Armadillo libraries: /usr/lib/libarmadillo.so<br>
CMake Error at /usr/share/cmake-3.5/Modules/FindBoost.cmake:1677 (message):<br>
  Unable to find the requested Boost libraries.<br>
 Boost version: 1.58.0<br>
 Boost include path: /usr/include<br>
Could not find the following Boost libraries:<br>
   boost_unit_test_framework<br>
    boost_serialization<br>
 Some (but not all) of the required Boost libraries were found.  You may<br>
  need to install these additional Boost libraries.  Alternatively, set<br>
  BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT<br>
  to the location of Boost.<br>
Call Stack (most recent call first):<br>
  CMakeLists.txt:213 (find_package)<br>
-- Could NOT find Git (missing:  GIT_EXECUTABLE) <br>
CMake Warning (dev) at src/mlpack/methods/neighbor_search/CMakeLists.txt:39 (get_property):<br>
  Policy CMP0026 is not set: Disallow use of the LOCATION target property.<br>
  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy<br>
  command to set the policy and suppress this warning.</p>

<p>The LOCATION property should not be read from target "mlpack_knn".  Use the<br>
  target name directly with add_custom_command, or use the generator<br>
  expression $, as appropriate.</p>

<p>This warning is for project developers.  Use -Wno-dev to suppress it.</p>

<p>CMake Warning (dev) at src/mlpack/methods/neighbor_search/CMakeLists.txt:47 (get_property):<br>
  Policy CMP0026 is not set: Disallow use of the LOCATION target property.<br>
  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy<br>
  command to set the policy and suppress this warning.</p>

<p>The LOCATION property should not be read from target "mlpack_kfn".  Use the<br>
  target name directly with add_custom_command, or use the generator<br>
  expression $, as appropriate.</p>

<p>This warning is for project developers.  Use -Wno-dev to suppress it.</p>

<p>CMake Warning (dev) at src/mlpack/methods/rann/CMakeLists.txt:42 (get_property):<br>
  Policy CMP0026 is not set: Disallow use of the LOCATION target property.<br>
  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy<br>
  command to set the policy and suppress this warning.</p>

<p>The LOCATION property should not be read from target "mlpack_krann".  Use<br>
  the target name directly with add_custom_command, or use the generator<br>
  expression $, as appropriate.</p>

<p>This warning is for project developers.  Use -Wno-dev to suppress it.<br>
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) <br>
CMake Warning at CMakeLists.txt:358 (message):<br>
  txt2man not found; man pages will not be generated.<br>
-- Configuring incomplete, errors occurred!</p>

<h2>See also "/home/prashant/mlpack-2.0.3/build/CMakeFiles/CMakeOutput.log".</h2>

<p>I tried installing boost through "sudo apt-get install libboost-all-dev", But after running "cmake" again the error was same as above. I guess cmake is unable to find the location of these boost libraries. Also SInce I am new to cmake I am assuming by "CMake output" you mean "CMakeOutput.log" ?? ,Anyways since the output is very long I am posting this pastebin [<a href="http://pastebin.com/rUGuFYyc">http://pastebin.com/rUGuFYyc</a>] link.</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/791#issuecomment-249451704">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJ4bFPtH0hN22udJSyYOG2sHRDRl3SUgks5qtvqXgaJpZM4KF_O-">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFMV9P9un4BfRArq-_m4cUYNUI53pks5qtvqXgaJpZM4KF_O-.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/791#issuecomment-249451704"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>

<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/mlpack/mlpack","title":"mlpack/mlpack","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/mlpack/mlpack"}},"updates":{"snippets":[{"icon":"PERSON","message":"@prashantkn94 in #791: Thanks for the assistance,\r\nThis time I went into the build directory and ran \"cmake ../\" and the error I got is this.\r\n----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\r\n-- Armadillo libraries: /usr/lib/libarmadillo.so\r\nCMake Error at /usr/share/cmake-3.5/Modules/FindBoost.cmake:1677 (message):\r\n  Unable to find the requested Boost libraries.\r\n Boost version: 1.58.0\r\n Boost include path: /usr/include\r\nCould not find the following Boost libraries:\r\n   boost_unit_test_framework\r\n    boost_serialization\r\n Some (but not all) of the required Boost libraries were found.  You may\r\n  need to install these additional Boost libraries.  Alternatively, set\r\n  BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT\r\n  to the location of Boost.\r\nCall Stack (most recent call first):\r\n  CMakeLists.txt:213 (find_package)\r\n-- Could NOT find Git (missing:  GIT_EXECUTABLE) \r\nCMake Warning (dev) at src/mlpack/methods/neighbor_search/CMakeLists.txt:39 (get_property):\r\n  Policy CMP0026 is not set: Disallow use of the LOCATION target property.\r\n  Run \"cmake --help-policy CMP0026\" for policy details.  Use the cmake_policy\r\n  command to set the policy and suppress this warning.\r\n\r\n  The LOCATION property should not be read from target \"mlpack_knn\".  Use the\r\n  target name directly with add_custom_command, or use the generator\r\n  expression $\u003cTARGET_FILE\u003e, as appropriate.\r\n\r\nThis warning is for project developers.  Use -Wno-dev to suppress it.\r\n\r\nCMake Warning (dev) at src/mlpack/methods/neighbor_search/CMakeLists.txt:47 (get_property):\r\n  Policy CMP0026 is not set: Disallow use of the LOCATION target property.\r\n  Run \"cmake --help-policy CMP0026\" for policy details.  Use the cmake_policy\r\n  command to set the policy and suppress this warning.\r\n\r\n  The LOCATION property should not be read from target \"mlpack_kfn\".  Use the\r\n  target name directly with add_custom_command, or use the generator\r\n  expression $\u003cTARGET_FILE\u003e, as appropriate.\r\n\r\nThis warning is for project developers.  Use -Wno-dev to suppress it.\r\n\r\nCMake Warning (dev) at src/mlpack/methods/rann/CMakeLists.txt:42 (get_property):\r\n  Policy CMP0026 is not set: Disallow use of the LOCATION target property.\r\n  Run \"cmake --help-policy CMP0026\" for policy details.  Use the cmake_policy\r\n  command to set the policy and suppress this warning.\r\n\r\n  The LOCATION property should not be read from target \"mlpack_krann\".  Use\r\n  the target name directly with add_custom_command, or use the generator\r\n  expression $\u003cTARGET_FILE\u003e, as appropriate.\r\n\r\nThis warning is for project developers.  Use -Wno-dev to suppress it.\r\n-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) \r\nCMake Warning at CMakeLists.txt:358 (message):\r\n  txt2man not found; man pages will not be generated.\r\n-- Configuring incomplete, errors occurred!\r\nSee also \"/home/prashant/mlpack-2.0.3/build/CMakeFiles/CMakeOutput.log\".\r\n----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\r\nI tried installing boost through \"sudo apt-get install libboost-all-dev\", But after running \"cmake\" again the error was same as above. I guess cmake is unable to find the location of these boost libraries. Also SInce I am new to cmake I am assuming by \"CMake output\" you mean \"CMakeOutput.log\" ?? ,Anyways since the output is very long I am posting this pastebin [http://pastebin.com/rUGuFYyc] link."}],"action":{"name":"View Issue","url":"https://github.com/mlpack/mlpack/issues/791#issuecomment-249451704"}}}</script>