[dev] wmii bar height

2011-02-22 Thread LionMV
Is there any way to manipulate wmii bar height separately from window-titles height?

Re: [dev] libixp-hg and gnu make 3.82 build failed

2011-02-07 Thread LionMV
b 07, 2011 at 12:20:01PM +0300, LionMV wrote: > >> libixp freshly checked out from mercurial and gmake 3.82 >> >> 07.02.2011, 12:17, "Kris Maglione" ;: >>>  I don't get that. Have you edited your config.mk, and what >>>  version of gmake are you u

Re: [dev] libixp-hg and gnu make 3.82 build failed

2011-02-07 Thread LionMV
libixp freshly checked out from mercurial and gmake 3.82 07.02.2011, 12:17, "Kris Maglione" : > I don't get that. Have you edited your config.mk, and what > version of gmake are you using?

Re: [dev] libixp-hg and gnu make 3.82 build failed

2011-02-07 Thread LionMV
Thanks for quick reply and fix, but: config.mk:21: *** missing separator. Stop. :) 06.02.2011, 07:04, "Kris Maglione" : > On Sun, Feb 06, 2011 at 06:47:19AM +0300, lionmv wrote: > >> Building of libixp, pulled from hg failed with gnu make. >> mk/hdr.mk:48 *** missing

[dev] libixp-hg and gnu make 3.82 build failed

2011-02-05 Thread lionmv
Building of libixp, pulled from hg failed with gnu make. mk/hdr.mk:48 *** missing separator. Stop. BINSH := $(shell \    if [ -x /bin/dash ]; then echo /bin/dash; \    elif [ -x /bin/ksh ]; then echo /bin/ksh; \    else echo /bin/sh; fi) BINSH != echo /bin/sh #<= line4