hi all I try compile my Program gcc `pkg-config --cflags gtk+-3.0` -o q q.c `pkg-config --libs gtk+-3.0`
But give me this error Package gtk+-3.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtk+-3.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gtk+-3.0' found Package gtk+-3.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtk+-3.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gtk+-3.0' found q.c:1:21: fatal error: gtk/gtk.h: No such file or directory compilation terminated. What's the problem and What is the solution??
