I am running Emacs 24.5.1 (compiled) and Spacemacs v.0.105.4 on Ubuntu 12.04.
When I try to use the spotify layer I get the following error: peculiar error: "Emacs not compiled with dbus support".
How do I fix it?
I am running Emacs 24.5.1 (compiled) and Spacemacs v.0.105.4 on Ubuntu 12.04.
When I try to use the spotify layer I get the following error: peculiar error: "Emacs not compiled with dbus support".
How do I fix it?
Found the solution: I was missing the package libdbus-1-dev. After ./configure && make dbus support was automatically added. So basically follow:
sudo apt-get install libdbus-1-dev
./autogen.sh
./configure
make