Александр Рыбалов
unread,Oct 6, 2025, 12:19:23 PM (7 days ago) Oct 6Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pdfium
Hello!
I'm trying to build the PDFium library as a static library for my Linux project. I want a purely static library without any dependencies so I can include it in my project. However, on Linux, using use_custom_libcxx=false causes compilation errors. Therefore, I can build the library with just the custom libc++ library, but that means I'd have to also link my application to this custom libc++ library, which I don't want to do.
Please help me resolve this issue.