vedang / pdf-tools

Emacs support library for PDF files.
https://pdftools.wiki
GNU General Public License v3.0
618 stars 89 forks source link

pdf-tools not working on Windows #285

Closed iago-pssjd closed 3 months ago

iago-pssjd commented 3 months ago
  1. I try to install it from Melpa. I have also (use-package pdf-tools) in .emacs, but pdf's open with DocView
  2. I try to execute pdf-tools-install (https://www.reddit.com/r/emacs/comments/ywrrrq/how_to_run_pdfview_by_default_and_not_docview/) and I get asked: "Need to (re)build the epdfinfo program, do it now ? (y or n)" 2.1 If no, does not do anything and pdf-tools does not work yet 2.2 If yes,
    ---------------------------
    Installing packages    
    ---------------------------
    pacman -S --needed base-devel
                      autoconf
                      automake
                      mingw-w64-x86_64-libpng
                      mingw-w64-x86_64-poppler
                      mingw-w64-x86_64-imagemagick
                      mingw-w64-x86_64-toolchain
                      mingw-w64-x86_64-openssl
                      mingw-w64-x86_64-zlib
    error: mingw32: clave «5F944B027F7FE2091985AA2EFA11531AA0AA7F57» desconocida
    :: ¿Importar clave PGP 5F944B027F7FE2091985AA2EFA11531AA0AA7F57? [S/n] 

    2.2.1 If no, it asks again 2.2.2 If yes (S)

    error: no se pudo buscar la clave «5F944B027F7FE2091985AA2EFA11531AA0AA7F57» de forma remota
    error: msys: clave «5F944B027F7FE2091985AA2EFA11531AA0AA7F57» desconocida
    :: ¿Importar clave PGP 5F944B027F7FE2091985AA2EFA11531AA0AA7F57? [S/n] 

    what means that key could not be looked for remotely and asks again, and so on

vedang commented 3 months ago

Please let me know if you have gone through https://pdftools.wiki/d14e01ff and tried the steps mentioned there

iago-pssjd commented 3 months ago

No, I will try.

iago-pssjd commented 3 months ago

It worked. Thanks!