Re: [Paraview] development install

2011-04-12 Thread Burlen Loring
install time. On 04/12/2011 12:36 PM, David Partyka wrote: Hi Burlen, I am not seeing this. Is this at install time or configure/generate time? On Tue, Apr 12, 2011 at 3:33 PM, Burlen Loring blor...@lbl.gov mailto:blor...@lbl.gov wrote: I am not sure if anyone reported this yet, if

Re: [Paraview] Development Install Tree

2010-03-16 Thread Dave Partyka
Hi Mark, vtkWrapClientServer should be installed now correctly in the bin dir. Apparently there was a bug in the install rule that installed it. Thanks for catching that! Committer: Dave Partyka dave.part...@kitware.com

Re: [Paraview] Development Install Tree

2010-03-15 Thread Mark Olesen
On Fri, 2010-03-12 at 13:11 -0500, Dave Partyka wrote: I just tried this on my Debian machine and the biggest executable in my bin dir weighs in at 2.5 MB. Note that this is a Debug build as my Release build tree is a bit out of date at the moment. Also all of the CMake files appear to be in

Re: [Paraview] Development Install Tree

2010-03-15 Thread Paul Edwards
Hi, I solved my problem with building documentation by building initially with make HTMLDocumentation. It didn't include the filters/sources (in the help - files existed on disk) if I did a normal make first. Regards, Paul On 12 March 2010 14:15, Mark Olesen mark.ole...@faurecia.com wrote:

Re: [Paraview] Development Install Tree

2010-03-15 Thread Utkarsh Ayachit
   paraview-real: error while loading shared libraries: libVPIC.so:    cannot open shared object file: No such file or directory That's indeed a missing install rule, which I believe Dave fixed over the weekend. Apart from the inconvenience of using cpack (I really just want to create an

Re: [Paraview] Development Install Tree

2010-03-15 Thread Utkarsh Ayachit
Sven/Mark, I'm reaching (or missing it) via the Help (F1) and trying to get information on the sources, filters or readers as illustrated in the attached screenshot. I've committed a fix for the missing sources/filters documentation. There was a dependency issue. Feel free to give it a try.

Re: [Paraview] Development Install Tree

2010-03-15 Thread Sven Buijssen
Utkarsh, I can confirm that help for sources/filters/readers/writers works like a charm again. Thanks Sven Utkarsh Ayachit wrote, On 15.03.2010 15:51: Sven/Mark, I'm reaching (or missing it) via the Help (F1) and trying to get information on the sources, filters or readers as illustrated

Re: [Paraview] Development Install Tree

2010-03-15 Thread Utkarsh Ayachit
Here are the update install/distribution instructions. http://www.paraview.org/Wiki/ParaView:Build_And_Install#Install_ParaView Feel free to contribute/suggest any improvements. Utkarsh On Mon, Mar 15, 2010 at 12:27 PM, Sven Buijssen sven.buijs...@tu-dortmund.de wrote: Utkarsh, I can

Re: [Paraview] Development Install Tree

