[Bug 241002] deskutils/lumina-pdf: fix build on GCC architectures

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Oct 2 09:11:27 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241002

            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 at FreeBSD.org
          Reporter: pkubaj at FreeBSD.org
                CC: ken at ixsystems.com
                CC: ken at ixsystems.com
             Flags: maintainer-feedback?(ken at ixsystems.com)

Created attachment 208013
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=208013&action=edit
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 |

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


More information about the freebsd-ports-bugs mailing list