Public bug reported: openboard 1.7.7+dfsg-1 fails to build against poppler 26.07
``` src/pdf/XPDFRenderer.cpp:182:49: error: base operand of '->' has non-pointer type 'const std::string' 182 | return QString(title.getString()->c_str()); ``` poppler 26.04 changed Object::getString() to return a const std::string& instead of a GooString*, so title.getString()->c_str() no longer compiles Build log: https://launchpad.net/~nadzeya/+archive/ubuntu/poppler-26.07/+build/33436033 ** Affects: openboard (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2161747 Title: FTBFS with poppler 26.07 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openboard/+bug/2161747/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
