Closed wilya7 closed 2 years ago
Same problem for me. This seems to have been addressed with latest commit but still fail for me.
@rougier
That commit is included in pdf-tools-20220822.642. I think it must have introduced a bug.
Yes, commenting out the added #ifndef HAVE_VASPRINTF
make it compile. Probably the AC_CHECK does not catch the system definition of vasprintf
.
I reverted that commit and indeed now it compiles.
@rougier Thank you, you solved the issue for me.
Commenting out the whole pre-processor section (lines 8418 - 8435) fixes the OSX build:
sed '8418s/^/\/* FIXUP /;8435s/$/ FIXUP *\//' $(find ~/.emacs.d -name synctex_parser.c)
Thank you for the issue report. This was introduced in #134 , I am reverting the commit for now and will look into it later.
Will close this issue once the commit is reverted.
On MacOS 10.14.6, with poppler installed. Never had any problem before, compiling pdf-tools. This is what I get with the last update.