On Mon, Sep 21, 2009 at 9:17 AM, Chris Bagwell <chris at cnpbagwell.com> wrote:
> > There is some logic in acinclude.m4 to disable qcam backend if ioperm() and > portaccess() are not defined... but it looks slightly buggy how it was > phrased (should have been an "||" I think). And it doesn't check > specifically for inb and outb; which seems reasonable at least under Linux > but perhaps not on other platforms. > > OK, the check in acinclude.m4 is correct (it is an either/or thing). I looks like its probably that qcam uses outb and inb but doesn't link in sanei_pio. That file appears to have some logic to handle platforms that do not define those functions. I'll submit a fix to backends/Makefile.am to start linking this in. Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20090921/74004fb5/attachment.htm>