[mlpack-svn] [MLPACK] #206: Building mlpack with VS2010?

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Fri Mar 16 08:29:33 EDT 2012


#206: Building mlpack with VS2010?
----------------------------------+-----------------------------------------
  Reporter:  Adam                 |        Owner:     
      Type:  defect               |       Status:  new
  Priority:  major                |    Milestone:     
 Component:  mlpack               |   Resolution:     
  Keywords:  VS2010, Compilation  |     Blocking:     
Blocked By:                       |  
----------------------------------+-----------------------------------------

Comment (by Adam):

 Ok got it building now....bascially the solution created from your CMAKE
 is incorrect / incomplete.

 Missing in the Linker settings in VS2010 projects are

 Additional Library Directories
 -> location of .lib / .dll for lapack /blas...as standard they are in
 armadillo/examples/lib_win32

 Additional Dependenices
 lapack_win32_MT.lib
 blas_win32_MT.lib
 (first in the list and in that order...important won't build otherwise)

-- 
Ticket URL: <http://trac.research.cc.gatech.edu/fastlab/ticket/206#comment:16>
MLPACK <www.fast-lab.org>
MLPACK is an intuitive, fast, and scalable C++ machine learning library developed by the FASTLAB at Georgia Tech under Dr. Alex Gray.


More information about the mlpack-svn mailing list