2

I've installed Cairo and Pkgconfig using brew on my mac, but unfortunately when I do #include <cairo.h>, my program can't compile because it can't find cairo.h.

Has anyone experienced something like this before?

user207421
  • 305,947
  • 44
  • 307
  • 483
  • 1
    Check if `cairo.h` is in include paths https://stackoverflow.com/questions/4980819/what-are-the-gcc-default-include-directories – J. S. May 03 '19 at 02:42
  • 2
    I'm unfamiliar with cario, but I'll ask: are you sire your compiler is configured to look in the right place for the include files? –  May 03 '19 at 03:57

0 Answers0