Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • VTK VTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 830
    • Issues 830
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 234
    • Merge requests 234
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTKVTK
  • VTKVTK
  • Issues
  • #18005
Closed
Open
Issue created Sep 12, 2020 by Orion Poplawski@opoplawskiContributor

8.2.0 build fails with Qt 5.15.1

Fedora rawhide just updated from Qt 5.14.2 to 5.15.1 and now the vtk build fails with:

/builddir/build/BUILD/VTK-8.2.0/Rendering/Qt/vtkQtLabelRenderStrategy.cxx: In member function 'virtual void vtkQtLabelRenderStrategy::ComputeLabelBounds(vtkTextProperty*, vtkUnicodeString, double*)':
/builddir/build/BUILD/VTK-8.2.0/Rendering/Qt/vtkQtLabelRenderStrategy.cxx:229:18: error: aggregate 'QPainterPath path' has incomplete type and cannot be defined
  229 |     QPainterPath path;
      |                  ^~~~
/builddir/build/BUILD/VTK-8.2.0/Rendering/Qt/vtkQtLabelRenderStrategy.cxx: In member function 'virtual void vtkQtLabelRenderStrategy::RenderLabel(int*, vtkTextProperty*, vtkUnicodeString, int)':
/builddir/build/BUILD/VTK-8.2.0/Rendering/Qt/vtkQtLabelRenderStrategy.cxx:331:16: error: aggregate 'QPainterPath path' has incomplete type and cannot be defined
  331 |   QPainterPath path;
      |                ^~~~
/builddir/build/BUILD/VTK-8.2.0/Rendering/Qt/vtkQtLabelRenderStrategy.cxx: In member function 'virtual void vtkQtLabelRenderStrategy::RenderLabel(int*, vtkTextProperty*, vtkUnicodeString)':
/builddir/build/BUILD/VTK-8.2.0/Rendering/Qt/vtkQtLabelRenderStrategy.cxx:442:18: error: aggregate 'QPainterPath path' has incomplete type and cannot be defined
  442 |     QPainterPath path;
      |                  ^~~~

Full logs at https://koschei.fedoraproject.org/package/vtk?collection=f34

Assignee
Assign to
Time tracking