>> "Colin" == Colin Walters <[EMAIL PROTECTED]> writes:
> I'm having trouble building python-gnome from source (and so are the > autobuilders). It's looking for libgnomeprint/gnome-print.h, which > doesn't appear to exist. In the libgnomeprint-dev package, these are > in /usr/include/gnome-1.0/. > So which package is wrong? The gnome-1.0 directory looks wrong to me. No, this is an upstream bug. Since Gnome 2 include files are now in /usr/include/gnome-1.0 for Gnome 1 and in /usr/include/gnome-2.0 for Gnome 2 The configure script should use gnome-config like : $ gnome-config --cflags gtkhtml -I/usr/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/X11R6/include -I/usr/include/gnome-xml As you can see /usr/include/gnome-1.0 is included in the include path. Christian

