On Fri, 28 Jan 2005 10:36:57 -0800 (PST), Kenneth Long <[EMAIL PROTECTED]> wrote: > which I do have: > bash-2.05b# find / -name gdk-pixbuf.h -print > /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf.h [...] > gcc -DHAVE_CONFIG_H -I. -I. -I.. > -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 > -I/usr/lib/glib/include -I/usr/X11R6/include -Wall > -g -O2 -c `test -f exportimage.c || echo > './'`exportimage.c
You have gdk-pixbuf as included in GTK+ 2.x. I believe that in GTK+ 1.2, gtk-pixbuf was a separate package. (And the gcc line above indicates that only the GTK+ 1.2 directories are being searched.) If, as Stuart suggested, you build gerbv 1.0, it will probably autodetect GTK+2.x and use that. -- - Charles Lepple
