MantisBT - ParaView
View Issue Details
0012997ParaView(No Category)public2012-03-14 11:002013-01-11 14:02
Utkarsh Ayachit 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
3.14 
3.14.13.14.1 
Kitware
12997_fix_protoc_with_nmake
incorrect functionality
0012997: protoc generation doesn't work on Windows with nmake builds.
Refer to: http://www.paraview.org/pipermail/paraview/2012-March/024305.html [^]
No tags attached.
related to 0012991closed Utkarsh Ayachit Build problem with nmake and windows 
Issue History
2012-03-14 11:00Utkarsh AyachitNew Issue
2012-03-14 11:00Utkarsh AyachitAssigned To => Utkarsh Ayachit
2012-03-14 11:00Utkarsh AyachitTarget Version => 3.14.1
2012-03-14 11:02Utkarsh AyachitTopic Name => 12997_fix_protoc_with_nmake
2012-03-14 11:02Utkarsh AyachitNote Added: 0028357
2012-03-14 11:02Utkarsh AyachitStatusbacklog => gatekeeper review
2012-03-14 11:02Utkarsh AyachitFixed in Version => git-next
2012-03-14 11:02Utkarsh AyachitResolutionopen => fixed
2012-03-16 12:03Utkarsh AyachitNote Added: 0028365
2012-03-18 16:07Utkarsh AyachitNote Added: 0028374
2012-03-18 16:08Utkarsh AyachitNote Added: 0028375
2012-03-18 16:10Utkarsh AyachitRelationship addedrelated to 0012991
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:02Alan ScottNote Added: 0030098
2013-01-11 14:02Alan ScottStatuscustomer review => closed

Notes
(0028357)
Utkarsh Ayachit   
2012-03-14 11:02   
commit f7e21876bf16b02cb7a48e720a38bc42ea4c06d9
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Wed Feb 22 14:57:49 2012 -0500

    BUG 12997 Fix protoc path when using nmake on Windows.
(0028365)
Utkarsh Ayachit   
2012-03-16 12:03   
There are further complications with protoc executable due to dependencies on other shared libraries such as zlib.
(0028374)
Utkarsh Ayachit   
2012-03-18 16:07   
commit 6fc0e4ac3485e630200473e90f3308b34556bff2
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Fri Mar 16 11:50:20 2012 -0400

    Remove protoc complications.
    
    protoc is now compiled as a static executable with no shared dependencies and
    hence we don't have to setup the environment as was done in past. As such the
    environment could never be setup cleanly so that it worked in all cases.

commit d620dee1d568b60ac419224553b3816f6948b8b1
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Fri Mar 16 14:33:33 2012 -0400

    Bring in protobuf updates to build static protoc executable.
(0028375)
Utkarsh Ayachit   
2012-03-18 16:08   
We now build protoc as a static executable with no external dependencies, (such as zlib). That avoids build-time difficulties with protoc executable.
(0030098)
Alan Scott   
2013-01-11 14:02   
Closing due to age of bug, and I believe this is a developers tag in git.