Re: [Paraview] error in X86_64: libvtkalglib.so

2008-12-16 Thread Berk Geveci
Ricardo, Update your cvs and try again please. This is a new library that was missing install rules. It should be fixed. -berk On Tue, Dec 16, 2008 at 8:48 AM, Ricardo Reis rr...@aero.ist.utl.pt wrote: On Tue, 16 Dec 2008, Olesen, Mark wrote: Since bin/paraview finds paraview-real, it

Re: [Paraview] error in X86_64: libvtkalglib.so

2008-12-16 Thread Olesen, Mark
Hi Berk, While we're somewhat on the topic of installing, I would like to get some tips about the correct means of building/installing a portable version of paraview. I currently have make, make HTMLDocumentation, make install with the build directories and install directories being different

[Paraview] Object Panel - Model Communication

2008-12-16 Thread Rafael March
Hey all, I'm programming a filter with a custom Object Panel, and I'm feeling a little bit lost about the ParaView architecture and code design. My great problem is the comunication between the Object Panel and the Model. I know I can't have a pointer to my vtkUnstructuredGrid displayed, 'cause

[Paraview] error in X86_64: libvtkalglib.so

2008-12-16 Thread Ricardo Reis
Hi Before it worked fine, now it doesn't. I've checked out paraview from cvs in two machines, one 32 bit, the other 64. Both Linux, debian, testing. I had done this before and everything worked fine. My options are MPI, PYTHON, shared libs on, and RPATH OFF. In the 32 bit machine

[Paraview] Not a valid QT plugin on windows

2008-12-16 Thread Jacques Papper
Hi all, I have two plugins for Paraview that used to work fine with ParaView 3.2 under linux (I used to build them at the same time as ParaView.) Now I am using Visual Studio and have compiled the plugins outside of paraview. I am able to generate dll for both the server and client plugins. (I

Re: [Paraview] error in X86_64: libvtkalglib.so

2008-12-16 Thread Ricardo Reis
On Tue, 16 Dec 2008, Olesen, Mark wrote: Since bin/paraview finds paraview-real, it would seem that the lib/paraview-X.X directory is actually there. Did you attempt to install to the same directory as your build directory? This is where I've encounter the same problem before. No, I'm using

Re: [Paraview] error in X86_64: libvtkalglib.so

2008-12-16 Thread Olesen, Mark
Since bin/paraview finds paraview-real, it would seem that the lib/paraview-X.X directory is actually there. Did you attempt to install to the same directory as your build directory? This is where I've encounter the same problem before. If you just edit the CMAKE_INSTALL_PREFIX:PATH in

Re: [Paraview] Object Panel - Model Communication

2008-12-16 Thread Utkarsh Ayachit
To get back values from the server, you can use either information properties or information objects. Information properties are properites with information_only=1 set in the XML (eg. in Servers/ServerManager/Resources/rendering.xml the Camera proxy has CameraPositionInfo as an information

Re: [Paraview] error in X86_64: libvtkalglib.so

2008-12-16 Thread David Thompson
Ricardo, As Berk mentions, install rules have been added. Can you say exactly when your had a checkout that was working and when you updated and it stopped working? I added vtkalglib to VTK 2008-12-04 15:57:36 GMT and added the install rule 2008-12-15 23:12:04 GMT. Depending on when

Re: [Paraview] error in X86_64: libvtkalglib.so

2008-12-16 Thread Berk Geveci
We are working on creating a separate install target that will install all development dependencies. Once that is done, you should be able to do something like make install_development and then use those files. -berk On Tue, Dec 16, 2008 at 9:26 AM, Olesen, Mark mark.ole...@emcontechnologies.com

Re: [Paraview] Not a valid QT plugin on windows

2008-12-16 Thread Moreland, Kenneth
Odd that only one of the two plugins get loaded. Perhaps the server plugin is missing some symbols. Try running the depends program on it and make sure it can find all of the dependent dlls. Also make sure that the server manager initialization function is properly exported (I think it's

Re: [Paraview] error in X86_64: libvtkalglib.so

2008-12-16 Thread Ricardo Reis
Hi David On Tue, 16 Dec 2008, David Thompson wrote: As Berk mentions, install rules have been added. Can you say exactly when your had a checkout that was working and when you updated and it stopped working? I added vtkalglib to VTK 2008-12-04 15:57:36 GMT and added the install rule