MantisBT - ParaView | ||||||||||
| View Issue Details | ||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||||
| 0012991 | ParaView | (No Category) | public | 2012-03-13 07:17 | 2013-01-11 14:03 | |||||
| Reporter | Paul Edwards | |||||||||
| Assigned To | Utkarsh Ayachit | |||||||||
| Priority | normal | Severity | minor | Reproducibility | have not tried | |||||
| Status | closed | Resolution | fixed | |||||||
| Platform | OS | OS Version | ||||||||
| Product Version | ||||||||||
| Target Version | 3.14.1 | Fixed in Version | 3.14.1 | |||||||
| Project | TBD | |||||||||
| Topic Name | 12997_fix_protoc_with_nmake | |||||||||
| Type | incorrect functionality | |||||||||
| Summary | 0012991: Build problem with nmake and windows | |||||||||
| Description | The vtkWrapClientServer is missing the ".exe" when building on windows with nmake makefiles. Here is a patch: diff --git a/CMakeLists.txt b/CMakeLists.txt index 976ed97..9ebd852 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -447,7 +447,7 @@ IF (NOT PV_INSTALL_NO_DEVELOPMENT) SET(ParaView_BINARY_DIR "\${ParaView_INSTALL_PREFIX}/${PV_INSTALL_BIN_DIR}") SET(PARAVIEW_USE_FILE "\${ParaView_INSTALL_PREFIX}/${PV_INSTALL_CMAKE_DIR}/ParaViewUse.cmake") SET(PARAVIEW_VTK_DIR "\${ParaView_INSTALL_PREFIX}/${PV_INSTALL_LIB_DIR}") - SET(VTK_WRAP_ClientServer_EXE_CONFIG "\${ParaView_INSTALL_PREFIX}/${PV_INSTALL_BIN_DIR}/vtkWrapClientServer") + SET(VTK_WRAP_ClientServer_EXE_CONFIG "\${ParaView_INSTALL_PREFIX}/${PV_INSTALL_BIN_DIR}/vtkWrapClientServer${PV_EXE_SUFFIX}") SET(PARAVIEW_INCLUDE_DIRS "\${ParaView_INSTALL_PREFIX}/${PV_INSTALL_INCLUDE_DIR}") SET(ParaView_QT_DIR "\${ParaView_INSTALL_PREFIX}/${PV_INSTALL_INCLUDE_DIR}/Qt") SET(PARAVIEW_QT_QMAKE_EXECUTABLE "") | |||||||||
| Steps To Reproduce | ||||||||||
| Additional Information | ||||||||||
| Tags | No tags attached. | |||||||||
| Relationships |
| |||||||||
| Attached Files | ||||||||||
| Issue History | ||||||||||
| Date Modified | Username | Field | Change | |||||||
| 2012-03-13 07:17 | Paul Edwards | New Issue | ||||||||
| 2012-03-15 15:15 | Utkarsh Ayachit | Topic Name | => 12997_fix_protoc_with_nmake | |||||||
| 2012-03-15 15:15 | Utkarsh Ayachit | Note Added: 0028362 | ||||||||
| 2012-03-15 15:15 | Utkarsh Ayachit | Status | backlog => gatekeeper review | |||||||
| 2012-03-15 15:15 | Utkarsh Ayachit | Fixed in Version | => git-next | |||||||
| 2012-03-15 15:15 | Utkarsh Ayachit | Resolution | open => fixed | |||||||
| 2012-03-15 15:15 | Utkarsh Ayachit | Assigned To | => Utkarsh Ayachit | |||||||
| 2012-03-18 16:10 | Utkarsh Ayachit | Relationship added | related to 0012997 | |||||||
| 2012-03-18 16:10 | Utkarsh Ayachit | Target Version | => 3.14.1 | |||||||
| 2012-03-26 10:28 | Utkarsh Ayachit | Fixed in Version | git-next => git-master | |||||||
| 2012-03-26 10:28 | Utkarsh Ayachit | Status | gatekeeper review => customer review | |||||||
| 2012-04-05 17:03 | Utkarsh Ayachit | Fixed in Version | git-master => 3.14.1 | |||||||
| 2013-01-11 14:03 | Alan Scott | Note Added: 0030099 | ||||||||
| 2013-01-11 14:03 | Alan Scott | Status | customer review => closed | |||||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||