Hello - dmenu fails to compile from tip. I got this message:
make: *** No rule to make target `dinput', needed by `all'. Stop. I removed `dinput` from `all`. It compiled successfully, with one warning: config.h:11: warning: ‘spaceitem’ defined but not used I know CLS has been doing a lot of development lately; probably related to that in some way. I saw that the latest commit merged dinput and dmenu. $ hg diff -r 342 -r 343 Makefile diff -r 8ea0ba2b94ed -r d31226a6ad9f Makefile --- a/Makefile Fri Jul 30 13:40:56 2010 +0100 +++ b/Makefile Fri Jul 30 22:47:07 2010 -0400 @@ -6,7 +6,7 @@ SRC = dmenu.c OBJ = ${SRC:.c=.o} -all: options dinput dmenu +all: options dmenu options: @echo dmenu build options: Cheers, -- Andrew Antle