[Paraview] IRIX64 Paraview compile failure at XdmfDataDesc.cxx withincompatible parameter types

Clarke, Jerry (Civ, ARL/CISD) clarke at arl.army.mil
Thu Jun 9 10:33:19 EDT 2005


Looks like some parameters changed from hssize_t to hsize_t in HDF5
1.6.4 (by default paraview uses 1.6.1). I made some changes and checked
it into cvs. It compiles on my IRIX64 box ... give it a try.

-----Original Message-----
From: paraview-bounces+clarke=arl.army.mil at paraview.org
[mailto:paraview-bounces+clarke=arl.army.mil at paraview.org] On Behalf Of
Gage, Kenneth
Sent: Wednesday, June 08, 2005 4:40 PM
To: paraview at paraview.org
Subject: [Paraview] IRIX64 Paraview compile failure at XdmfDataDesc.cxx
withincompatible parameter types

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
_______________________________________________
ParaView mailing list
ParaView at paraview.org
http://www.paraview.org/mailman/listinfo/paraview


More information about the ParaView mailing list