MantisBT - ParaView
View Issue Details
0012991ParaView(No Category)public2012-03-13 07:172013-01-11 14:03
Paul Edwards 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
 
3.14.13.14.1 
TBD
12997_fix_protoc_with_nmake
incorrect functionality
0012991: Build problem with nmake and windows
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 "")
No tags attached.
related to 0012997closed Utkarsh Ayachit protoc generation doesn't work on Windows with nmake builds. 
Issue History
2012-03-13 07:17Paul EdwardsNew Issue
2012-03-15 15:15Utkarsh AyachitTopic Name => 12997_fix_protoc_with_nmake
2012-03-15 15:15Utkarsh AyachitNote Added: 0028362
2012-03-15 15:15Utkarsh AyachitStatusbacklog => gatekeeper review
2012-03-15 15:15Utkarsh AyachitFixed in Version => git-next
2012-03-15 15:15Utkarsh AyachitResolutionopen => fixed
2012-03-15 15:15Utkarsh AyachitAssigned To => Utkarsh Ayachit
2012-03-18 16:10Utkarsh AyachitRelationship addedrelated to 0012997
2012-03-18 16:10Utkarsh AyachitTarget Version => 3.14.1
2012-03-26 10:28Utkarsh AyachitFixed in Versiongit-next => git-master
2012-03-26 10:28Utkarsh AyachitStatusgatekeeper review => customer review
2012-04-05 17:03Utkarsh AyachitFixed in Versiongit-master => 3.14.1
2013-01-11 14:03Alan ScottNote Added: 0030099
2013-01-11 14:03Alan ScottStatuscustomer review => closed

Notes
(0028362)
Utkarsh Ayachit   
2012-03-15 15:15   
19c070b BUG 0012991. Add missing exe-suffix.
(0030099)
Alan Scott   
2013-01-11 14:03   
Closing due to age of bug, and I think this is basically a developer tag in git.