for the record, here's how I fixed the GIMP / SANE problem.
> Mathias wrote :
>
> ... I found that in gimp.h another file is included which is not
> at the expected place
CORRECT! In my case, the gimp is installed in /usr/local. There
is a /usr/local/include/glib.h which gimp.h expects in
/usr/local/include/glib. So here's a simple work around:
>cd /usr/local/include
>mkdir glib
>cd glib
>ln -s ../glib.h
Now return to your sane-build directory
>rm ./config.cache
>./configure
>grep gimp config.cache
ac_cv_header_libgimp_gimp_h=${ac_cv_header_libgimp_gimp_h='yes'}
>make all
>make install
- Christoph
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com