I just tried compiling 1.8.5 with debugging turned on to try and track
down a problem I was having with segfaults in H5I_object_verify, and it
wouldn't compile.
There's a semicolon missing (or several, depending on how you look at
it)... in H5private.h:
#define H5_PUSH_FUNC(func_name) H5CS_push(#func_name);
I added the ; at the end of that to get it to compile. There are
several uses of that macro, some have a semicolon at the end, others do
not. I chose to tweak it there since that would allow me to fix it in one.
_______________________________________________
Hdf-forum is for HDF software users discussion.
[email protected]
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org