MantisBT - ParaView
View Issue Details
0010394ParaViewBugpublic2010-03-09 09:152010-03-23 21:42
olesen 
David Partyka 
normalminoralways
closedfixed 
Development 
 
0010394: Development install tree cannot be used to build plugin.
For the "hard-test" with PARAVIEW_INSTALL_DEVELOPMENT turned on.

- make && make install
- relocate the built tree somewhere else
- rename the source tree to another name
  (to check if the source tree really isn't needed).

After doing this, and setting ParaView_DIR to point to the new
location, building a separate plugin still fails, due to the following
bits from the plug CMakeLists.txt:

  FIND_PACKAGE(ParaView REQUIRED)
  INCLUDE(${PARAVIEW_USE_FILE})

The $ParaView_DIR/ParaViewConfig.cmake is found and it contains
references to the now non-existent paraview source directory.

If I move $ParaView_DIR/ParaViewConfig.cmake out of the way, the
$ParaView_DIR/lib/paraview-3.7/ParaViewConfig.cmake file is correctly
found and the build succeeds.

No tags attached.
Issue History
2010-03-09 09:15olesenNew Issue
2010-03-09 09:18David PartykaStatusbacklog => tabled
2010-03-09 09:18David PartykaAssigned To => David Partyka
2010-03-16 18:17David PartykaNote Added: 0019916
2010-03-17 04:51olesenNote Added: 0019920
2010-03-17 08:47David PartykaNote Added: 0019923
2010-03-17 08:47David PartykaStatustabled => @80@
2010-03-17 08:47David PartykaResolutionopen => fixed
2010-03-23 21:41Alan ScottNote Added: 0019992
2010-03-23 21:41Alan ScottStatus@80@ => closed

Notes
(0019916)
David Partyka   
2010-03-16 18:17   
Can you try this now with a CPack generated install and let me know if there are issues?
(0019920)
olesen   
2010-03-17 04:51   
This seems to be solved now - with "make install" and CPack.
You can close the issue.
(0019923)
David Partyka   
2010-03-17 08:47   
As per Mark, it appears that enough fixes have been made that this is no longer an issue.
(0019992)
Alan Scott   
2010-03-23 21:41   
Closing as per reporter.