diff options
Diffstat (limited to 'xsane.PROBLEMS')
-rw-r--r-- | xsane.PROBLEMS | 12 |
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 |