[dwm] dwm hg build error draw.c

From: Master Beef <masterbeef_AT_gmail.com>
Date: Sun, 27 Aug 2006 09:50:15 -0700

first off i'd like to say thanks Anselm. dwm is exactly what i've been
looking for in a wm for a while.
currently i am having an issue building from the most recennt hg pull. make
spits out:

:: 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

Received on Sun Aug 27 2006 - 18:50:17 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:30:35 UTC