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 <skorlir_AT_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_AT_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!
> >
Received on Mon Feb 11 2019 - 00:37:22 CET