2010-03-15 Thread Eric E. Monson
Hey Utkarsh, That looks great -- thanks for updating it! Some small question regarding the Compiling on the Mac section: Do we really need the suggestion of VTK_USE_CARBON=ON any more now that Qt 4.6 supports Cocoa just fine? (There could be a note saying that it should automatically detect

Re: [Paraview] Development Install Tree

2010-03-12 Thread Mark Olesen
Just about all of the bugs related to the development install feature have been fixed. If anyone has any issues with them please feel free to report a bug. New bug report added: http://www.paraview.org/Bug/view.php?id=10411 0010411: Development install tree cannot find documentation

Re: [Paraview] Development Install Tree

2010-03-12 Thread Utkarsh Ayachit
I haven't really read the full thread but I saw that everyone seems to using make install. A couple of comments about that. Currently, we recommend users to use cpack to create the package (tgz or what have you) instead of make install since currently, make install doesn't support

Re: [Paraview] Development Install Tree

2010-03-12 Thread Dave Partyka
Yes and Yes. On Fri, Mar 12, 2010 at 1:22 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: The resulting tar.gz file may look fairly clean, but all of the cmake files are missing (which means it can't be used for building plugins). I thought that the cpack was supposed to pick up

Re: [Paraview] Development Install Tree

2010-03-12 Thread Utkarsh Ayachit
Another comment about make HTMLDocumentation. Following a recent commit (due to an issue Eric raised on the mailing list a few days ago), people should forget about this target :). Instead, turn GENERATE_FILTERS_DOCUMENTATION to ON and rest assured that the filters documentation will get included.

Re: [Paraview] Development Install Tree

2010-03-09 Thread Mark Olesen
On Thu, 2010-03-04 at 16:42 -0500, Dave Partyka wrote: Greetings Everyone, I have recently commited a fair amount of changes to ParaView that lets a developer create a functional development tree that could be distributed. The development tree includes all the necessary headers,

Re: [Paraview] Development Install Tree

2010-03-09 Thread Dave Partyka
Mark, do you mind reporting this as a bug. The feedback you have provided has been very helpful. Thanks! On Tue, Mar 9, 2010 at 5:33 AM, Mark Olesen mark.ole...@faurecia.comwrote: On Thu, 2010-03-04 at 16:42 -0500, Dave Partyka wrote: Greetings Everyone, I have recently commited a fair

Re: [Paraview] Development Install Tree

2010-03-09 Thread Mark Olesen
On Tue, 2010-03-09 at 09:08 -0500, Dave Partyka wrote: Mark, do you mind reporting this as a bug. The feedback you have provided has been very helpful. Done - http://www.paraview.org/Bug/view.php?id=10394 /mark DISCLAIMER: This electronic transmission (and any attachments thereto) is

Re: [Paraview] Development install

2010-03-08 Thread Dave Partyka
Can you report this as a bug please. Thanks! On Sun, Mar 7, 2010 at 8:46 PM, burlen burlen.lor...@gmail.com wrote: On a system with no Qt I am getting the following: Install the project... -- Install configuration: Release -- Up-to-date:

Re: [Paraview] Development install

2010-03-08 Thread burlen
http://www.paraview.org/Bug/view.php?id=10381 Dave Partyka wrote: Can you report this as a bug please. Thanks! On Sun, Mar 7, 2010 at 8:46 PM, burlen burlen.lor...@gmail.com mailto:burlen.lor...@gmail.com wrote: On a system with no Qt I am getting the following: Install the

Re: [Paraview] Development install

2010-03-08 Thread Dave Partyka
Thank you sir :-) On Mon, Mar 8, 2010 at 2:20 PM, burlen burlen.lor...@gmail.com wrote: http://www.paraview.org/Bug/view.php?id=10381 Dave Partyka wrote: Can you report this as a bug please. Thanks! On Sun, Mar 7, 2010 at 8:46 PM, burlen burlen.lor...@gmail.com mailto:

[Paraview] Development install

2010-03-07 Thread burlen
On a system with no Qt I am getting the following: Install the project... -- Install configuration: Release -- Up-to-date: /lustre/scratch/bloring/apps/PV3-3.7-R-gnu/include/paraview-3.7/vtkPVConfig.h CMake Error at cmake_install.cmake:40 (FILE): file INSTALL cannot find file

Re: [Paraview] Development Install Tree

2010-03-05 Thread Mark Olesen
I have recently commited a fair amount of changes to ParaView that lets a developer create a functional development tree that could be distributed. The development tree includes all the necessary headers, libraries, CMake files and executable tools one would need for developing ParaView

[Paraview] Development Install Tree

2010-03-04 Thread Dave Partyka
Greetings Everyone, I have recently commited a fair amount of changes to ParaView that lets a developer create a functional development tree that could be distributed. The development tree includes all the necessary headers, libraries, CMake files and executable tools one would need for