Did you upgrade BOTH glib and gtk+? I found no such problem at all, it
is /usr/include/glib-1.2 in /usr/bin/gtk-config!

Abel Cheung


On Sun, 4 Mar 2001, J . A . Magallon wrote:

> Hi.
> 
> Trying to build balsa-1.1.2 from tar.gz sources I have realized that
> glib includes have moved to /usr/include/glib-1.2.
> glib-config is ok:
> 
> echo -I/usr/include/glib-1.2 -I/usr/lib/glib/include $includes $cflags
> 
> but gtk-config does not reflect this change:
> 
> glib_cflags="-I/usr/lib/glib/include"
> 
> should be:
> 
> glib_cflags="-I/usr/include/glib-1.2 -I/usr/lib/glib/include"
> 
> 


Reply via email to