Search code examples
objective-ccosx-snow-leopardgnomeglib

glib for mac os 10.6 snow leopard


am developing one dictionary for mac os 10.6. Am not able to locate glib.h. can i get this as a library or framework. am confused very much. please give me your valuable solution.

Note: i want to use GSList from glib


Solution

  • Install it using MacPorts or download the source code and install manually. Or if you're developing a cocoa aplication I'm sure the framework has it's own list structures, it would be better to use the native ones.