He estado intentando empezar con GTK para Mac. Seguí los pasos de instalación y ejecuté el programa de hello-world. Sin embargo, sigo recibiendo este error con gcc. Al ejecutar
gcc $(pkg-config --cflags gtk4) -o hello-world-gtk hello-world-gtk.c $(pkg-config --libs gtk4)
obtengo los siguientes errores:
Package gtk4 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk4.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk4' found
Package gtk4 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk4.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk4' found
hello-world-gtk.c:1:10: fatal error: 'gtk/gtk.h' file not found
#include
^~~~~~~~~~~
1 error generated.
Encontré un problema similar aquí, pero el usuario dice que ya tienen gcc/g++ funcionando. Yo no.
¿Alguna idea? Ejecuté el script de instalación incluido en los pasos de instalación y todo lo que obtengo es un error.