Skip to content

Conversation

@vbmithr
Copy link

@vbmithr vbmithr commented May 25, 2020

@TheLortex
Copy link

Note: H5I_REFERENCE is dropped in 1.12.1 so hdf5 doesn't build anymore (sorry logs in french):

# (cd _build/default/src/raw && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -g -I /home/lucas/.opam/thales/lib/ocaml -o h5i_stubs.o -c h5i_stubs.c)
# h5i_stubs.c: Dans la fonction « H5I_type_val »:
# h5i_stubs.c:27:21: erreur: « H5I_REFERENCE » non déclaré (première utilisation dans cette fonction); vouliez-vous utiliser « H5T_REFERENCE » ?
#    27 |     case  6: return H5I_REFERENCE;
#       |                     ^~~~~~~~~~~~~
#       |                     H5T_REFERENCE
# h5i_stubs.c:27:21: note: chaque identificateur non déclaré est rapporté une seule fois pour chaque fonction dans laquelle il apparaît
# h5i_stubs.c: Dans la fonction « Val_h5i_type »:
# h5i_stubs.c:51:10: erreur: « H5I_REFERENCE » non déclaré (première utilisation dans cette fonction); vouliez-vous utiliser « H5T_REFERENCE » ?
#    51 |     case H5I_REFERENCE   : return Val_int( 6);
#       |          ^~~~~~~~~~~~~
#       |          H5T_REFERENCE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants