Re: [dev] [Announce] [dwm-6.2] [dmenu-4.9] new release

2019-05-02 Thread ilf
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

Re: [dev] [Announce] [dwm-6.2] [dmenu-4.9] new release

2019-05-02 Thread Chris Down
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(!).

Re: [dev] [Announce] [dwm-6.2] [dmenu-4.9] new release

2019-05-02 Thread ilf
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

Re: [dev] Preprocessor

2019-05-02 Thread Piotr Oleskiewicz
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

Re: [dev] Preprocessor

2019-05-02 Thread Sijmen J. Mulder
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: <