diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2005-01-04 06:28:02 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2005-01-04 06:28:02 (GMT) |
commit | 2890c60ff238c7ceaba477a43ef9bb92826522e3 (patch) | |
tree | 7014900504ab71c9429d565d701483f33e760d0b /doc/html/RM_H5Front.html | |
parent | 090a38b60703442c548d5d919dfc69e734c4a8d1 (diff) | |
download | hdf5-2890c60ff238c7ceaba477a43ef9bb92826522e3.zip hdf5-2890c60ff238c7ceaba477a43ef9bb92826522e3.tar.gz hdf5-2890c60ff238c7ceaba477a43ef9bb92826522e3.tar.bz2 |
[svn-r9739] Purpose: Maintenance
Description:
On kelgia, the compiler tried to match cerr/cout an hsize_t or
hssize_t with operator<< for an "unsigned short" or "short"
instead of "unsigned long long" or "long long" because of the
following in the header file "/opt/aCC/include/iostream/iostream.h":
#ifdef _INCLUDE_LONGLONG
ostream& operator<<(long long);
ostream& operator<<(unsigned long long);
#endif
Solution:
Added -D_INCLUDE_LONGLONG to CXXFLAGS. Note: I don't understand
why it is ok on other platforms.
Platforms tested:
HPUX 11.00 (kelgia)
Diffstat (limited to 'doc/html/RM_H5Front.html')
0 files changed, 0 insertions, 0 deletions