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
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 :).
The text was updated successfully, but these errors were encountered:
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 :).
The text was updated successfully, but these errors were encountered: