MantisBT - ParaView
View Issue Details
0010558ParaViewBugpublic2010-04-16 06:332010-09-08 18:47
David Partyka 
David Partyka 
normalminoralways
closedfixed 
Development 
3.8 
0010558: Make install doesn't work well.
-------------------------------------------------------------
All Platforms:
-------------------------------------------------------------
* Make install doesn't work well -- looks like prefix is being ignored.

From David Partyka:

Mike Jackson, if you export DESTDIR=<some_dir> and then make install you should get the desired behavior. Though this is more of just a testing feature that Dave Cole put in.
From Mike Jackson:

I tried what you suggested on a "git pull origin master" on 3/17/2010 at 10:15 AM EDT and when I run the make install I get the following:

CMAKE_INSTALL_PREFIX=/Users/Shared/Toolkits/ParaView
export DESTDIR=$CMAKE_INSTALL_PREFIX
make install

I then get an "Applications/ParaView-3.7.0.app" created in the /Users/Shared/Toolkits/ParaView directory
I also get another folder hierarchy created:

/Users/Shared/Toolkits/ParaView/Users/Shared/Toolkits/ParaView/bin with another paraview.app inside that. So basically the "make install" does NOT work at all on OS X. It is totally messed up. And my custom client plugins were NOT copied into the proper folder structure in any of those folders above.
No tags attached.
child of 0009998closed David Partyka Installation Issues 
Issue History
2010-04-16 06:33David PartykaNew Issue
2010-04-16 06:34David PartykaAssigned To => David Partyka
2010-04-16 06:34David PartykaStatusbacklog => tabled
2010-04-16 06:35David PartykaRelationship addedchild of 0009998
2010-09-07 10:08David PartykaNote Added: 0022106
2010-09-07 10:08David PartykaStatustabled => @80@
2010-09-07 10:08David PartykaFixed in Version => 3.8
2010-09-07 10:08David PartykaResolutionopen => fixed
2010-09-08 18:47Alan ScottNote Added: 0022146
2010-09-08 18:47Alan ScottStatus@80@ => closed

Notes
(0022106)
David Partyka   
2010-09-07 10:08   
This should be fixed with changes I made in July 2010 to correct numerous install issues and also remove VTK_USE_RPATH. If any one feels differently please reopen the issue.
(0022146)
Alan Scott   
2010-09-08 18:47   
Tested linux, trunk.