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

fatal error: glibconfig.h: No such file or directory #25

Open
sk8ersteve opened this issue Nov 11, 2023 · 0 comments
Open

fatal error: glibconfig.h: No such file or directory #25

sk8ersteve opened this issue Nov 11, 2023 · 0 comments

Comments

@sk8ersteve
Copy link

Fails to find glibconfig.h on Linux systems (like Arch) where the lib include folder is /usr/include/glib-2.0/include instead of /usr/lib/x86_64-linux-gnu/glib-2.0/include.

Adding the line
`"-I/usr/lib/glib-2.0/include",'
fixes the issue for me.

BTW, I took this course in 2017 :).

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

1 participant