Chris Down:
drw.c:353:32: error: ‘FC_COLOR’ undeclared (first use in this function)
Your fontconfig is way too old. You need at least 2.11.91, which was
released nearly 5 years ago(!).
Yes, Debian stretch (stable) ships with 2.11.0-6.7+b1, buster (testing)
has 2.13.1. I'll try again after the
Hi there,
ilf writes:
drw.c:353:32: error: ‘FC_COLOR’ undeclared (first use in this function)
Your fontconfig is way too old. You need at least 2.11.91, which was released
nearly 5 years ago(!).
Anselm Garbe:
* dwm-6.2: https://dl.suckless.org/dwm/dwm-6.2.tar.gz
I'm having trouble building this on Debian 9.9, while dwm-6.1 works nicely:
/usr/local/src/dwm-6.2 % make
dwm build options:
CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os -I/usr/X11R6/include
-I/usr/inc
Hi,
I really like the project's scope & execution!
> Or that it's better done with a few lines of awk.
It has been done actually, see http://werc.cat-v.org/docs/rc-template-lang
(implementation:
https://code.9front.org/hg/werc/file/92f7463dac1a/bin/template.awk).
Best wishes,
Piotr
Hi Adrian,
Adrian Grigore wrote:
> I built a preprocessor. It allows embedding shell code in any type of files.
A tool like this has been on my mind for a while but in a different
form: a more generic template-to-code tool that turns the literal parts
of a template into print statements:
<