atilaneves/cmake-ide

Can't find "dash"

tinloaf opened this issue · 3 comments

Hi,

I installed cmake-ide via MELPA. I enabled it in my init.el file as suggested. Now on startup I get the error:

Warning (initialization): An error occurred while loading `/home/lukas/.emacs.d/init.el':

File error: Cannot open load file, no such file or directory, dash

To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file.  Start Emacs with
the `--debug-init' option to view a complete error backtrace.

I'm not sure what's happening there. Does cmake-ide require the dash shell to be installed? It is installed on my system… Or is that some other file missing?

Thanks for any help,

Lukas

Indeed. A M-x package-install RET dash RET fixed it. Maybe the package should depend on it?