#18179 closed defect (fixed)
Okular FTBFS with poppler-23.06
Reported by: | pierre | Owned by: | blfs-book |
---|---|---|---|
Priority: | normal | Milestone: | 12.0 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
poppler now uses c++17 symbols and features, while the standard required by Okular is c++14. This leads to an error with an unknown template.
Note:
See TracTickets
for help on using tickets.
This has been fixed upstream with https://github.com/KDE/okular/commit/bb1d6c7c9fdcac99db33b5f42d768603d698400c
We can use
sed -i s/14/17/ CMakeLists.txt