MantisBT - ParaView
View Issue Details
0012740ParaView(No Category)public2011-11-21 11:122012-02-08 17:28
David Partyka 
David Partyka 
normalminorhave not tried
closedfixed 
3.12 
3.14 
Kitware
12740-vs71-compile-errors
incorrect functionality
0012740: VTK/ParaView currently failing to compile with VS 7.1
http://www.cdash.org/CDash/viewBuildError.php?buildid=1554604 [^]

\Dashboards\My Tests\VTK\Rendering\vtkWin32RenderWindowInteractor.cxx(365) : error C2065: 'TRACKMOUSEEVENT' : undeclared identifier
No tags attached.
htm BuildLog.htm (95,966) 2012-01-09 18:55
https://www.vtk.org/Bug/file/9104/BuildLog.htm
Issue History
2011-11-21 11:12David PartykaNew Issue
2011-11-21 11:12David PartykaAssigned To => David Partyka
2011-11-21 11:12David PartykaStatusbacklog => todo
2011-11-21 11:16David PartykaStatustodo => active development
2011-11-21 11:36David PartykaTopic Name => 12740-vs71-compile-errors
2011-11-21 11:36David PartykaStatusactive development => gatekeeper review
2011-11-21 11:36David PartykaFixed in Version => git-next
2011-11-21 11:36David PartykaResolutionopen => fixed
2011-12-02 14:26Utkarsh AyachitNote Added: 0027765
2011-12-02 14:26Utkarsh AyachitStatusgatekeeper review => customer review
2011-12-02 14:26Utkarsh AyachitFixed in Versiongit-next => git-master
2012-01-09 18:55JiajingFile Added: BuildLog.htm
2012-01-09 18:58JiajingNote Added: 0027927
2012-02-08 17:21Utkarsh AyachitFixed in Versiongit-master => 3.14
2012-02-08 17:28Utkarsh AyachitStatuscustomer review => closed
2012-02-08 17:28Utkarsh AyachitNote Added: 0028238

Notes
(0027765)
Utkarsh Ayachit   
2011-12-02 14:26   
I believe this was already merged.
(0027927)
Jiajing   
2012-01-09 18:58   
Hi,

This bug appeared again when I tried to compile tubeTK from scratch. The build script should already update to head, but somehow the following error occurred. I also uploaded the complete buildlog.

==========================================================================
2>37>..\..\VTK\Rendering\vtkWin32RenderWindowInteractor.cxx(365) :error C2065: 'TRACKMOUSEEVENT' : undeclared identifier
2>37>..\..\VTK\Rendering\vtkWin32RenderWindowInteractor.cxx(365) :error C2146: syntax error : missing ';' before identifier 'tme'
2>37>..\..\VTK\Rendering\vtkWin32RenderWindowInteractor.cxx(365) :error C2065: 'tme' : undeclared identifier
2>37>..\..\VTK\Rendering\vtkWin32RenderWindowInteractor.cxx(366) :error C2228: left of '.cbSize' must have class/struct/union
2>37> type is ''unknown-type''
2>37>..\..\VTK\Rendering\vtkWin32RenderWindowInteractor.cxx(366) :error C2070: ''unknown-type'': illegal sizeof operand
2>37>..\..\VTK\Rendering\vtkWin32RenderWindowInteractor.cxx(367) :error C2228: left of '.dwFlags' must have class/struct/union
2>37> type is ''unknown-type''
2>37>..\..\VTK\Rendering\vtkWin32RenderWindowInteractor.cxx(367) :error C2065: 'TME_LEAVE' : undeclared identifier
2>37>..\..\VTK\Rendering\vtkWin32RenderWindowInteractor.cxx(368) :error C2228: left of '.hwndTrack' must have class/struct/union
2>37> type is ''unknown-type''
2>37>..\..\VTK\Rendering\vtkWin32RenderWindowInteractor.cxx(369) :error C3861: 'TrackMouseEvent': identifier not found
2>37>vtkRendering - 9 error(s), 0 warning(s)
==========================================================================

Thanks,
Jiajing
(0028238)
Utkarsh Ayachit   
2012-02-08 17:28   
Closing bugs sitting in "customer review" for a long time.