[Paraview] IRIX64 Paraview compile failure at XdmfDataDesc.cxx with
incompatible parameter types
Gage, Kenneth
gagekl at upmc.edu
Wed Jun 8 16:40:09 EDT 2005
Dear ParaView list -
I receive the following error during compilation of the develepment version of ParaView under IRIX64. I am using an external HDF5 installation that was compiled with 64-bit, parallel support. ParaView compilation flags are "-64 -LANG:std" for the compilers and "-64 -v" for the linkers.
Building object file XdmfDataDesc.o...
/usr/bin/CC -o XdmfDataDesc.o -DXdmf_EXPORTS -64 -LANG:std -I/opt/ParaView/Utilities/Xdmf/libsrc -I/opt/ParaView-sgi -I/opt/ParaView/Utilities/Xdmf/Ice -I/opt/ParaView-sgi/Utilities/Xdmf/Ice -I/opt/ParaView/Utilities/Xdmf/libsrc -I/opt/ParaView-sgi/Utilities/Xdmf/libsrc -I/opt/ParaView/Utilities/Xdmf/vtk -I/opt/ParaView-sgi/Utilities/Xdmf/vtk -I/opt/ParaView/VTK -I/opt/ParaView-sgi/VTK -I/opt/ParaView/VTK/Utilities -I/opt/ParaView-sgi/VTK/Utilities -I/opt/ParaView/VTK/Common -I/opt/ParaView-sgi/VTK/Common -I/opt/ParaView/VTK/Filtering -I/opt/ParaView-sgi/VTK/Filtering -I/opt/ParaView/VTK/GenericFiltering -I/opt/ParaView-sgi/VTK/GenericFiltering -I/opt/ParaView/VTK/IO -I/opt/ParaView-sgi/VTK/IO -I/opt/ParaView/VTK/Imaging -I/opt/ParaView-sgi/VTK/Imaging -I/opt/ParaView/VTK/Rendering -I/opt/ParaView-sgi/VTK/Rendering -I/opt/ParaView/VTK/Parallel -I/opt/ParaView-sgi/VTK/Parallel -I/opt/ParaView/VTK/Graphics -I/opt/ParaView-sgi/VTK/Graphics -I/opt/ParaView/VTK/Hybrid -I/opt/ParaView-sgi/VTK/Hybrid -I/opt/ParaView/VTK/Patented -I/opt/ParaView-sgi/VTK/Patented -I/usr/local/include -DVTK_PYTHON_BUILD -DVTK_LEAN_AND_MEAN -D_HPUX_SOURCE -c /opt/ParaView/Utilities/Xdmf/libsrc/XdmfDataDesc.cxx
cc-1164 CC: ERROR File = /opt/ParaView/Utilities/Xdmf/libsrc/XdmfDataDesc.cxx, Line = 306
Argument of type "hssize_t *" is incompatible with parameter of type
"const hsize_t *".
this->Start, this->Stride, this->Count,
^
cc-1164 CC: ERROR File = /opt/ParaView/Utilities/Xdmf/libsrc/XdmfDataDesc.cxx, Line = 336
Argument of type "const hssize_t **" is incompatible with parameter of type
"const hsize_t **".
( const hssize_t **)HCoordinates);
^
2 errors detected in the compilation of "/opt/ParaView/Utilities/Xdmf/libsrc/XdmfDataDesc.cxx".
*** Error code 2 (bu21)
*** Error code 1 (bu21)
*** Error code 1 (bu21)
*** Error code 1 (bu21)
*** Error code 1 (bu21)
*** Error code 1 (bu21)
Has anyone else encountered this error? I'm not sure whether its simply a typo or some other larger issue.
Best regards -
Ken
More information about the ParaView
mailing list