Re: [dev] [dmenu] dinput make error

From: Connor Lane Smith <cls_AT_lubutu.com>
Date: Sat, 31 Jul 2010 04:01:07 +0100

Darn, I hoped no one would notice my mistake until I got back to a computer
with internet access. I'll fix it tomorrow; I have a big patch ready.

As for the spaceitem warning, just update your config.h by removing it -
it's not in config.def.h.

(Sorry for the html. Android.)

Thanks,
cls

On Jul 31, 2010 3:47 AM, "Andrew Antle" <andrew.antle_AT_gmail.com> wrote:

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
Received on Sat Jul 31 2010 - 05:01:07 CEST

This archive was generated by hypermail 2.2.0 : Sat Jul 31 2010 - 05:12:01 CEST