On 8/27/06, Master Beef <[EMAIL PROTECTED]> wrote:
:: make
dwm build options:
CFLAGS = -Os -I. -I/usr/include -I/usr/X11R6/include -DVERSION="1.1"
LDFLAGS = -L/usr/lib -lc -L/usr/X11R6/lib -lX11
CC = cc
LD = cc
CC draw.c
draw.c: In function 'drawstatus':
draw.c:113: error: 'TILESYMBOL' undeclared (first use in this function)
draw.c:113: error: (Each undeclared identifier is reported only once
draw.c:113: error: for each function it appears in.)
make: *** [draw.o] Error 1
line 113 of draw.c contains:
drawtext(arrange == dotile ? TILESYMBOL : FLOATSYMBOL, dc.status, False)
my config.h is attached
It seems you have a typo in your config: TITLESYMBOL should be TILESYMBOL...
--
Julián