Definition of least/fast datatypes

The NATIVE_INT_LEASTn and NATIVE_INT_FASTn datatypes are not defined on my
platform (Windows/VS). I browsed through some of the H5T source to try and
find out why, but it appears as if these types are never defined.

Am I missing something? Under what circumstances should I expect Least and
Fast datatypes to be available?

Hi Solomon,

Those correspond to the C99 extended integer types. Does the compiler you use support them? H5detect program generates H5Tinit.c file that should have those types defined.

Elena

···

On Oct 22, 2009, at 2:17 PM, Solomon Gibbs wrote:

The NATIVE_INT_LEASTn and NATIVE_INT_FASTn datatypes are not defined on my platform (Windows/VS). I browsed through some of the H5T source to try and find out why, but it appears as if these types are never defined.

Am I missing something? Under what circumstances should I expect Least and Fast datatypes to be available?
_______________________________________________
Hdf-forum is for HDF software users discussion.
Hdf-forum@hdfgroup.org
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org

That is the problem then. I've been working off of a pre-configured tree and
didn't realize that the code in question was dynamically generated.
Maddeningly, current versions of Visual Studio do not include stdint.h.
Maybe VS 2010 will.

Thanks for the tip.

···

On Thu, Oct 22, 2009 at 6:09 PM, Elena Pourmal <epourmal@hdfgroup.org>wrote:

Hi Solomon,

Those correspond to the C99 extended integer types. Does the compiler you
use support them? H5detect program generates H5Tinit.c file that should
have those types defined.

Elena

On Oct 22, 2009, at 2:17 PM, Solomon Gibbs wrote:

The NATIVE_INT_LEASTn and NATIVE_INT_FASTn datatypes are not defined on my

platform (Windows/VS). I browsed through some of the H5T source to try and
find out why, but it appears as if these types are never defined.

Am I missing something? Under what circumstances should I expect Least and
Fast datatypes to be available?
_______________________________________________
Hdf-forum is for HDF software users discussion.
Hdf-forum@hdfgroup.org
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org

_______________________________________________
Hdf-forum is for HDF software users discussion.
Hdf-forum@hdfgroup.org
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org