MantisBT - ParaView |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0012740 | ParaView | (No Category) | public | 2011-11-21 11:12 | 2012-02-08 17:28 |
|
| Reporter | David Partyka | |
| Assigned To | David Partyka | |
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | |
| Platform | | OS | | OS Version | |
| Product Version | 3.12 | |
| Target Version | | Fixed in Version | 3.14 | |
| Project | Kitware |
| Topic Name | 12740-vs71-compile-errors |
| Type | incorrect functionality |
|
| Summary | 0012740: VTK/ParaView currently failing to compile with VS 7.1 |
| Description | http://www.cdash.org/CDash/viewBuildError.php?buildid=1554604 [^]
\Dashboards\My Tests\VTK\Rendering\vtkWin32RenderWindowInteractor.cxx(365) : error C2065: 'TRACKMOUSEEVENT' : undeclared identifier |
| Steps To Reproduce | |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | |
| Attached Files | BuildLog.htm (95,966) 2012-01-09 18:55 https://www.vtk.org/Bug/file/9104/BuildLog.htm |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2011-11-21 11:12 | David Partyka | New Issue | |
| 2011-11-21 11:12 | David Partyka | Assigned To | => David Partyka |
| 2011-11-21 11:12 | David Partyka | Status | backlog => todo |
| 2011-11-21 11:16 | David Partyka | Status | todo => active development |
| 2011-11-21 11:36 | David Partyka | Topic Name | => 12740-vs71-compile-errors |
| 2011-11-21 11:36 | David Partyka | Status | active development => gatekeeper review |
| 2011-11-21 11:36 | David Partyka | Fixed in Version | => git-next |
| 2011-11-21 11:36 | David Partyka | Resolution | open => fixed |
| 2011-12-02 14:26 | Utkarsh Ayachit | Note Added: 0027765 | |
| 2011-12-02 14:26 | Utkarsh Ayachit | Status | gatekeeper review => customer review |
| 2011-12-02 14:26 | Utkarsh Ayachit | Fixed in Version | git-next => git-master |
| 2012-01-09 18:55 | Jiajing | File Added: BuildLog.htm | |
| 2012-01-09 18:58 | Jiajing | Note Added: 0027927 | |
| 2012-02-08 17:21 | Utkarsh Ayachit | Fixed in Version | git-master => 3.14 |
| 2012-02-08 17:28 | Utkarsh Ayachit | Status | customer review => closed |
| 2012-02-08 17:28 | Utkarsh Ayachit | Note 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. |
|