[mlpack-svn] [MLPACK] #354: I cannot build mlpack

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Thu Jun 19 13:36:28 EDT 2014


#354: I cannot build mlpack
---------------------+------------------------------------------------------
  Reporter:  Shi     |        Owner:  birm  
      Type:  defect  |       Status:  closed
  Priority:  major   |    Milestone:        
 Component:  mlpack  |   Resolution:  fixed 
  Keywords:          |     Blocking:        
Blocked By:          |  
---------------------+------------------------------------------------------
Changes (by rcurtin):

  * status:  accepted => closed
  * resolution:  => fixed


Comment:

 The two versions of Boost on your system are definitely the issue, and the
 ticket birm linked to seems to be another user with the same problem. You
 can see that the CMakeCache.text file has Boost_INCLUDE_DIR as
 /usr/local/include and Boost_LIBRARY_DIRS as /usr/lib/.  Try specifying
 the BOOST_INCLUDE_DIR variable on the Cmake command line:

 {{{
 cmake -D BOOST_INCLUDEDIR=/usr/include/ ../
 }}}

 and that should persuade CMake to use the version in /usr/lib. You could
 alternately specify BOOST_ROOT=/usr/.  If neither of those things fix your
 issue, feel free to reopen the ticket.

-- 
Ticket URL: <http://trac.research.cc.gatech.edu/fastlab/ticket/354#comment:4>
MLPACK <www.fast-lab.org>
MLPACK is an intuitive, fast, and scalable C++ machine learning library developed at Georgia Tech.


More information about the mlpack-svn mailing list