[mlpack-svn] [MLPACK] #224: Build Error with Latest SVN Version (32-bit VS2010 Win 7 machine)

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Sat Apr 14 13:21:49 EDT 2012


#224: Build Error with Latest SVN Version (32-bit VS2010 Win 7 machine)
--------------------------+-------------------------------------------------
 Reporter:  Adam          |        Owner:  rcurtin
     Type:  defect        |       Status:  new    
 Priority:  major         |    Milestone:         
Component:  build system  |     Keywords:         
 Blocking:                |   Blocked By:         
--------------------------+-------------------------------------------------
 I get the following errors when I attempt to build a 32-bit release
 version via VS2010 off the latest svn version.

 timers.cpp
 F:\Data\sdks\mlpack\src\mlpack\core\util\timers.cpp(151): error :
 identifier "uint64_t" is undefined
      uint64_t ptime = 0;
      ^

 F:\Data\sdks\mlpack\src\mlpack\core\util\timers.cpp(151): error : expected
 a ";"
      uint64_t ptime = 0;
               ^

 F:\Data\sdks\mlpack\src\mlpack\core\util\timers.cpp(155): error :
 identifier "ptime" is undefined
 ptime |= ftime.dwHighDateTime;

-- 
Ticket URL: <http://trac.research.cc.gatech.edu/fastlab/ticket/224>
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