MantisBT - VTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0015249 | VTK | (No Category) | public | 2015-01-08 16:52 | 2015-10-28 00:15 |
| Reporter | Orion Poplawski | ||||
| Assigned To | Marcus D. Hanwell | ||||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Project | TBD | ||||
| Type | incorrect functionality | ||||
| Summary | 0015249: vtkFreeTypeTools.cxx:1190:51: error: no matching function for call to 'min(unsigned int&, int&)' | ||||
| Description | While compiling VTK 6.1.0 for Fedora Rawhide: /builddir/build/BUILD/VTK-6.1.0/Rendering/FreeType/vtkFreeTypeTools.cxx: In member function 'bool vtkFreeTypeTools::CalculateBoundingBox(const T&, vtkFreeTypeTools::MetaData&)': /builddir/build/BUILD/VTK-6.1.0/Rendering/FreeType/vtkFreeTypeTools.cxx:1190:51: error: no matching function for call to 'min(unsigned int&, int&)' metaData.descent); ^ /builddir/build/BUILD/VTK-6.1.0/Rendering/FreeType/vtkFreeTypeTools.cxx:1190:51: note: candidates are: cd /builddir/build/BUILD/VTK-6.1.0/build/Rendering/Core && ../../bin/vtkWrapTcl @/builddir/build/BUILD/VTK-6.1.0/build/Rendering/Core/vtkRenderingCoreTCL.args -o /builddir/build/BUILD/VTK-6.1.0/build/Rendering/Core/vtkImageMapperTcl.cxx /builddir/build/BUILD/VTK-6.1.0/Rendering/Core/vtkImageMapper.h In file included from /usr/include/c++/4.9.2/bits/char_traits.h:39:0, from /usr/include/c++/4.9.2/ios:40, from /usr/include/c++/4.9.2/ostream:38, from /usr/include/c++/4.9.2/iostream:39, from /builddir/build/BUILD/VTK-6.1.0/Common/Core/vtkIOStream.h:33, from /builddir/build/BUILD/VTK-6.1.0/Common/Core/vtkSystemIncludes.h:36, from /builddir/build/BUILD/VTK-6.1.0/build/Common/Core/vtkAtomicInt.h:38, from /builddir/build/BUILD/VTK-6.1.0/Common/Core/vtkObjectBase.h:44, from /builddir/build/BUILD/VTK-6.1.0/Common/Core/vtkObject.h:42, from /builddir/build/BUILD/VTK-6.1.0/Rendering/FreeType/vtkFreeTypeTools.h:27, from /builddir/build/BUILD/VTK-6.1.0/Rendering/FreeType/vtkFreeTypeTools.cxx:16: /usr/include/c++/4.9.2/bits/stl_algobase.h:194:5: note: template<class _Tp> const _Tp& std::min(const _Tp&, const _Tp&) min(const _Tp& __a, const _Tp& __b) ^ /usr/include/c++/4.9.2/bits/stl_algobase.h:194:5: note: template argument deduction/substitution failed: /builddir/build/BUILD/VTK-6.1.0/Rendering/FreeType/vtkFreeTypeTools.cxx:1190:51: note: deduced conflicting types for parameter 'const _Tp' ('unsigned int' and 'int') metaData.descent); ^ In file included from /usr/include/c++/4.9.2/bits/char_traits.h:39:0, from /usr/include/c++/4.9.2/ios:40, from /usr/include/c++/4.9.2/ostream:38, from /usr/include/c++/4.9.2/iostream:39, from /builddir/build/BUILD/VTK-6.1.0/Common/Core/vtkIOStream.h:33, from /builddir/build/BUILD/VTK-6.1.0/Common/Core/vtkSystemIncludes.h:36, from /builddir/build/BUILD/VTK-6.1.0/build/Common/Core/vtkAtomicInt.h:38, from /builddir/build/BUILD/VTK-6.1.0/Common/Core/vtkObjectBase.h:44, from /builddir/build/BUILD/VTK-6.1.0/Common/Core/vtkObject.h:42, from /builddir/build/BUILD/VTK-6.1.0/Rendering/FreeType/vtkFreeTypeTools.h:27, from /builddir/build/BUILD/VTK-6.1.0/Rendering/FreeType/vtkFreeTypeTools.cxx:16: /usr/include/c++/4.9.2/bits/stl_algobase.h:240:5: note: template<class _Tp, class _Compare> const _Tp& std::min(const _Tp&, const _Tp&, _Compare) min(const _Tp& __a, const _Tp& __b, _Compare __comp) ^ /usr/include/c++/4.9.2/bits/stl_algobase.h:240:5: note: template argument deduction/substitution failed: /builddir/build/BUILD/VTK-6.1.0/Rendering/FreeType/vtkFreeTypeTools.cxx:1190:51: note: deduced conflicting types for parameter 'const _Tp' ('unsigned int' and 'int') metaData.descent); ^ | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2015-01-08 16:52 | Orion Poplawski | New Issue | |||
| 2015-01-08 17:00 | Orion Poplawski | Note Added: 0034029 | |||
| 2015-01-09 07:29 | Utkarsh Ayachit | Assigned To | => Ben Boeckel (Kitware) | ||
| 2015-01-09 09:30 | Ben Boeckel (Kitware) | Assigned To | Ben Boeckel (Kitware) => Marcus D. Hanwell | ||
| 2015-01-09 09:30 | Ben Boeckel (Kitware) | Note Added: 0034031 | |||
| 2015-01-09 09:47 | Orion Poplawski | Note Added: 0034032 | |||
| 2015-01-12 16:24 | Marcus D. Hanwell | Note Added: 0034070 | |||
| 2015-01-12 16:24 | Marcus D. Hanwell | Status | backlog => gerrit review | ||
| 2015-10-28 00:15 | Cory Quammen | Note Added: 0035404 | |||
| 2015-10-28 00:15 | Cory Quammen | Status | gerrit review => closed | ||
| 2015-10-28 00:15 | Cory Quammen | Resolution | open => fixed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||