On 04/30/2012 08:11 PM, Bruce Dubbs wrote: > Armin K. wrote: >> On 04/30/2012 07:11 PM, Bruce Dubbs wrote: > >> Also, there is a patch for v4l stuff. I got it from Debian, which seems >> to have got it from upstream: >> >> commit c5ca46c2d1be78c651afb843cc834cf2b5b24953 >> Author: Julien BLACHE<[email protected]> >> Date: Wed Feb 16 19:37:43 2011 +0100 >> >> Fix v4l build with libv4l 0.8.3+ >> >> Index: sane-backends-1.0.22/backend/v4l.c >> =================================================================== >> --- sane-backends-1.0.22.orig/backend/v4l.c 2011-02-16 >> 19:20:51.193016002 +0100 >> +++ sane-backends-1.0.22/backend/v4l.c 2011-02-16 19:21:00.497016002 >> +0100 >> @@ -84,9 +84,8 @@ >> #include "../include/sane/sanei_config.h" >> #define V4L_CONFIG_FILE "v4l.conf" >> >> -#include "v4l.h" >> - >> #include<libv4l1.h> >> +#include "v4l.h" > > Well that didn't work for me. It probably generated 100 unknown type names. > > I'll continue to research. > > -- Bruce
Hm, this is the upstream commit for that one http://anonscm.debian.org/gitweb/?p=sane/sane-backends.git;a=commitdiff;h=c5ca46c2d1be78c651afb843cc834cf2b5b24953;hp=2c5e12d53c6a66a142c3e7a750a21417be4e199e I think that I did not have any problems with it. You can try applying it to fresh extracted source tree and try building it just in case you made some other modifications. -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
