You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/build/csound-plugins/src/plugins-1.0.2/hdf5/HDF5IO.c: In function ‘HDF5IO_readStringAttribute’:
/build/csound-plugins/src/plugins-1.0.2/hdf5/HDF5IO.c:233:39: error: passing argument 2 of ‘H5Oget_info1’ from incompatible pointer type [-Wincompatible-pointer-types]
233 | HDF5ERROR(H5Oget_info1(dataSetID, &oinfo));
| ^~~~~~
| |
| H5O_info2_t *
/usr/include/csound/sysdep.h:345:45: note: in definition of macro ‘UNLIKELY’
345 | # define UNLIKELY(x) __builtin_expect(!!(x),0)
| ^
/build/csound-plugins/src/plugins-1.0.2/hdf5/HDF5IO.c:233:5: note: in expansion of macro ‘HDF5ERROR’
233 | HDF5ERROR(H5Oget_info1(dataSetID, &oinfo));
| ^~~~~~~~~
In file included from /usr/include/H5Apublic.h:21,
from /usr/include/hdf5.h:22,
from /build/csound-plugins/src/plugins-1.0.2/hdf5/HDF5IO.h:21:
/usr/include/H5Opublic.h:1854:55: note: expected ‘H5O_info1_t *’ but argument is of type ‘H5O_info2_t *’
1854 | H5_DLL herr_t H5Oget_info1(hid_t loc_id, H5O_info1_t *oinfo);
| ~~~~~~~~~~~~~^~~~~
The text was updated successfully, but these errors were encountered:
Xeonacid
changed the title
Build failed with GCC 13
Build failed with GCC 14
May 31, 2024
The text was updated successfully, but these errors were encountered: