summaryrefslogtreecommitdiff
path: root/xsane.PROBLEMS
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2014-10-03 14:05:03 +0000
committerMattia Rizzolo <mattia@mapreri.org>2014-10-03 14:05:03 +0000
commit817e6294b42b3e4435f1b99728afc1dca84a6445 (patch)
tree75bc563b5fe4149fe7e5cbf7a5c2cbcee5ea0fb3 /xsane.PROBLEMS
parente7e90b72fd3161c5d55fed49e100781dfa3e9408 (diff)
Imported Upstream version 0.97upstream/0.97
Diffstat (limited to 'xsane.PROBLEMS')
-rw-r--r--xsane.PROBLEMS12
1 files changed, 12 insertions, 0 deletions
diff --git a/xsane.PROBLEMS b/xsane.PROBLEMS
index d3a7c04..5cf2506 100644
--- a/xsane.PROBLEMS
+++ b/xsane.PROBLEMS
@@ -66,6 +66,13 @@ READ THIS FILE IF YOU EXPERIENCE ANY PROBLEM
ln -s /usr/bin/Netscape /usr/bin/netscape
+ - I have installed gtk+-2.x.x and configure does find it but xsane is compiled with
+ gtk-1.x.x, why?
+
+ When xsane is compiled as gimp plugin then xsane is compiled with the gtk version
+ that is used for gimp. When you disable the gimp plugin then xsane can be compiled
+ with gtk+-2.x.x!
+
- If you call ./configure a second time, it may be good to call
make distclean
before that, if that does not work, remove config.cache:
@@ -99,6 +106,11 @@ READ THIS FILE IF YOU EXPERIENCE ANY PROBLEM
Make sure that you do not have installed more than one version of
each lib!
+ - If you want to remove all sane files from your filesystem:
+ find / -mount -iname "*sane*" -exec rm -rf {} \;
+ pay attantion: this really removes all files containg "sane" in the
+ filename (caseinsensitive)
+
- If you are running BSD and gtk-config is not in your path or is
named gtk?.?-config, make sure environment variable GTK_CONFIG
is set with full path to the config file that shall be used