There is a problem with old code commented out with #ifdef:
% CFLAGS=-DDEBUG make
st build options:
CFLAGS = -DDEBUG -std=c99 -pedantic -Wall -Os -I. -I/usr/include
-I/usr/X11R6/include -DVERSION="0.1.1"
LDFLAGS = -s -L/usr/lib -lc -L/usr/X11R6/lib -lX11 -lutil
CC = cc
CC st.c
st.c: In function ‘xdrawc’:
st.c:1685: error: ‘struct <anonymous>’ has no member named ‘fs’
st.c:1685: error: ‘struct <anonymous>’ has no member named ‘fs’
make: *** [st.o] Error 1
Fix attached.
This archive was generated by hypermail 2.2.0 : Tue Apr 26 2011 - 17:12:03 CEST