- Code: Select all
(require 'asdf)
(require 'asdf-install)
(asdf-install:install 'cl-yacc)
First I got an error that tar failed. I installed GNU tar, and added it to PATH. Now the system managed to download and unpack the package, but I get an error from asdf-install (non-empty buffer when EOF reached while reading from child...) and nothing appears in the site folder. How can I get this to work, preferably without having to install cygwin?