[Paraview] building paraview

Leila Baghdadi baghdadi at sickkids.ca
Tue, 24 Feb 2004 12:18:42 -0500 (EST)


Hi Berk

Thanks very much for trying to help me. I am just gonna tell you why I am 
trying to use paraview see what you think.

I ( and my collaborator) have designed and coded a new file format which 
sits on top of hdf5, it is a new generation of minc(developed at Montreal)
we have used the blocking and compression mechanism built in hdf5 and 
came up with our own multi-resolution algorithm.
I already have a viewer which sits over vtk and atamai classes and reads 
the old minc files but caches everything. 
I checked the web and saw that there is already a vtkhdfreader so I can 
try rewriting that for reading and writing my minc2 files but my biggest 
challenge is caching! 
I heard about paraview on the itk list and read about it and 
found out that it reads hdf files and it is also designed for large files 
so I am hoping to get some of the smart caching ideas by using it and 
looking through the code.

sorry for writing a long e-mail


Leila 

 On Tue, 24 Feb 2004, Berk Geveci wrote:

> I suggest that you get ParaViewComplete source (release 1.2 from
> http://www.paraview.org/HTML/Download.html) and start from scratch
> (building out-of-source is the recommend way). If you don't have to
> build from source, you are even better off using the binary
> distribution. 
> 
> On Mon, 2004-02-23 at 16:47, Leila Baghdadi wrote:
> > Thanks for the reply
> > I checked my machine I have redhat 9.0 with glibc-2.3.2-27.9.7
> > so I am not sure what can be done!
> > 
> > Thanks again
> > 
> > 
> > On Mon, 23 Feb 2004, Berk Geveci wrote:
> > 
> > > There seems to be some compiler problem. Searching in google, I found
> > > this:
> > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=91290
> > > 
> > > On Mon, 2004-02-23 at 16:14, Leila Baghdadi wrote:
> > > > alright did that and I think I have got farther into the build but now it 
> > > > gives me
> > > > 
> > > > Building shared library 
> > > > /home/baghdadi/ParaView/bin/libvtkPVFiltersTCL.so...
> > > > Building object file test.o...
> > > > Building executable /home/baghdadi/ParaView/bin/vtkTestFilters...
> > > > /home/baghdadi/ParaView/bin/libvtkPVFilters.so: undefined reference to 
> > > > `__ctype_b'
> > > > /home/baghdadi/ParaView/bin/libvtkPVFilters.so: undefined reference to 
> > > > `__ctype_toupper'
> > > > /home/baghdadi/ParaView/bin/libvtkPVFilters.so: undefined reference to 
> > > > `__ctype_tolower'
> > > > 
> > > > can you give me a hint please!
> > > > 
> > > > thanks
> > > > 
> > > > 
> > > > Leila
> > > > 
> > > > On Mon, 23 Feb 2004, Berk Geveci wrote:
> > > > 
> > > > > Your VTK must not be up-to-date. To compile CVS ParaView, you need
> > > > > CVS VTK of the same time.
> > > > > 
> > > > > ParaView includes an hdf5 distribution because it has a simple hdf5
> > > > > reader.
> > > > > 
> > > > > On Mon, 2004-02-23 at 14:45, Leila Baghdadi wrote:
> > > > > > Hi all
> > > > > > 
> > > > > > I am trying to build paraview from cvs and have my own build of vtk4.5.0.
> > > > > > I get the following error
> > > > > > ../ParaView/ParaView/vtkClientCompositeManager.cxx: In member
> > > > > >    function `virtual void 
> > > > > > vtkClientCompositeManager::SatelliteStartRender()':
> > > > > > ../ParaView/ParaView/vtkClientCompositeManager.cxx:626: no 
> > > > > > matching
> > > > > >    function for call to `vtkRenderWindow::GetScreenSize()'
> > > > > > Building object file vtkPVServerObject.o...
> > > > > > 
> > > > > > ***********************
> > > > > > I know that GetScreenSize() is a method of vtkRenderWindow so that leads 
> > > > > > me to believe that my vtk is not compiled properly for use with paraview.
> > > > > > 
> > > > > > 
> > > > > > also is paraview using hdf5 internally, I see that it is trying to compile 
> > > > > > hdf libraries!
> > > > > > 
> > > > > > 
> > > > > > Thanks
> > > > > > 
> > > > > > 
> > > > > > Leila
> > > > > > 
> > > > > > _______________________________________________
> > > > > > ParaView mailing list
> > > > > > ParaView at paraview.org
> > > > > > http://www.paraview.org/mailman/listinfo/paraview
> > > > > 
> > > > 
> > > > _______________________________________________
> > > > ParaView mailing list
> > > > ParaView at paraview.org
> > > > http://www.paraview.org/mailman/listinfo/paraview
> > > 
>