Closed EmperorPenguin18 closed 1 year ago
When building with #include <chafa/chafa.h> it fails to find glib.h. I'm on Arch Linux and glib.h is in /usr/include/glib-2.0/glib.h.
#include <chafa/chafa.h>
Issue was I was manually linking and including instead of using pkg-config
When building with
#include <chafa/chafa.h>
it fails to find glib.h. I'm on Arch Linux and glib.h is in /usr/include/glib-2.0/glib.h.