View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010394ParaViewBugpublic2010-03-09 09:152010-03-23 21:42
Reporterolesen 
Assigned ToDavid Partyka 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionDevelopment 
Target VersionFixed in Version 
Summary0010394: Development install tree cannot be used to build plugin.
DescriptionFor 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.

TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0019916)
David Partyka (developer)
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 (reporter)
2010-03-17 04:51

This seems to be solved now - with "make install" and CPack.
You can close the issue.
(0019923)
David Partyka (developer)
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 (manager)
2010-03-23 21:41

Closing as per reporter.

 Issue History
Date Modified Username Field Change
2010-03-09 09:15 olesen New Issue
2010-03-09 09:18 David Partyka Status backlog => tabled
2010-03-09 09:18 David Partyka Assigned To => David Partyka
2010-03-16 18:17 David Partyka Note Added: 0019916
2010-03-17 04:51 olesen Note Added: 0019920
2010-03-17 08:47 David Partyka Note Added: 0019923
2010-03-17 08:47 David Partyka Status tabled => @80@
2010-03-17 08:47 David Partyka Resolution open => fixed
2010-03-23 21:41 Alan Scott Note Added: 0019992
2010-03-23 21:41 Alan Scott Status @80@ => closed


Copyright © 2000 - 2018 MantisBT Team