MantisBT - ParaView
View Issue Details
0011872ParaView(No Category)public2011-02-16 16:252011-02-18 20:26
fauchet 
Robert Maynard 
normalblockalways
closedfixed 
linuxmandriva2010
3.10 
3.103.10 
0011872: options PARAVIEW_USE_VISITBRIDGE and PARAVIEW_INSTALL_DEVELOPMENT can not be used together
Errors in paraview configuration with options -DPARAVIEW_USE_VISITBRIDGE=ON -DPARAVIEW_INSTALL_DEVELOPMENT=ON


"CMake Error at VTK/CMake/vtkExportKit.cmake:42 (INSTALL):
  install FILES given no DESTINATION!
Call Stack (most recent call first):
  VTK/CMake/vtkExportKit.cmake:87 (VTK_EXPORT_KIT2)
  Utilities/VisItBridge/AvtAlgorithms/CMakeLists.txt:23 (VTK_EXPORT_KIT)


CMake Error at VTK/CMake/vtkExportKit.cmake:42 (INSTALL):
  install FILES given no DESTINATION!
Call Stack (most recent call first):
  VTK/CMake/vtkExportKit.cmake:87 (VTK_EXPORT_KIT2)
  Utilities/VisItBridge/databases/CMakeLists.txt:161 (VTK_EXPORT_KIT)
"
cmake ../ParaView-3.10.0-RC1 -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=ON -DPARAVIEW_USE_VISITBRIDGE=ON -DPARAVIEW_INSTALL_DEVELOPMENT=ON
To fix the problem, i have had
SET(VTK_INSTALL_PACKAGE_DIR_CM24 ${PV_INSTALL_LIB_DIR})

in :
    Utilities/VisItBridge/databases/CMakeLists.txt
and
    Utilities/VisItBridge/AvtAlgorithms/CMakeLists.txt
No tags attached.
Issue History
2011-02-16 16:25fauchetNew Issue
2011-02-17 15:23David PartykaAssigned To => Robert Maynard
2011-02-17 15:23David PartykaStatusbacklog => tabled
2011-02-17 15:37Robert MaynardProduct VersionDevelopment => 3.10
2011-02-17 15:37Robert MaynardTarget Version => 3.10
2011-02-17 17:02Robert MaynardNote Added: 0025466
2011-02-17 17:02Robert MaynardStatustabled => @80@
2011-02-17 17:02Robert MaynardFixed in Version => 3.10
2011-02-17 17:02Robert MaynardResolutionopen => fixed
2011-02-18 20:26Alan ScottNote Added: 0025511
2011-02-18 20:26Alan ScottStatus@80@ => closed

Notes
(0025466)
Robert Maynard   
2011-02-17 17:02   
commit 9f822f50c29a2d03dd35c80a15f5f7d1bc768ff7
Merge: b0a97b4 7deada6
Author: Robert Maynard <robert.maynard@kitware.com>
Date: Thu Feb 17 17:01:40 2011 -0500

    Merge topic 'VisIt-install-rules'

    7deada6 Move VisItBridge SHA1 forward to fix Bug 0011872.
    a0488fc Added install development macro that recurse directories for VisItBridge
(0025511)
Alan Scott   
2011-02-18 20:26   
Not tested by closer.