1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

[2024年6月~] Evilのインストールでエラー (easkを入れる)

Last updated at Posted at 2024-08-13

Evilのインストールでエラー

Evilをmakeすると, 2024年6月ごろから以下のようなエラーが出るようになった.

~/.emacs.d/el-get/evil $ make
eask compile
make: eask: No such file or directory
make: *** [compile] Error 1

easkなるものがなく, エラーとなったようである.
Makefileとしては下記の部分が該当している.

対処方法

easkとは

のことのようである.

にインストール方法が載っているが, npmだと下記のとおり.

npm install -g @emacs-eask/cli

ついでにdocやinfoについても...

また, 上記のようにdocinfomakeではsphinxを使っているようである.

必要に応じてsphinxもインストールする.

にインストール方法が載っているが, pipxだと下記のとおり.

pipx install sphinx
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?