Re: [Paraview] Windows : Can't see control panel of Surface LIC

2011-02-03 Thread Aurélien Marsan
Well, I had a quick look to the source files... In fact, Paraview completely ignores the vtkSurfaceLICRendering.xml file. Is it an option in cmake that I missed ? Aurélien Le 2 février 2011 16:13, Aurélien Marsan aur.mar...@gmail.com a écrit I forgot something : I build Paraview, not using the

Re: [Paraview] pvtr files doesn't work

2011-02-03 Thread Michael Scheerer
Hi Berk, Thank you for the answer! An addition question: Paraview supports in the case of CGNS files volume rendering. Volume rendering is in the list together with Outline, Surface and so on. This is not the case if someone tries to load VTK-files. Why not? So I couldn't see, if the ghost

Re: [Paraview] problem Paraview 3.8.1 online documentation

2011-02-03 Thread Salman SHAHIDI
I have resolved my problem by setting the variable PARAVIEW_GENERATE_PROXY_DOCUMENTATION to ON. Thank you, Salman SHAHIDI 2011/2/3 Salman SHAHIDI salshah...@gmail.com Dear paraview, I have installed pv 3.8.1 in Debian system as follows: make; make HTMLDocumentation ; make install All

[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

[Paraview] GUI_SOURCES vs SOURCES in ADD_PARAVIEW_PLUGIN macro

2011-02-03 Thread Aurélien Marsan
Good afternoon, In the Add_PARAVIEW_PLUGIN macro, there oftena re the keywords SERVER_MANAGER_XML, SERVER_MANAGER_SOURCES and GUI_INTERFACES Sometimes, there also are GUI_SOURCES or SOURCES. What is the differences between the two last keywords ? (gui_sources and sources) Regards, Aurélien

Re: [Paraview] pvtr files doesn't work

2011-02-03 Thread Berk Geveci
Hi Michael, There are some subtle but important differences between VisIt and ParaView when it comes to handling structured data: 1. VisIt's approach is to keep separate pieces - or domains or partitions, whatever you choose to call them - separate after loading a multi-piece dataset such as

Re: [Paraview] GUI_SOURCES vs SOURCES in ADD_PARAVIEW_PLUGIN macro

2011-02-03 Thread Utkarsh Ayachit
Here's an extract from the ParaViewPlugins.cmake. Hope that helps. # SERVER_MANAGER_SOURCES will be wrapped # SERVER_MANAGER_XML will be embedded and give to the client when loaded # SERVER_SOURCES is for other source files # PYTHON_MODULES allows you to embed python sources as modules #

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] Windows : Can't see control panel of Surface LIC

2011-02-03 Thread Aurélien Marsan
No, it works fine with the binary. I can see the control panel, and all work normally. I load the plugin using the libsurfaceLIC.dll. That is the classical way, isn't it ? A colleage, that have also build Paraview on Windows, using Mingw, reproduce this issue. After reading the scripts, the only

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] Crash when using a selection tool while visualizing with SurfaceLIC

2011-02-03 Thread Aurélien Marsan
Sorry for responding only now. I changed of town in the meantime So I have not the same computer... I will try to do the same on my present computer tomorrow, and let you know. Regards, Aurélien Le 13 janvier 2011 16:02, David E DeMarle dave.dema...@kitware.com a écrit : What is the color

Re: [Paraview] Problems with live-data branch and submodules

2011-02-03 Thread pat marion
Hi Nathalie, You need to go to the VTK directory inside the ParaView directory and add my vtk github repo: git remote add live-data git://github.com/patmarion/VTK.git git fetch live-data After you execute the git fetch command, git will be able to resolve the 75ba5e2313 reference when you

Re: [Paraview] Windows : Can't see control panel of Surface LIC

2011-02-03 Thread Utkarsh Ayachit
Is there any reason why you're using mingw? We don't have anyone here who uses mingw for ParaView unfortunately, so I cannot say it's supported. Utkarsh 2011/2/3 Aurélien Marsan aur.mar...@gmail.com: No, it works fine with the binary. I can see the control panel, and all work normally. I load

Re: [Paraview] Windows : Can't see control panel of Surface LIC

2011-02-03 Thread Aurélien Marsan
Not really, except in order to work with commands that I know better than visual studio. And there were a couple of thing that needed to be corrected in order to build with success (thanks to my colleage that found them), but that worked pretty good until now. Then I have to use the microsoft

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

Re: [Paraview] Windows : Can't see control panel of Surface LIC

2011-02-03 Thread Utkarsh Ayachit
I'm afraid that's what I'd suggest. Unless there's a strong push from the community to support mingw, I don't think we'd be taking the plunge. Utkarsh 2011/2/3 Aurélien Marsan aur.mar...@gmail.com: Not really, except in order to work with commands that I know better than visual studio. And

Re: [Paraview] Windows : Can't see control panel of Surface LIC

2011-02-03 Thread Aurélien Marsan
Just one question : on the wiki, it is written : [...] while on Windows it requires Visual Studio (8 or later). Does the free version, Visual Express, work too ? Le 3 février 2011 19:52, Aurélien Marsan aur.mar...@gmail.com a écrit : Not really, except in order to work with commands that I

Re: [Paraview] Windows : Can't see control panel of Surface LIC

2011-02-03 Thread David Partyka
Yes, VS9 or VS10 expressions editions should build just fine. 2011/2/3 Aurélien Marsan aur.mar...@gmail.com Just one question : on the wiki, it is written : [...] while on Windows it requires Visual Studio (8 or later). Does the free version, Visual Express, work too ? Le 3 février 2011

Re: [Paraview] Windows : Can't see control panel of Surface LIC

2011-02-03 Thread David E DeMarle
Yes. With the exception that Microsoft does not release a free 64 bit version of visual studio. David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 2011/2/3 Aurélien Marsan aur.mar...@gmail.com: Just one question : on the wiki, it

Re: [Paraview] Windows : Can't see control panel of Surface LIC

2011-02-03 Thread Aurélien Marsan
Utkarsh : maybe that wouldn't be such a big plunge. There were only a few #include cstlib and other minimal stuff to handle with the build using Mingw. I had to deactivate the Cmake_use_pthreads too. No free compiler in order to build paraview on a 64bits system then ? Unless you know other free

Re: [Paraview] Windows : Can't see control panel of Surface LIC

2011-02-03 Thread Aurélien Marsan
I think I will try with devc++ or code::blocks tomorrow, before abandon. Do you have any experience with that ? Anyway, thanks for help ! And good afternoon. Regards, Aurelien Le 3 février 2011 20:20, Aurélien Marsan aur.mar...@gmail.com a écrit : Utkarsh : maybe that wouldn't be such a big

Re: [Paraview] Windows : Can't see control panel of Surface LIC

2011-02-03 Thread Utkarsh Ayachit
No free compiler in order to build paraview on a 64bits system then ? You can still use the 32-bit VS-Express compilers to build 32-bit binaries on 64-bit machines. Unless you are loading really large datasets, 32-bit ParaView should work just as well for you. Utkarsh

Re: [Paraview] PV Linux 3.10.0. RC1 binaries links broken on download page?

2011-02-03 Thread David Partyka
The linux 64bit binary is up now as well. The linux 32bit binary will follow shortly along with formal release notes. Thank you for your patience. On Wed, Feb 2, 2011 at 8:23 AM, David Partyka david.part...@kitware.comwrote: Thanks Richard, I will take a look. On Wed, Feb 2, 2011 at 3:49 AM,