MantisBT - Xdmf
View Issue Details
0001746Xdmfpublic2005-04-05 15:442005-04-21 14:57
Randall Hand 
System Admin 
normalmajoralways
assignedopen 
0001746: Errors during compiling Xdmf
When compiling Xdmf, with VTK enabled, using the MipsPro compilers on an SGI IRIX64, with "-g -O -64 -mips4 -ptused -c99", I get several errors about the "UNUSED" #define.

compile output log attached, along with H5pubconf.h
No tags attached.
log output.log (5,783) 1969-12-31 19:00
https://public.kitware.com/Bug/file/260/output.log
? H5pubconf.h (17,229) 1969-12-31 19:00
https://public.kitware.com/Bug/file/261/H5pubconf.h
txt patch.txt (996) 1969-12-31 19:00
https://public.kitware.com/Bug/file/276/patch.txt
Issue History

Notes
(0002356)
Randall Hand   
2005-04-21 14:57   
I was able to manually download/compile/install HDF5 1.6.4 from ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/current/src/ [^]

Then, I reconfigured Xdmf to use the System HDF5 instead of it's own version. That advanced the compile to a few errors in XdmfDataDesc.cxx regarding use of hssize_t and hsize_t double-pointers. The attached patch fixed this problem and allowed the compile to complete.