MantisBT - ParaView | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0014157 | ParaView | (No Category) | public | 2013-06-28 18:31 | 2016-08-12 09:59 |
| Reporter | Orion Poplawski | ||||
| Assigned To | Kitware Robot | ||||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Project | TBD | ||||
| Topic Name | |||||
| Type | incorrect functionality | ||||
| Summary | 0014157: Allow compilation of ParaView with external VTK | ||||
| Description | We need to be able to build ParaView with an external VTK. First issue encountered was: CMake Error at CMake/ParaViewModuleTop.cmake:61 (include): include could not find load file: vtkGroups Call Stack (most recent call first): CMakeLists.txt:495 (include) CMake Error at CMake/ParaViewModuleTop.cmake:184 (include): include could not find load file: TopologicalSort This can be fixed by installing those files. The attached patch fixes that. Next issue is: CMake Error: File /Wrapping/Java/JavaDependencies.cmake.in does not exist. CMake Error at /usr/lib64/cmake/vtk/vtkWrapJava.cmake:162 (CONFIGURE_FILE): configure_file Problem configuring file Call Stack (most recent call first): /usr/lib64/cmake/vtk/vtkJavaWrapping.cmake:40 (vtk_wrap_java3) /usr/lib64/cmake/vtk/vtkWrapping.cmake:67 (vtk_add_java_wrapping) /usr/lib64/cmake/vtk/vtkModuleMacros.cmake:565 (vtk_add_wrapping) ParaViewCore/VTKExtensions/Core/CMakeLists.txt:81 (vtk_module_library) Two issues - JavaDependencies.cmake.in is not installed, and vtkWrapJava.cmake is not looking for it in the correct place. Code is: SET(dir ${CMAKE_CURRENT_SOURCE_DIR}) IF(VTK_WRAP_JAVA3_INIT_DIR) SET(dir ${VTK_WRAP_JAVA3_INIT_DIR}) ENDIF(VTK_WRAP_JAVA3_INIT_DIR) CONFIGURE_FILE("${dir}/JavaDependencies.cmake.in" "${CMAKE_CURRENT_BINARY_DIR}/JavaDependencies.cmake" IMMEDIATE @ONLY) From vtkJavaWrapping.cmake: set(VTK_WRAP_JAVA3_INIT_DIR "${VTK_SOURCE_DIR}/Wrapping/Java") So it looks like this is just not capable of being run outside of the VTK source tree. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | https://www.vtk.org/Bug/file/9473/vtk-install.patch https://www.vtk.org/Bug/file/9624/vtk-6.1.0.patch https://www.vtk.org/Bug/file/9625/paraview-4.1.0.patch https://www.vtk.org/Bug/file/9626/paraview-4.1.0-v2.patch | ||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2013-06-28 18:31 | Orion Poplawski | New Issue | |||
| 2013-06-28 18:31 | Orion Poplawski | File Added: vtk-install.patch | |||
| 2013-12-17 21:51 | Dave DeMarle | Target Version | => 6.2.0 | ||
| 2014-02-17 00:37 | Orion Poplawski | Note Added: 0032340 | |||
| 2014-03-08 18:52 | efferre79 | Note Added: 0032460 | |||
| 2014-03-08 18:53 | efferre79 | File Added: vtk-6.1.0.patch | |||
| 2014-03-08 18:53 | efferre79 | File Added: paraview-4.1.0.patch | |||
| 2014-03-08 19:07 | efferre79 | File Added: paraview-4.1.0-v2.patch | |||
| 2014-10-02 11:02 | Berk Geveci | Project | VTK => ParaView | ||
| 2016-08-12 09:59 | Kitware Robot | Note Added: 0038417 | |||
| 2016-08-12 09:59 | Kitware Robot | Status | backlog => closed | ||
| 2016-08-12 09:59 | Kitware Robot | Resolution | open => moved | ||
| 2016-08-12 09:59 | Kitware Robot | Assigned To | => Kitware Robot | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||