CC=/opt/sunstudio12.1/bin/cc CFLAGS=-g ./configure --prefix=/opt/hdf5-1.8.5-debug --enable-cxx --with-szlib=/opt/local --enable-largefile --enable-debug=all --enable-codestack --enable-metadata-trace-file --enable-trace

SunOS --- 5.10 Generic_142900-07 sun4u sparc SUNW,Sun-Fire-V890 Solaris

Elena Pourmal wrote:
John,

Could you please specify configuration flags, OS, compiler and compiler flags 
you used?

Thank you!

Elena
On Jul 13, 2010, at 5:05 PM, John Knutson wrote:

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


_______________________________________________
Hdf-forum is for HDF software users discussion.
[email protected]
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org

_______________________________________________
Hdf-forum is for HDF software users discussion.
[email protected]
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org

Reply via email to