Closed iangudger closed 1 year ago
Hi @iangudger,
I don't see these shared objects in the out directory. Besides, no one reported a link error.
Best regards, Benoit
I was under the impression that this patch is used to bundle all dependencies in a single pdfium binary? (BTW, there's a related discussion on pdfium's mailing list.)
The v8 releases only include
libpdfium.so
, but are missing the other shared objects which I think are required to make the v8 integration work.When I compiled it, I got the following shared objects:
libabsl.so
libc++.so
libchrome_zlib.so
libcppgc.so
libicui18n.so
libicuuc.so
libpartition_alloc.so
libpdfium.so
libv8.so
libv8_libbase.so
libv8_libplatform.so
Some of these like
libc++.so
and maybelibabsl.so
should be provided by the environment, but the v8 ones seem important.