The attachment is missing output. Forgot to `make clean` first. My bad. I've attached the corrected output.
On Sun, Feb 10, 2019 at 5:35 PM Jordan Timmerman <skor...@gmail.com> wrote: > > 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 cc -c -O0 -g dmenu.c In file included from dmenu.c:17: /usr/include/X11/Xft/Xft.h:39:10: fatal error: ft2build.h: No such file or directory #include <ft2build.h> ^~~~~~~~~~~~ compilation terminated. make: *** [Makefile:18: dmenu.o] Error 1