Torsten> Greetings, DC210 backend fails to compile *with* installed
Torsten> libjpeg, because `configure' does not check for the correct
Torsten> include directory. We got the jpeg library includes in the
Torsten> X11 directory tree, which is not in -I by default. The
Torsten> check for the jpeg library itself works (-ljpeg) as far as
Torsten> I can figure it out. Perhaps adding an option to
Torsten> `configure` to manually provide the include path forth the
Torsten> jpeg library header files or enhance it by checking the
Torsten> various standard include paths could help other people, too
Torsten> (I'll be going to patch the sources instead) ,-)
If you install things in "non-standard" places, you shouldn't be
surprised if you need to work a little harder to get things to
compile. If you had tried "configure --help", you'd see there is a
--includedir option that I'd assume would fix your problem. I assume
something like --includedir=/usr/X11R6/include would do what you want.
--david
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com