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

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Sun Mar 4 17:38:05 EST 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, thanks.

 A few easy things to start with...

 1) There are various compiler options that aren't valid or are a bad idea
 e.g Wextra isn't valid and -Wall results in 100's of warnings and normally
 one sets it to somewhere between W2 and W4.

 2) cxxabi.h & execinfo.h are unknown to VS2010...I think it has something
 to do with the version of STL that is shipped with Visual Studio

 3) Find attached a log of an attempted build...

-- 
Ticket URL: <https://trac.research.cc.gatech.edu/fastlab/ticket/206#comment:2>
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