[okular] [Bug 427009] cmake error: missing #include <poppler-form.h>

Albert Astals Cid bugzilla_noreply at kde.org
Sun Sep 27 00:32:01 BST 2020


https://bugs.kde.org/show_bug.cgi?id=427009

Albert Astals Cid <aacid at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REPORTED                    |NEEDSINFO
         Resolution|---                         |WAITINGFORINFO
                 CC|                            |aacid at kde.org

--- Comment #1 from Albert Astals Cid <aacid at kde.org> ---
poppler-form.h is included

check_cxx_source_compiles("
#include <poppler-form.h>
int main()
{
    Poppler::FormFieldChoice *ffc = nullptr;
    ffc->choicesWithExportValues();
    return 0;
}
" HAVE_POPPLER_0_87)

Is your poppler just old? Which poppler version are you using?

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


More information about the Okular-devel mailing list