Quentin, dmenu does not build if I set the flags as you've suggested. I have attached the output I receive; it fails to resolve `#include <ft2build.h>`. It builds if run `make` by itself.
On Sat, Feb 9, 2019 at 2:49 AM Quentin Rameau <quinq@fifth.space> wrote: > > Hello Jordan, > > > Per the hacking page, I have attached the output of the gdb backtrace. > > I also attached strace output and the coredump file. > > > > Thanks for dmenu! Let me know if there's anything else I can do. > > Could you make a local build with debugging symbols so we can have a > better notion of what's going on there? > > $ git clone git://git.suckless.org/dmenu > $ cd dmenu && make CFLAGS='-O0 -g' LDFLAGS= > > And give again the full bt. > > Thanks! >
dmenu build options: CFLAGS = -O0 -g LDFLAGS = CC = cc