m-parashar / emax64

64-bit Emacs for Windows with ImageMagick 7
https://ntemacs.sourceforge.io/
GNU General Public License v3.0
314 stars 17 forks source link

Apr 6 release misses Brotli libraries for epdfinfo #7

Closed rgemulla closed 6 years ago

rgemulla commented 6 years ago

The epdfinfo binary shipped with the Apr 6 release does not run because the Brotli libraries are missing (in particular, libbrotlicommon.dll, libbrotlidec.dll, and libbrotlienc.dll). I compiled those libraries myself and copied them to the bin folder; then everything works flawlessly.

m-parashar commented 6 years ago

Ah! My build system missed these files, but two of them are in the emax.7z archive. I have updated the release binary. Thank you for reporting this.

rgemulla commented 6 years ago

The Emacs 26.1 final build also misses these three libraries.

m-parashar commented 6 years ago

All the pdf-tools files, including dependencies, have been moved to the emax.7z package under the elpa directory. I am uploading the pdf-tools (m)elpa build with all the dependencies as a separate package, just in case you need only that.

https://github.com/m-parashar/emax64/releases/download/20180529/pdf-tools-20180428.827.7z

EDIT: the dlls are there in the emax64\bin directory as well.

emax64bin
rgemulla commented 6 years ago

You are right, I must have extracted one of the older downloads. I apologize for the confusion!