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"

-- 
J.A. Magallon                                                      $> cd pub
mailto:[EMAIL PROTECTED]                                          $> more beer

Linux werewolf 2.4.2-ac11 #1 SMP Sat Mar 3 22:18:57 CET 2001 i686


Reply via email to