View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0015655 | ParaView | (No Category) | public | 2015-08-15 17:22 | 2016-08-12 09:59 | ||||
Reporter | Bruno Santos | ||||||||
Assigned To | Kitware Robot | ||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | closed | Resolution | moved | ||||||
Platform | OS | OS Version | |||||||
Product Version | 4.3 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0015655: "ui_pqExportStateWizard.h" is always included with development install when it also depends on Python | ||||||||
Description | The file "Qt/Components/CMakeLists.txt" has this block of code: if(PARAVIEW_INSTALL_DEVELOPMENT_FILES) install(FILES "${CMAKE_CURRENT_BINARY_DIR}/ui_pqExportStateWizard.h" DESTINATION "${VTK_INSTALL_INCLUDE_DIR}") endif() And it should be this: if(PARAVIEW_INSTALL_DEVELOPMENT_FILES AND PARAVIEW_ENABLE_PYTHON) install(FILES "${CMAKE_CURRENT_BINARY_DIR}/ui_pqExportStateWizard.h" DESTINATION "${VTK_INSTALL_INCLUDE_DIR}") endif() This is because of the block of code several lines above: if(PARAVIEW_ENABLE_PYTHON) ... LIST(APPEND Module_UI_FILES Resources/UI/pqImageOutputInfo.ui Resources/UI/pqExportStateWizard.ui ) endif() This was spotted with the building script makeParaView4 that is used in OpenFOAM: https://github.com/OpenFOAM/ThirdParty-dev/#buiding-paraview-431 [^] | ||||||||
Tags | No tags attached. | ||||||||
Project | TBD | ||||||||
Topic Name | |||||||||
Type | incorrect functionality | ||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0035213) Louis Gagnon (reporter) 2015-09-14 08:43 |
I experienced the same issue and the fix proposed by Bruno Santos works for me. |
(0038867) Kitware Robot (administrator) 2016-08-12 09:59 |
Resolving issue as `moved`. This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2015-08-15 17:22 | Bruno Santos | New Issue | |
2015-09-14 08:43 | Louis Gagnon | Note Added: 0035213 | |
2016-08-12 09:59 | Kitware Robot | Note Added: 0038867 | |
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 |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |