[vtkusers] issue on Visual Studio 2015 vtkNetDCF and external library HDF5 HL

Waldo Valenzuela waldo.valenzuela at hotmail.com
Sat Dec 30 12:59:27 EST 2017


Dear All,

I am compiling VTK 8.1 with external HDF5 on Windows, Linux and Mac. Linux and Mac no problem, BUT in Windows with Visual Studio 2015, I have the following LINK errors when the vtkNetDCF library is compiled:

libhdf5_hl.lib(H5DS.obj) : error LNK2019: unresolved external symbol H5T_STD_REF_OBJ_g referenced in function H5DS_get_REFLIST_type
1>libhdf5_hl.lib(H5LT.obj) : error LNK2019: unresolved external symbol H5T_STD_REF_DSETREG_g referenced in function H5LT_dtype_to_text
1>libhdf5_hl.lib(H5LT.obj) : error LNK2019: unresolved external symbol H5T_FORTRAN_S1_g referenced in function H5LT_dtype_to_text
1>libhdf5_hl.lib(H5LTparse.obj) : error LNK2001: unresolved external symbol H5T_FORTRAN_S1_g
1>libhdf5_hl.lib(H5LT.obj) : error LNK2019: unresolved external symbol H5T_NATIVE_LONG_g referenced in function H5LT_dtype_to_text
1>libhdf5_hl.lib(H5LTparse.obj) : error LNK2001: unresolved external symbol H5T_NATIVE_LONG_g
1>libhdf5_hl.lib(H5LT.obj) : error LNK2019: unresolved external symbol H5T_NATIVE_ULONG_g referenced in function H5LT_dtype_to_text
1>libhdf5_hl.lib(H5LTparse.obj) : error LNK2001: unresolved external symbol H5T_NATIVE_ULONG_g


Any idea what is this error is about, I have to compile HDF5 with an special option?

Any help is more than welcome,

Cheers,

Waldo.


More information about the vtkusers mailing list