what if a new rule was added to the Makefile
distclean: clean
_AT_rm config.h
i use [patch queue][1] and all that stuff... but maybe a distclean
could better communicate the need to tend for the config.h file after
an update and hint at the config.h rule
[1]:
http://dwm.suckless.org/customisation/patch_queue
P.S. sent with mixed feelings
On Thu, Jul 12, 2012 at 7:39 AM, Bogdan Ionuț <bogdan_AT_punctweb.ro> wrote:
> On Thu, Jul 12, 2012 at 2:28 PM, Marcin Szamotulski <mszamot_AT_gmail.com>
> wrote:
>>
>> Hello,
>>
>> The revision 1578 (of hg sources of dwm) introduces a bug, I think. I get
>> the
>> following error while compiling dwm:
>>
>> dwm.c: In function ‘createmon’:
>> dwm.c:669:15: error: ‘nmaster’ undeclared (first use in this function)
>> dwm.c:669:15: note: each undeclared identifier is reported only once for
>> each
>> function it appears in
>> dwm.c: In function ‘keypress’:
>> dwm.c:1087:2: warning: ‘XKeycodeToKeysym’ is deprecated (declared at
>> /usr/include/X11/Xlib.h:1695)
>> dwm.c: At top level:
>> dwm.c:1030:1: warning: ‘incnmaster’ defined but not used
>> make: *** [dwm.o] Error 1
>>
>>
>> Best,
>> Marcin Szamotulski
>>
> Update your config.h too. :)
Received on Thu Jul 12 2012 - 15:55:46 CEST