Re: [dwm] dwm hg build error draw.c

From: Julian Romero <julian.romero+dwm_AT_gmail.com>
Date: Sun, 27 Aug 2006 18:57:43 +0200

On 8/27/06, Master Beef <masterbeef_AT_gmail.com> 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
Received on Sun Aug 27 2006 - 18:57:45 UTC

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