> glib.h exists but in a custom directory. I've tried adding this > directory to my PATH, PKG_CONFIG_PATH, and the CFLAGS variable in the > Makefile but nothing seems to work. How can I point it to this file? The PKG_CONFIG_PATH should point to the directory containing the .pc file from glib, that will do the trick.