Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'gtk/gtk.h' file not found, make error on mac #23

Closed
Fight0913 opened this issue Mar 12, 2018 · 3 comments
Closed

'gtk/gtk.h' file not found, make error on mac #23

Fight0913 opened this issue Mar 12, 2018 · 3 comments

Comments

@Fight0913
Copy link

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

@tudou0digua
Copy link

@Fight0913 hi, I have the same problem, had you solve this problem?

@deiv
Copy link
Owner

deiv commented Apr 1, 2018

Looks like pkg-config is not pulling the required include paths for gtk:

-I/usr/include/gtk-2.0 -I/usr/include/atk-1.0

maybe fixed by e5abae7, could you take a look ?

@deiv
Copy link
Owner

deiv commented Apr 12, 2018

Related to #14, closing duplicate.

@deiv deiv closed this as completed Apr 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants