vedang / pdf-tools

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

Make Error 127. #205

Closed kulorro closed 6 months ago

kulorro commented 1 year ago

Describe the bug make error 127.

Steps to Reproduce the behaviour Steps to reproduce the behaviour:

  1. Run cd /path/to/pdf-tools
  2. Run make -s
  3. See error Using Emacs 28.2 make: cask: No such file or directory make: *** [Makefile:49: .cask/28.2] Error 127
vedang commented 6 months ago

Please run ./server/autobuild from the pdf-tools directory, and then run make -s. Let me know if this fixes the problem for you.

pietroiusti commented 3 months ago

I have the same problem too. Running ./server/autobuild works, but make -s keeps giving the same error.

pietroiusti commented 3 months ago

I have the same problem too. Running ./server/autobuild works, but make -s keeps giving the same error.

Installing Cask (https://cask.readthedocs.io/en/latest/guide/installation.html) fixed the problem.