I am trying to compile ZORI on an AMD64 based cluster.
I compiled and installed HDF5 1.6.4 and installed it into the zori instilation 1.6.4 did not include the 'B' headers and HDF5_HL was not reconized as being installed and compiled. I then tried to install 1.6.2 and HDF5_HL seperatly after wiping my ZORI directory I compiled and installed both Libraries accoriding to the instructions in the guide. Zori attempted to install however it complains about several H5TB functions having impatible atguments
ex.
energy_io.c:830 warning: passing arg 7 of 'H5TBwrite_records' from incompatible pointer type
and
energy_io.c:843 error: too few arguments to function 'H5TBappend_records'
please help
| | The administrator has disabled public write access.
Re:Zori Does not compile with HDF5 1.6.4 or 1.6.2
Date: 2005/11/18 18:12
By: jianghao
Status: Moderator
Karma: 0  
Moderator
Posts: 2
I had the same situation when I tried to compile ZORI in my machine (AMD Opetron + SUSE Linux 64 bit +gcc v3.3.3)
I firstly installed hdf5-1.6.4, but it seemed hdf5_hl was not recognized by zori configuration utility.
---
ERROR MESSAGE:
checking for H5open in -lhdf5... yes
checking H5TB.h usability... no
checking H5TB.h presence... no
configure: error: Couldn't find hdf5_hl. Please download from http://hdf.ncsa.uiuc.edu/HDF5/hdf5_hl/
---
Any help is appreciated.
Post edited by: jianghao, at: 2005/11/18 18:14
Post edited by: jianghao, at: 2005/11/22 23:36
| | The administrator has disabled public write access.
Re:Zori Does not compile with HDF5 1.6.4 or 1.6.2
Date: 2007/03/07 09:33
By: domin
Status: Admin
Karma: 0  
Admin
Posts: 4
This bug was fixed with version 1.1 and should compile without the mentioned error.
| | The administrator has disabled public write access.