[Paraview] Compilation of current paraview-CVS failed...

2009-01-28 Thread Stefan Melber
Hi, i checked out yesterday the current version of pv and compiled it - starting it, it fails searching for some libs. In the mailing list i found that VTK_USE_RPATH has to switched off. Further on, i used LD_LIBRARY_PATH=/usr/local/lib/paraview-3.5 Starting pv it gives:

Re: [Paraview] Compilation of current paraview-CVS failed...

2009-01-28 Thread Berk Geveci
Hi Stefan, Even when you set VTK_USE_RPATH to off, you shouldn't have to set LD_LIBRARY_PATH. ParaView does a forwarding trick that should make it work without setting the path. I am guessing you installed using make install? Can you send us a list of all files under /usr/local/lib/paraview-3.5?

Re: [Paraview] Compilation of current paraview-CVS failed...

2009-01-28 Thread Berk Geveci
Hmm, it looks like there is a bug and libKWCommon is not being installed. What happens if you manually copy it from your build tree to /usr/local/lib/paraview-3.5? -berk On Wed, Jan 28, 2009 at 9:40 AM, Stefan Melber stefan.mel...@dlr.de wrote: Hi Berk, yes - i used make install. The list of

Re: [Paraview] [vtk-developers] vtkMultiBlockDataSet

2009-01-28 Thread Utkarsh Ayachit
That'd work. But it will copy other information (besides names), if any was well. You can explicitly get the value of vtkCompositeDataSet::NAME() key from the input meta-data and if present copy it to the output. if (input-GetMetaData(iblock)-Has(vtkCompositeDataSet::NAME())) {

Re: [Paraview] Volume Rendering Vector Valued MHA format

2009-01-28 Thread Berk Geveci
David, Did you get this working? I am not sure what you mean by the volume rendering seems to have a bug with this method. Are you seeing an error or crash? -berk On Sun, Jan 25, 2009 at 9:40 AM, David Fuentes fuente...@gmail.com wrote: Hello, I want to volume render scalar components of a

Re: [Paraview] Compilation of current paraview-CVS failed...

2009-01-28 Thread Scott, W Alan
Berk/all, This is a current bug in the ParaView install. I have had to copy the libKWCommon.so file from the lib/paraview-3.5 directory to the bin directory for a few weeks now. I have only seen the problem with Linux, but have not tried XP or OS-X. alan -Original Message- From:

Re: [Paraview] Compilation of current paraview-CVS failed...

2009-01-28 Thread Burlen Loring
Hi all, I will take a look at this, since it's probably related to recent development install changes. Burlen Scott, W Alan wrote: Berk/all, This is a current bug in the ParaView install. I have had to copy the libKWCommon.so file from the lib/paraview-3.5 directory to the bin directory

[Paraview] problem compiling paraview 3.4.0

2009-01-28 Thread Simon Su
Hello, While compiling parallel version of paraview, I get this error message [ 34%] Built target vtkVolumeRenderingPython Linking CXX shared library ../../bin/libvtkParallel.so /usr/bin/ld: skipping incompatible /usr/lib/libnuma.so when searching for -lnuma /usr/bin/ld: cannot find -lnuma

Re: [Paraview] Averages over Selections of Sliced Areas

2009-01-28 Thread Berk Geveci
In addition: the connectivity filter does something wrong, see the other attached picture: it cuts the region too early. Hmmm. I can't reproduce this. Can you share a dataset that demonstrates the problem? I have attached two pictures of this. In the histogram picture you also see the wall

Re: [Paraview] Compilation of current paraview-CVS failed...

2009-01-28 Thread Burlen Loring
OK, Fixed now. Burlen Loring wrote: Hi all, I will take a look at this, since it's probably related to recent development install changes. Burlen Scott, W Alan wrote: Berk/all, This is a current bug in the ParaView install. I have had to copy the libKWCommon.so file from the