[vtkusers] VTK 5.10 and CodeGear XE

Totte Karlsson totte at dunescientific.com
Sun Jul 15 17:52:07 EDT 2012


Hi,
I've been trying to get vtk 5.10 compiling using CodeGears XE compiler.

I get the following errors in H5.c

Error E2380 C:\mtkLib\ThirdParty\VTK_xe\Utilities\vtkhdf5\src\H5.c 106: 
Unterminated string or character constant in function vtk__H5_init_library
Error E2380 C:\mtkLib\ThirdParty\VTK_xe\Utilities\vtkhdf5\src\H5.c 352: 
Unterminated string or character constant in function vtk__H5dont_atexit
Error E2380 C:\mtkLib\ThirdParty\VTK_xe\Utilities\vtkhdf5\src\H5.c 391: 
Unterminated string or character constant in function vtk__H5garbage_collect
Error E2380 C:\mtkLib\ThirdParty\VTK_xe\Utilities\vtkhdf5\src\H5.c 443: 
Unterminated string or character constant in function 
vtk__H5set_free_list_limits
Error E2380 C:\mtkLib\ThirdParty\VTK_xe\Utilities\vtkhdf5\src\H5.c 574: 
Unterminated string or character constant in function vtk__H5get_libversion
Error E2380 C:\mtkLib\ThirdParty\VTK_xe\Utilities\vtkhdf5\src\H5.c 629: 
Unterminated string or character constant in function vtk__H5check_version
Error E2380 C:\mtkLib\ThirdParty\VTK_xe\Utilities\vtkhdf5\src\H5.c 743: 
Unterminated string or character constant in function vtk__H5open
Error E2380 C:\mtkLib\ThirdParty\VTK_xe\Utilities\vtkhdf5\src\H5.c 773: 
Unterminated string or character constant in function vtk__H5close

The 'code' at line 106 is some kind of macro I think.

FUNC_ENTER_NOAPI(H5_init_library, FAIL)

Anyone having an idea how to get past this?

Does anyone know how to exclude all netcdf, hdf from the build? I only 
need the basics.

Totte



More information about the vtkusers mailing list