View Single Post
  #4  
Old January 10th, 2005, 05:34 PM
wadesworld wadesworld is offline
Mac Developer
 
Join Date: Sep 2001
Location: Nashville, TN
Posts: 139
Thanks: 0
Thanked 0 Times in 0 Posts
wadesworld is on a distinguished road
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
Reply With Quote