Re: Sane And GTK




Ed Brown <ed.brown@edge-technologies.com> writes:

> Hi.
> 
> I'm trying to get xscanimage to compile on my system.
> I downloaded the latest version of gtk, did a ./configure and a 'make'.

Hmmm, the question is, did you do a 'make install' ? If not,
then you need to.
 
> I then went to the sane directory and did a ./configure. I got an error
> message stating that it could not find gtk-configure and suggested I
> modify my path or define GTK_CONFIG environment variable. I did the
> latter and attempted to do another make. However, I received the same
> error message.

If you installed GTK+ with the default prefix, /usr/local, then
presuming that /usr/local/bin is in your path, you shouldn't
have to do anything.

If you configured GTK+ with:

 --prefix=/some/odd/place/for/gtk

Then you can do:

 GTK_CONFIG=/some/odd/place/for/gtk/bin/gtk-config ./configure

Note, that you'll also need to set your LD_LIBRARY_PATH variable
appropriately. (Depending somewhat on what system you are
running on).

Hope that helps,
                                        Owen



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]