|
You need to include the /sw/include path into your header search path. Then you won't have to run around editing header files all over the place.
To add a search path, find the
CC_FLAGS =
line in the Makefile and add:
-I/sw/include
But this begs the question - I assume you've made sure that glib is installed via fink or manually?
Wade
|