[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
Mon Apr 16 23:16:53 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  |   Resolution:         
  Keywords:                |     Blocking:         
Blocked By:                |  
---------------------------+------------------------------------------------

Comment (by rcurtin):

 Okay, I can't reproduce this.  I have a 32-bit Windows 7 machine which I'm
 using to build MLPACK on; I'm using the Visual Studio 2010 compiler, with
 VS2010 Ultimate.  Intellisense reports that `uint64_t` is defined in
 `stdint.h`, on line 60:

 {{{
 59 typedef _Longlong int64_t;
 60 typedef _ULonglong uint64_t;
 61
 62 typedef _Longlong int_least64_t;
 63 typedef _ULonglong uint_least64_t;
 64
 65 typedef _Longlong int_fast64_t;
 66 typedef _ULonglong uint_fast64_t;
 }}}

 Theoretically you should see the same in the version of `stdint.h` you are
 using... if you don't, can you write what you do have?  And more
 information about your system so I can try and reproduce this?

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