Hi there, On 17 April 2016 at 17:10, Mitt Green <mitt_gr...@riseup.net> wrote: > I'm trying to build stali, running "make install" > goes fine except for kbd; it entres src/bin/kbd, > then goes > "CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash > /home/anselm/src/bin/kbd/config/missing --run aclocal-1.11 -I m4" > and then it certainly fails. > > It successfully installs other binaries to /bin though, > and other things to /etc and /share.
Which Makefile are you talking about? src/bin/kbd/Makefile should not be considered, only stali.mk. Can you provide the output of cd src/bin/kbd && make -f stali.mk install please? The only Makefile of kbd that is executed by stali.mk is in src/bin/kbd/data, which contained a bug you mention, but which was fixed earlier last week. Thanks, -Anselm