You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Making all in src
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in media
make[3]: Nothing to be done for `all'.
Making all in display
CC display.o
display.c:22:10: fatal error: 'gtk/gtk.h' file not found
#include <gtk/gtk.h>
^~~~~~~~~~~
1 error generated.
make[3]: *** [display.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1
The text was updated successfully, but these errors were encountered:
Making all in src
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in media
make[3]: Nothing to be done for `all'.
Making all in display
CC display.o
display.c:22:10: fatal error: 'gtk/gtk.h' file not found
#include <gtk/gtk.h>
^~~~~~~~~~~
1 error generated.
make[3]: *** [display.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1
The text was updated successfully, but these errors were encountered: