pdf-tools icon indicating copy to clipboard operation
pdf-tools copied to clipboard

update to libpoppler 144

Open uliw opened this issue 11 months ago • 2 comments

Describe the bug some distributions like opensuse tumbleweed no longer ship libpoppler139, but now use 144. It is possible to update the requirements to 144?

uliw avatar Jan 08 '25 14:01 uliw

hmmh a bit more context, running config in pdf-tools-20240429.407/build/server results in the following:

checking for poppler-glib >= 0.16.0... no
configure: error: Package requirements (poppler-glib >= 0.16.0) were not met:

Package 'xproto', required by 'x11', not found
Package 'kbproto', required by 'x11', not found
Package 'xextproto', required by 'xext', not found
Package 'xproto', required by 'xrender', not found
Package 'renderproto', required by 'xrender', not found
Package 'xproto', required by 'xau', not found

even so pkg-config does find poppler-glib. not sure what the other packages are

uliw avatar Jan 08 '25 15:01 uliw

arg, that appears to have been caused by a lengthy path statement, that contained the brew directory before the actual system directories. likely that pgk_config stopped looking once it found the first match. After recompiling, epdfinfo complaint about libpoppler139 missing, but manually copying epdfinfo from the build directory solved this issue

uliw avatar Jan 08 '25 19:01 uliw