[Paraview] compile error paraview 3.10 with libvtkhdf5

2011-02-03 Thread Eelco van Vliet
Dear all. I have been trying to compile the new 3.10 paraview source under my linux system, but got the following complaint: Linking C shared library ../../../../bin/libvtkhdf5.so CMakeFiles/vtkhdf5.dir/H5checksum.c.o: In function `gnu_dev_major': And from there many more errors related to the

Re: [Paraview] compile error paraview 3.10 with libvtkhdf5

2011-02-03 Thread David Partyka
That is strange, can you tell us what distro/gcc version you're using? You can't turn hdf5 off but you could install your distros hdf5/build it yourself and then turn on VTK_USE_SYSTEM_HDF5. On Thu, Feb 3, 2011 at 8:41 AM, Eelco van Vliet eelc...@gmail.com wrote: Dear all. I have been trying

Re: [Paraview] compile error paraview 3.10 with libvtkhdf5

2011-02-03 Thread Eelco van Vliet
Hi David, Distro: Scientific Linux SL release 5.2 (Boron) 64-bit version GCC: gcc (OpenFOAM) 4.3.3 I don't know where I can find libvtkhdf. Should I build it myself. Where can I get it ? Regards, Eelco On Thu, Feb 3, 2011 at 2:53 PM, David Partyka david.part...@kitware.comwrote: That is

Re: [Paraview] compile error paraview 3.10 with libvtkhdf5

2011-02-03 Thread Eelco van Vliet
Mmm, I can't find libvtkhdf, but only /usr/lib64/libhdf5.so.6.0.1 Is this the same ? On Thu, Feb 3, 2011 at 4:04 PM, Eelco van Vliet eelc...@gmail.com wrote: Hi David, Distro: Scientific Linux SL release 5.2 (Boron) 64-bit version GCC: gcc (OpenFOAM) 4.3.3 I don't know where I can find

Re: [Paraview] compile error paraview 3.10 with libvtkhdf5

2011-02-03 Thread David Partyka
Sorry yes, libhdf5 is what you can try with VTK_USE_SYSTEM_HDF5. On Thu, Feb 3, 2011 at 10:07 AM, Eelco van Vliet eelc...@gmail.com wrote: Mmm, I can't find libvtkhdf, but only /usr/lib64/libhdf5.so.6.0.1 Is this the same ? On Thu, Feb 3, 2011 at 4:04 PM, Eelco van Vliet

Re: [Paraview] compile error paraview 3.10 with libvtkhdf5

2011-02-03 Thread Eelco van Vliet
Unfortunately this does noet work, I got all kind of error message that it can not find HDF include directory etc. Since I am not administrator I can not install it in the default directories. I tried to compile the hdf lib myself, but this didn't work as well. Beside, hdf is delivered by the

Re: [Paraview] compile error paraview 3.10 with libvtkhdf5

2011-02-03 Thread Aurélien Marsan
Maybe I'm completely out of context but maybe not : Are you trying to build with multiple tasks ? I mean do you use : make -j ? I can't remember perfectly, but it seems to me that I had something wrong, maybe with hdf5, when using make -j ... (building on windows using msys-mingw) 2011/2/3

Re: [Paraview] compile error paraview 3.10 with libvtkhdf5

2011-02-03 Thread Eelco van Vliet
No, I am just making with 'make' on a single cpu. Still haven't found the clue unfortunately. Perperhaps rebuilding the hdf5 lib. I have by the way a different gcc compiler which I use to build paraview than the default gcc compiler, and I saw that the kernel was build with a different gcc