[mlpack-svn] [MLPACK] #257: SaveParamter Build Error

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Thu Nov 1 10:37:15 EDT 2012


#257: SaveParamter Build Error
---------------------+------------------------------------------------------
  Reporter:  Adam    |        Owner:     
      Type:  defect  |       Status:  new
  Priority:  major   |    Milestone:     
 Component:  mlpack  |   Resolution:     
  Keywords:          |     Blocking:     
Blocked By:          |  
---------------------+------------------------------------------------------
Description changed by Adam:

Old description:

> When building from the latest SVN version in VS2010 I get the following
> build error,
>
> error : function "mlpack::util::SaveRestoreUtility::SaveParameter(const T
> &, const std::string &) [with T=arma::vec]" cannot be specialized in the
> current scope
> 2>    void SaveRestoreUtility::SaveParameter(const arma::vec& t,

New description:

 When building from the latest SVN version in VS2010 I get the following
 build error,

 When using VS2010 compiler...

 2>..\..\..\src\mlpack\core\util\save_restore_utility.cpp(194): error
 C2888: 'arma::vec
 &mlpack::util::SaveRestoreUtility::LoadParameter<arma::vec>(arma::vec
 &,const std::string &)' : symbol cannot be defined within namespace
 'utilities'
 2>..\..\..\src\mlpack\core\util\save_restore_utility.cpp(201): error
 C2888: 'void
 mlpack::util::SaveRestoreUtility::SaveParameter<arma::vec>(const arma::vec
 &,const std::string &)' : symbol cannot be defined within namespace
 'utilities'


 When using Intel Compiler...

 error : function "mlpack::util::SaveRestoreUtility::SaveParameter(const T
 &, const std::string &) [with T=arma::vec]" cannot be specialized in the
 current scope
 2>    void SaveRestoreUtility::SaveParameter(const arma::vec& t,

--

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