osx - GTK+ macport on os x -


i installed gtk2 through macport on os x 10.6 when tried use library

#include <gtk/gtk.h> 

it still doesn't recognize , give me compile errors. know how install gtk2?

if have pkg-config on system, try:

pkg-config --cflags gtk+-2.0 

Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -