Re: Problems with xscanimage and SANE 0.72

Oliver.Rauch@Wolfsburg.DE
Sun, 26 Apr 1998 09:57:10 +0200 (MET DST)

Hi Rob,

> >/usr/local/include/gtk/gtktooltips.h
> >/usr/include/gtk/gtktooltips.h
>
> I found it in both places

You have two differnt installations from gtk active.
I suggest you remove both and install gtk new:

cd /usr/local/include
rm -rf gck
rm -rf gdk
rm -rf gtk
rm -rf libgimp
rm -rf sane
rm -f glib.h

and the same in /usr/include

then

cd /usr/local/lib
rm -rf libsane*
rm -rf libgck*
rm -rf libgdk*
rm -rf libgtk*
rm -rf libgimp*

and the same in /usr/lib

then make sure you use the original distributions
(no changes in gtkclue.c !!!)

then make distclean, configure, make and make install gtk
then make distclean, configure, make and make install gimp
then make distclean, configure, make and make install sane

Bye
Oliver

--
Source code, list archive, and docs: http://www.mostang.com/sane/
To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com