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 component-based install i.e. ParaView source cannot pick which "INSTALL" command have any effect based on their "COMPONENT". Consequently, you might end up with more stuff in your install tree than expected. To run cpack on ParaView application, you do something as follows: cpack -G TGZ --config <path-to-paraview-build-dir>/Applications/ParaView/CPackParaViewConfig.cmake Once the tar ball is generated, you can then unpack it at whatever location that you want. Utkarsh On Fri, Mar 12, 2010 at 9:15 AM, Mark Olesen <[email protected]> wrote: > >> 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 Description > With PARAVIEW_INSTALL_DEVELOPMENT turned on. > > It looks like the same problem that Paul reported: > www.mail-archive.com/[email protected]/msg06349.html > > - make && make HTMLDocumentation && make install > > Both Documentation/ and doc/ directories exist in the install > directory, but paraview reports the following: > > QTextBrowser: No document for > qthelp://paraview.org/paraview/ParaViewFilters.html > > > > > > DISCLAIMER: > This electronic transmission (and any attachments thereto) is intended solely > for the use of the addressee(s). It may contain confidential or legally > privileged information. If you are not the intended recipient of this > message, you must delete it immediately and notify the sender. Any > unauthorized use or disclosure of this message is strictly prohibited. > Faurecia does not guarantee the integrity of this transmission and shall > therefore never be liable if the message is altered or falsified nor for any > virus, interception or damage to your system. > > > > DISCLAIMER: > This electronic transmission (and any attachments thereto) is intended solely > for the use of the addressee(s). It may contain confidential or legally > privileged information. If you are not the intended recipient of this > message, you must delete it immediately and notify the sender. Any > unauthorized use or disclosure of this message is strictly prohibited. > Faurecia does not guarantee the integrity of this transmission and shall > therefore never be liable if the message is altered or falsified nor for any > virus, interception or damage to your system. > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
