Re: [Paraview] Building a distributable development tree

2010-04-07 Thread Dave Partyka
Yes the development install packages we provide will be release. On Wed, Apr 7, 2010 at 5:38 PM, Ben Medina wrote: > Thanks. I don't care about the pdb files for now. I just want linking > and running to work for them when they build debug versions of our > app. I guess I'll just tell them to tr

Re: [Paraview] Building a distributable development tree

2010-04-07 Thread Ben Medina
Thanks. I don't care about the pdb files for now. I just want linking and running to work for them when they build debug versions of our app. I guess I'll just tell them to try linking against the release build I'm providing, and if it fails, they'll have to build ParaView themselves. What are you

Re: [Paraview] Building a distributable development tree

2010-04-07 Thread Dave Partyka
I don't think you can do both. Specifying -C tells cpack which directory to grab everything out of. Also if you do Debug I don't believe there are install rules to grab the .pdb symbol files. Though, that probably wouldn't be hard to do. On Wed, Apr 7, 2010 at 5:02 PM, Ben Medina wrote: > Dave,

Re: [Paraview] Building a distributable development tree

2010-04-07 Thread Ben Medina
Dave, I'm updating now, and I'll let you know how it goes. A related question is how to build the dev tree on Windows. How do I get both debug and release versions of the libraries into one package? Or is it safe to just include the release version? Thanks, Ben Note: I didn't mean to take this d

Re: [Paraview] Building a distributable development tree

2010-04-07 Thread Dave Partyka
Hi Ben, If you do an update it shouldn't attempt to install the qch file. Also so you know, the ParaViewConfig.cmake file doesn't get installed if PARAVIEW_INSTALL_DEVELOPMENT is turned off. Let me know if you have anymore issues. Thanks! On Wed, Apr 7, 2010 at 9:01 AM, Dave Partyka wrote: > Hi

Re: [Paraview] Building a distributable development tree

2010-04-07 Thread Dave Partyka
Hi Ben, You need to turn on PARAVIEW_INSTALL_DEVELOPMENT to get the include directories. Is that the case? The ParaViewConfig.cmake file "should" be in the lib/paraview-x.x/ directory. I will try testing this out. The install rule for paraview.qch needs logic to disable it when there is no gui. I'

[Paraview] Building a distributable development tree

2010-04-06 Thread Ben Medina
Hello all, I've been trying to generate a development tree of ParaView (based on CVS head as of a few hours ago) that I can distribute to other in-house developers so that they don't have to build ParaView themselves. I've been following the instructions here: http://www.paraview.org/Wiki/ParaView