Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Oct 2019 09:11:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 241002] deskutils/lumina-pdf: fix build on GCC architectures
Message-ID:  <bug-241002-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241002

            Bug ID: 241002
           Summary: deskutils/lumina-pdf: fix build on GCC architectures
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: pkubaj@FreeBSD.org
                CC: ken@ixsystems.com
                CC: ken@ixsystems.com
             Flags: maintainer-feedback?(ken@ixsystems.com)

Created attachment 208013
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D208013&action=
=3Dedit
patch

Add include memory to drawablepage.h:
In file included from Renderer-poppler.cpp:2:
drawablepage.h:34:8: error: 'unique_ptr' in namespace 'std' does not name a
template type
   34 |   std::unique_ptr<Poppler::Page> page;
      |        ^~~~~~~~~~
drawablepage.h:7:1: note: 'std::unique_ptr' is defined in header '<memory>';
did you forget to '#include <memory>'?
    6 | #include <poppler/qt5/poppler-qt5.h>
  +++ |+#include <memory>
    7 |

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241002-7788>