https://bugs.documentfoundation.org/show_bug.cgi?id=131353
Bug ID: 131353
Summary: Core build fails with poppler >= 0.86.0
Product: LibreOffice
Version: 6.4.1.2 release
Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: [email protected]
Reporter: [email protected]
Description:
The libpoppler API has changed. LinkURI::getURI() now returns a std::string
value.
Steps to Reproduce:
Build libreoffice core against poppler >= 0.86.0
Actual Results:
/home/iurt/rpmbuild/BUILD/libreoffice-6.4.1.2/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx:
In member function 'virtual void pdfi::PDFOutDev::processLink(AnnotLink*)':
/home/iurt/rpmbuild/BUILD/libreoffice-6.4.1.2/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx:567:64:
error: base operand of '->' has non-pointer type 'const string' {aka 'const
std::__cxx11::basic_string<char>'}
567 | const char* pURI =
static_cast<LinkURI*>(pAction)->getURI()->c_str();
| ^~
Expected Results:
No compile error.
Reproducible: Always
User Profile Reset: No
Additional Info:
N/A
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs