octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MXE mingw] "unknown type name 'int64_t'" with --enable-64 when comp


From: Jordi Gutiérrez Hermoso
Subject: Re: [MXE mingw] "unknown type name 'int64_t'" with --enable-64 when compiling mex files
Date: Fri, 22 Aug 2014 13:08:55 -0400

On Fri, 2014-08-22 at 09:55 -0700, Philip Nienhuis wrote:
> C:\Octave\octave64-3.8.2\include\octave-3.8.2\octave/mxarray.h:89:9: error:
> unknown type name 'int64_t'

These are part of the C and C++ standard:

    http://en.wikipedia.org/wiki/Stdint.h#stdint.h

They're "new", so I guess some older compilers might still not have
them, but more likely is that we just need to add some #includes.

- Jordi G. H.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]