[Paraview] IRIX64 Paraview compile failure at XdmfDataDesc.cxx
withincompatible parameter types
Gage, Kenneth
gagekl at upmc.edu
Fri Jun 10 11:28:47 EDT 2005
Thanks for making these changes; I pulled the latest CVS of ParaView yesterday and attempted a build. Unfortunately, I'm still getting similar errors; -
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-sgi/VTK/Utilities -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/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/VolumeRendering -I/opt/ParaView-sgi/VTK/VolumeRendering -I/usr/local/include -DVTK_PYTHON_BUILD -D_HPUX_SOURCE -c /opt/ParaView/Utilities/Xdmf/libsrc/XdmfDataDesc.cxx
cc-1515 CC: ERROR File = /opt/ParaView/Utilities/Xdmf/libsrc/XdmfDataDesc.cxx, Line = 337
A value of type "hssize_t *" cannot be assigned to an entity of type
"hsize_t *".
HCoordinates = new hssize_t[ Length ];
^
1 error 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)
--------------------------------------------
I don't know if making ParaView and Xdmf work with HDF5-1.6.4 is that important; I certainly don't want to pester anyone either - I'm sure all you folks are busy enough. Should I just build the "favored" version of HDF5 (v1.6.1) and be done with it?
Your advice and comments are welcome, and are always appreciated.
Best regards -
Ken
-----Original Message-----
From: Clarke, Jerry (Civ, ARL/CISD) [mailto:clarke at arl.army.mil]
Sent: Thu 6/9/2005 10:33 AM
To: Gage, Kenneth; paraview at paraview.org
Subject: RE: [Paraview] IRIX64 Paraview compile failure at XdmfDataDesc.cxx withincompatible parameter types
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