Yes, that little block of code should read something like

    new PDFDoc(std::unique_ptr<GooString>(pFileName)

instead of

    new PDFDoc(std::make_unique<GooString>(pFileName)

On Mon, 13 Oct 2025 at 08:42, Ilmari Lauhakangas <
[email protected]> wrote:

> Issues are reported with Poppler 25.10.0 on Linux From Scratch and Arch
> Linux:
>
> https://bugs.documentfoundation.org/show_bug.cgi?id=168756
> https://bugs.documentfoundation.org/show_bug.cgi?id=168795
>
> Full log on Arch:
> https://gist.github.com/Antiz96/d002ce120338f26ba963f78f79bee6e9
>
> Ilmari
>

Reply via email to