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
On a Mac X86 with last system updates one get this building develop branch of thirdPartiesLibs:
../../../silo/src/hdf5_drv/silo_hdf5.c:2173:5: error: call to undeclared function 'zfp_init_zfp'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
zfp_init_zfp();
^
Adding zfh.h solve the issue.
Maybe updating or patching SILO would solve it cleanly ?
The text was updated successfully, but these errors were encountered:
On a Mac X86 with last system updates one get this building develop branch of thirdPartiesLibs:
../../../silo/src/hdf5_drv/silo_hdf5.c:2173:5: error: call to undeclared function 'zfp_init_zfp'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
zfp_init_zfp();
^
Adding zfh.h solve the issue.
Maybe updating or patching SILO would solve it cleanly ?
The text was updated successfully, but these errors were encountered: