Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 469798 Details for
Bug 615332
media-gfx/sane-backends-1.0.25-r1: dell1600n_net backend requires JPEG and TIFF library - aborting
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
config.log (text/plain), 324.12 KB, created by
Maciej Piechotka
on 2017-04-12 08:54:04 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Maciej Piechotka
Created:
2017-04-12 08:54:04 UTC
Size:
324.12 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >It was created by sane-backends configure 1.0.25, which was >generated by GNU Autoconf 2.69. Invocation command line was > > $ /var/tmp/portage/media-gfx/sane-backends-1.0.25-r1/work/sane-backends-1.0.25/configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --libdir=/usr/lib32 --with-gphoto2 --without-systemd --with-v4l --enable-ipv6 --enable-translations --disable-pthread --enable-avahi --enable-libusb_1_0 --without-snmp --disable-latex sane_cv_use_libieee1284=no > >## --------- ## >## Platform. ## >## --------- ## > >hostname = babylon5 >uname -m = x86_64 >uname -r = 4.9.20-hardened >uname -s = Linux >uname -v = #4 SMP PREEMPT Sun Apr 9 20:11:42 PDT 2017 > >/usr/bin/uname -p = Intel(R) Xeon(R) CPU E3-1505M v5 @ 2.80GHz >/bin/uname -X = unknown > >/bin/arch = unknown >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >/usr/bin/hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /usr/lib/portage/python3.4/ebuild-helpers/xattr >PATH: /usr/lib/portage/python3.4/ebuild-helpers >PATH: /usr/local/sbin >PATH: /usr/local/bin >PATH: /usr/sbin >PATH: /usr/bin >PATH: /sbin >PATH: /bin >PATH: /opt/bin >PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/5.4.0 >PATH: /usr/lib/llvm/4/bin >PATH: /opt/ekopath/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2518: loading site script /usr/share/config.site >| #!/bin/sh >| # Copyright 2009-2014 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| TOPDIR=/usr/share/crossdev/include/site >| >| config_site_arch() { >| local host="${CHOST%%-*}" >| >| case ${host} in >| arm*b*) host=armeb ;; >| arm*) host=arm ;; >| mips*l*) host=mipsel ;; >| mips*) host=mips ;; >| esac >| >| echo "${host}" >| } >| >| config_site_names() { >| local site_arch="$(config_site_arch)" >| local sites="" >| local x >| >| case ${CHOST} in >| *-linux-*) sites="${sites} linux ${site_arch}-linux" ;; >| *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;; >| *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;; >| *-linux-musl*) sites="${sites} linux-musl ${site_arch}-linux-musl" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;; >| *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;; >| esac >| >| for x in ${sites} ${CHOST}; do >| [ -e "${TOPDIR}/${x}" ] && echo "${TOPDIR}/${x}" >| done >| } >| >| # Only kick in for cross-compiles so we don't break native builds #427184 >| if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then >| sites="$(config_site_names)" >| if [ -n "${sites}" ] ; then >| for site in ${sites}; do >| echo "${0##*/}: loading site script ${site}" >| . "${site}" >| done >| fi >| unset site sites >| fi >configure:2669: checking for a BSD-compatible install >configure:2737: result: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c >configure:2748: checking whether build environment is sane >configure:2803: result: yes >configure:2954: checking for a thread-safe mkdir -p >configure:2993: result: /bin/mkdir -p >configure:3000: checking for gawk >configure:3016: found /usr/bin/gawk >configure:3027: result: gawk >configure:3038: checking whether make sets $(MAKE) >configure:3060: result: yes >configure:3089: checking whether make supports nested variables >configure:3106: result: yes >configure:3232: checking whether to enable maintainer-specific portions of Makefiles >configure:3241: result: no >configure:3296: checking build system type >configure:3310: result: i686-pc-linux-gnu >configure:3330: checking host system type >configure:3343: result: i686-pc-linux-gnu >configure:3385: checking for i686-pc-linux-gnu-gcc >configure:3412: result: x86_64-pc-linux-gnu-gcc -m32 >configure:3681: checking for C compiler version >configure:3690: x86_64-pc-linux-gnu-gcc -m32 --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo Hardened 5.4.0-r3 p1.3, pie-0.6.5) 5.4.0 >Copyright (C) 2015 Free Software Foundation, Inc. >This is free software; see the source for copying conditions. There is NO >warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >configure:3701: $? = 0 >configure:3690: x86_64-pc-linux-gnu-gcc -m32 -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/5.4.0/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/5.4.0/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-5.4.0-r3/work/gcc-5.4.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/5.4.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.4.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.4.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.4.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/include/g++-v5 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/5.4.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo Hardened 5.4.0-r3 p1.3, pie-0.6.5' --enable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --with-isl --disable-isl-version-check --disable-libsanitizer >Thread model: posix >gcc version 5.4.0 (Gentoo Hardened 5.4.0-r3 p1.3, pie-0.6.5) >configure:3701: $? = 0 >configure:3690: x86_64-pc-linux-gnu-gcc -m32 -V >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:3701: $? = 1 >configure:3690: x86_64-pc-linux-gnu-gcc -m32 -qversion >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:3701: $? = 1 >configure:3721: checking whether the C compiler works >configure:3743: x86_64-pc-linux-gnu-gcc -m32 -march=native -O2 -pipe -ggdb -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3747: $? = 0 >configure:3795: result: yes >configure:3798: checking for C compiler default output file name >configure:3800: result: a.out >configure:3806: checking for suffix of executables >configure:3813: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3817: $? = 0 >configure:3839: result: >configure:3861: checking whether we are cross compiling >configure:3869: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3873: $? = 0 >configure:3880: ./conftest >configure:3884: $? = 0 >configure:3899: result: no >configure:3904: checking for suffix of object files >configure:3926: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing conftest.c >&5 >configure:3930: $? = 0 >configure:3951: result: o >configure:3955: checking whether we are using the GNU C compiler >configure:3974: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing conftest.c >&5 >configure:3974: $? = 0 >configure:3983: result: yes >configure:3992: checking whether x86_64-pc-linux-gnu-gcc -m32 accepts -g >configure:4012: x86_64-pc-linux-gnu-gcc -m32 -c -g conftest.c >&5 >configure:4012: $? = 0 >configure:4053: result: yes >configure:4070: checking for x86_64-pc-linux-gnu-gcc -m32 option to accept ISO C89 >configure:4133: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing conftest.c >&5 >configure:4133: $? = 0 >configure:4146: result: none needed >configure:4171: checking whether x86_64-pc-linux-gnu-gcc -m32 understands -c and -o together >configure:4193: x86_64-pc-linux-gnu-gcc -m32 -c conftest.c -o conftest2.o >configure:4196: $? = 0 >configure:4193: x86_64-pc-linux-gnu-gcc -m32 -c conftest.c -o conftest2.o >configure:4196: $? = 0 >configure:4208: result: yes >configure:4236: checking for style of include used by make >configure:4264: result: GNU >configure:4290: checking dependency style of x86_64-pc-linux-gnu-gcc -m32 >configure:4401: result: none >configure:4418: checking whether make sets $(MAKE) >configure:4440: result: yes >configure:4454: checking how to run the C preprocessor >configure:4485: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:4485: $? = 0 >configure:4499: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:16:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:4499: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4524: result: x86_64-pc-linux-gnu-gcc -m32 -E >configure:4544: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:4544: $? = 0 >configure:4558: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:16:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:4558: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4588: checking for grep that handles long lines and -e >configure:4646: result: /bin/grep >configure:4651: checking for egrep >configure:4713: result: /bin/grep -E >configure:4719: checking whether x86_64-pc-linux-gnu-gcc -m32 needs -traditional >configure:4753: result: no >configure:4762: checking for sane-config >configure:4793: result: no >configure:4803: checking for msgfmt >configure:4821: found /usr/bin/msgfmt >configure:4834: result: /usr/bin/msgfmt >configure:4844: checking for xgettext >configure:4862: found /usr/bin/xgettext >configure:4875: result: /usr/bin/xgettext >configure:4885: checking for msgmerge >configure:4903: found /usr/bin/msgmerge >configure:4916: result: /usr/bin/msgmerge >configure:4926: checking for latex >configure:4944: found /usr/bin/latex >configure:4957: result: /usr/bin/latex >configure:4967: checking for dvips >configure:4985: found /usr/bin/dvips >configure:4998: result: /usr/bin/dvips >configure:5008: checking for makeindex >configure:5026: found /usr/bin/makeindex >configure:5039: result: /usr/bin/makeindex >configure:5065: checking for i686-pc-linux-gnu-pkg-config >configure:5083: found /usr/bin/i686-pc-linux-gnu-pkg-config >configure:5095: result: /usr/bin/i686-pc-linux-gnu-pkg-config >configure:5163: checking pkg-config is at least version 0.9.0 >configure:5166: result: yes >configure:5294: checking whether runtime link path should be used >configure:5304: result: yes >configure:5306: checking linker parameter to set runtime link path >configure:5323: result: -Wl,-rpath, >configure:5333: checking for ANSI C header files >configure:5353: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:5353: $? = 0 >configure:5426: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:5426: $? = 0 >configure:5426: ./conftest >configure:5426: $? = 0 >configure:5437: result: yes >configure:5450: checking for sys/types.h >configure:5450: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:5450: $? = 0 >configure:5450: result: yes >configure:5450: checking for sys/stat.h >configure:5450: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:5450: $? = 0 >configure:5450: result: yes >configure:5450: checking for stdlib.h >configure:5450: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:5450: $? = 0 >configure:5450: result: yes >configure:5450: checking for string.h >configure:5450: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:5450: $? = 0 >configure:5450: result: yes >configure:5450: checking for memory.h >configure:5450: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:5450: $? = 0 >configure:5450: result: yes >configure:5450: checking for strings.h >configure:5450: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:5450: $? = 0 >configure:5450: result: yes >configure:5450: checking for inttypes.h >configure:5450: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:5450: $? = 0 >configure:5450: result: yes >configure:5450: checking for stdint.h >configure:5450: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:5450: $? = 0 >configure:5450: result: yes >configure:5450: checking for unistd.h >configure:5450: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:5450: $? = 0 >configure:5450: result: yes >configure:5463: checking minix/config.h usability >configure:5463: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >conftest.c:59:26: fatal error: minix/config.h: No such file or directory >compilation terminated. >configure:5463: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <minix/config.h> >configure:5463: result: no >configure:5463: checking minix/config.h presence >configure:5463: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:26:26: fatal error: minix/config.h: No such file or directory >compilation terminated. >configure:5463: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <minix/config.h> >configure:5463: result: no >configure:5463: checking for minix/config.h >configure:5463: result: no >configure:5484: checking whether it is safe to define __EXTENSIONS__ >configure:5502: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:5502: $? = 0 >configure:5509: result: yes >configure:5526: checking for library containing strerror >configure:5557: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:5557: $? = 0 >configure:5574: result: none required >configure:5608: checking whether byte ordering is bigendian >configure:5623: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >conftest.c:32:9: error: unknown type name 'not' > not a universal capable compiler > ^ >conftest.c:32:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' > not a universal capable compiler > ^ >conftest.c:32:15: error: unknown type name 'universal' >configure:5623: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| /* end confdefs.h. */ >| #ifndef __APPLE_CC__ >| not a universal capable compiler >| #endif >| typedef int dummy; >| >configure:5668: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:5668: $? = 0 >configure:5686: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >conftest.c: In function 'main': >conftest.c:38:4: error: unknown type name 'not' > not big endian > ^ >conftest.c:38:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' > not big endian > ^ >configure:5686: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <sys/param.h> >| >| int >| main () >| { >| #if BYTE_ORDER != BIG_ENDIAN >| not big endian >| #endif >| >| ; >| return 0; >| } >configure:5814: result: no >configure:5834: checking for le32toh in machine/endian.h >conftest.c:32:28: fatal error: machine/endian.h: No such file or directory >compilation terminated. >configure:5857: result: no >configure:5862: checking for ntohl in arpa/inet.h >configure:5875: result: yes >configure:5928: checking for swap32 in machine/endian.h >conftest.c:32:28: fatal error: machine/endian.h: No such file or directory >compilation terminated. >configure:5949: result: no >configure:5953: checking for bswap_32 in byteswap.h >configure:5966: result: yes >configure:6343: checking for stdint types >configure:6366: x86_64-pc-linux-gnu-gcc -m32 -c conftest.c >&5 >configure:6366: $? = 0 >configure:6410: result: stdint.h (shortcircuit) >configure:6797: result: make use of stdint.h in include/_stdint.h (assuming C99 compatible system) >configure:6820: checking dlfcn.h usability >configure:6820: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:6820: $? = 0 >configure:6820: result: yes >configure:6820: checking dlfcn.h presence >configure:6820: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6820: $? = 0 >configure:6820: result: yes >configure:6820: checking for dlfcn.h >configure:6820: result: yes >configure:6825: checking for dlopen in -ldl >configure:6850: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c -ldl >&5 >configure:6850: $? = 0 >configure:6859: result: yes >configure:6869: checking for dlopen >configure:6869: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c -ldl >&5 >configure:6869: $? = 0 >configure:6869: result: yes >configure:6887: checking dl.h usability >configure:6887: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >conftest.c:66:16: fatal error: dl.h: No such file or directory >compilation terminated. >configure:6887: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <dl.h> >configure:6887: result: no >configure:6887: checking dl.h presence >configure:6887: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:33:16: fatal error: dl.h: No such file or directory >compilation terminated. >configure:6887: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| /* end confdefs.h. */ >| #include <dl.h> >configure:6887: result: no >configure:6887: checking for dl.h >configure:6887: result: no >configure:6986: checking for sqrt in -lm >configure:7011: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >conftest.c:40:6: warning: conflicting types for built-in function 'sqrt' > char sqrt (); > ^ >configure:7011: $? = 0 >configure:7020: result: yes >configure:7116: checking for jpeg_start_decompress in -ljpeg >configure:7141: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c -ljpeg >&5 >configure:7141: $? = 0 >configure:7150: result: yes >configure:7154: checking jconfig.h usability >configure:7154: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:7154: $? = 0 >configure:7154: result: yes >configure:7154: checking jconfig.h presence >configure:7154: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:7154: $? = 0 >configure:7154: result: yes >configure:7154: checking for jconfig.h >configure:7154: result: yes >configure:7157: checking for jpeglib - version >= 61 (6a) >configure:7171: result: yes >configure:7194: checking for TIFFFdOpen in -ltiff >configure:7219: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c -ltiff >&5 >configure:7219: $? = 0 >configure:7228: result: yes >configure:7232: checking tiffio.h usability >configure:7232: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >In file included from conftest.c:67:0: >/usr/include/tiffio.h:303:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int' > static inline int _TIFFIfMultiplicationOverflow(tmsize_t op1, tmsize_t op2) { > ^ >configure:7232: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <tiffio.h> >configure:7232: result: no >configure:7232: checking tiffio.h presence >configure:7232: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:7232: $? = 0 >configure:7232: result: yes >configure:7232: WARNING: tiffio.h: present but cannot be compiled >configure:7232: WARNING: tiffio.h: check for missing prerequisite headers? >configure:7232: WARNING: tiffio.h: see the Autoconf documentation >configure:7232: WARNING: tiffio.h: section "Present But Cannot Be Compiled" >configure:7232: WARNING: tiffio.h: proceeding with the compiler's result >configure:7232: checking for tiffio.h >configure:7232: result: no >configure:7244: checking for png_init_io in -lpng >configure:7269: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c -lpng >&5 >configure:7269: $? = 0 >configure:7278: result: yes >configure:7282: checking png.h usability >configure:7282: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:7282: $? = 0 >configure:7282: result: yes >configure:7282: checking png.h presence >configure:7282: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:7282: $? = 0 >configure:7282: result: yes >configure:7282: checking for png.h >configure:7282: result: yes >configure:7299: checking ieee1284.h usability >configure:7299: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >conftest.c:68:22: fatal error: ieee1284.h: No such file or directory >compilation terminated. >configure:7299: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <ieee1284.h> >configure:7299: result: no >configure:7299: checking ieee1284.h presence >configure:7299: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:35:22: fatal error: ieee1284.h: No such file or directory >compilation terminated. >configure:7299: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| /* end confdefs.h. */ >| #include <ieee1284.h> >configure:7299: result: no >configure:7299: checking for ieee1284.h >configure:7299: result: no >configure:7458: checking whether to enable pthread support >configure:7460: result: no >configure:7462: checking whether to use pthread instead of fork >configure:7464: result: no >configure:7503: WARNING: Group uucp does not exist on this system. >configure:7505: WARNING: Locking feature will be disabled. >configure:7518: checking whether to enable device locking >configure:7520: result: no >configure:7548: checking for i686-pc-linux-gnu-pkg-config >configure:7564: found /usr/bin/i686-pc-linux-gnu-pkg-config >configure:7575: result: i686-pc-linux-gnu-pkg-config >configure:7651: checking for gp_camera_init >configure:7651: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/gphoto2 -I/usr/include/libexif -I/usr/include/gphoto2 -Wl,-O1 -Wl,--as-needed conftest.c -L/usr/lib32 -lgphoto2 -lm -lgphoto2_port -lm >&5 >configure:7651: $? = 0 >configure:7651: result: yes >configure:7665: checking for gp_port_info_get_path >configure:7665: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/gphoto2 -I/usr/include/libexif -I/usr/include/gphoto2 -Wl,-O1 -Wl,--as-needed conftest.c -L/usr/lib32 -lgphoto2 -lm -lgphoto2_port -lm >&5 >configure:7665: $? = 0 >configure:7665: result: yes >configure:7720: checking for LIBV4L >configure:7727: $PKG_CONFIG --exists --print-errors "libv4l1" >configure:7730: $? = 0 >configure:7744: $PKG_CONFIG --exists --print-errors "libv4l1" >configure:7747: $? = 0 >configure:7785: result: yes >configure:7802: checking for AVAHI >configure:7809: $PKG_CONFIG --exists --print-errors " avahi-client >= 0.6.24 " >configure:7812: $? = 0 >configure:7826: $PKG_CONFIG --exists --print-errors " avahi-client >= 0.6.24 " >configure:7829: $? = 0 >configure:7867: result: yes >configure:7875: checking for sane_init in -lsane >configure:7900: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c -lsane >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lsane >collect2: error: ld returned 1 exit status >configure:7900: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char sane_init (); >| int >| main () >| { >| return sane_init (); >| ; >| return 0; >| } >configure:7909: result: no >configure:8041: WARNING: *** Warning: net-snmp library disabled, autodetecting network scanners will not be supported. >configure:8049: checking for ANSI C header files >configure:8153: result: yes >configure:8169: checking fcntl.h usability >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking fcntl.h presence >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking for fcntl.h >configure:8169: result: yes >configure:8169: checking for unistd.h >configure:8169: result: yes >configure:8169: checking libc.h usability >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >conftest.c:74:18: fatal error: libc.h: No such file or directory >compilation terminated. >configure:8169: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <libc.h> >configure:8169: result: no >configure:8169: checking libc.h presence >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:41:18: fatal error: libc.h: No such file or directory >compilation terminated. >configure:8169: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <libc.h> >configure:8169: result: no >configure:8169: checking for libc.h >configure:8169: result: no >configure:8169: checking sys/dsreq.h usability >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >conftest.c:74:23: fatal error: sys/dsreq.h: No such file or directory >compilation terminated. >configure:8169: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/dsreq.h> >configure:8169: result: no >configure:8169: checking sys/dsreq.h presence >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:41:23: fatal error: sys/dsreq.h: No such file or directory >compilation terminated. >configure:8169: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <sys/dsreq.h> >configure:8169: result: no >configure:8169: checking for sys/dsreq.h >configure:8169: result: no >configure:8169: checking sys/select.h usability >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking sys/select.h presence >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking for sys/select.h >configure:8169: result: yes >configure:8169: checking sys/time.h usability >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking sys/time.h presence >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking for sys/time.h >configure:8169: result: yes >configure:8169: checking sys/shm.h usability >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking sys/shm.h presence >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking for sys/shm.h >configure:8169: result: yes >configure:8169: checking sys/ipc.h usability >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking sys/ipc.h presence >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking for sys/ipc.h >configure:8169: result: yes >configure:8169: checking sys/signal.h usability >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking sys/signal.h presence >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking for sys/signal.h >configure:8169: result: yes >configure:8169: checking sys/scanio.h usability >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >conftest.c:79:24: fatal error: sys/scanio.h: No such file or directory >compilation terminated. >configure:8169: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/scanio.h> >configure:8169: result: no >configure:8169: checking sys/scanio.h presence >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:46:24: fatal error: sys/scanio.h: No such file or directory >compilation terminated. >configure:8169: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| /* end confdefs.h. */ >| #include <sys/scanio.h> >configure:8169: result: no >configure:8169: checking for sys/scanio.h >configure:8169: result: no >configure:8169: checking os2.h usability >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >conftest.c:79:17: fatal error: os2.h: No such file or directory >compilation terminated. >configure:8169: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <os2.h> >configure:8169: result: no >configure:8169: checking os2.h presence >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:46:17: fatal error: os2.h: No such file or directory >compilation terminated. >configure:8169: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| /* end confdefs.h. */ >| #include <os2.h> >configure:8169: result: no >configure:8169: checking for os2.h >configure:8169: result: no >configure:8169: checking sys/socket.h usability >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking sys/socket.h presence >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking for sys/socket.h >configure:8169: result: yes >configure:8169: checking sys/io.h usability >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking sys/io.h presence >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking for sys/io.h >configure:8169: result: yes >configure:8169: checking sys/hw.h usability >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >conftest.c:81:20: fatal error: sys/hw.h: No such file or directory >compilation terminated. >configure:8169: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/hw.h> >configure:8169: result: no >configure:8169: checking sys/hw.h presence >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:48:20: fatal error: sys/hw.h: No such file or directory >compilation terminated. >configure:8169: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| /* end confdefs.h. */ >| #include <sys/hw.h> >configure:8169: result: no >configure:8169: checking for sys/hw.h >configure:8169: result: no >configure:8169: checking for sys/types.h >configure:8169: result: yes >configure:8169: checking linux/ppdev.h usability >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking linux/ppdev.h presence >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking for linux/ppdev.h >configure:8169: result: yes >configure:8169: checking dev/ppbus/ppi.h usability >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >conftest.c:83:27: fatal error: dev/ppbus/ppi.h: No such file or directory >compilation terminated. >configure:8169: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <dev/ppbus/ppi.h> >configure:8169: result: no >configure:8169: checking dev/ppbus/ppi.h presence >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:50:27: fatal error: dev/ppbus/ppi.h: No such file or directory >compilation terminated. >configure:8169: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| /* end confdefs.h. */ >| #include <dev/ppbus/ppi.h> >configure:8169: result: no >configure:8169: checking for dev/ppbus/ppi.h >configure:8169: result: no >configure:8169: checking machine/cpufunc.h usability >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >conftest.c:83:29: fatal error: machine/cpufunc.h: No such file or directory >compilation terminated. >configure:8169: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <machine/cpufunc.h> >configure:8169: result: no >configure:8169: checking machine/cpufunc.h presence >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:50:29: fatal error: machine/cpufunc.h: No such file or directory >compilation terminated. >configure:8169: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| /* end confdefs.h. */ >| #include <machine/cpufunc.h> >configure:8169: result: no >configure:8169: checking for machine/cpufunc.h >configure:8169: result: no >configure:8169: checking sys/bitypes.h usability >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking sys/bitypes.h presence >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking for sys/bitypes.h >configure:8169: result: yes >configure:8169: checking sys/sem.h usability >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking sys/sem.h presence >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking for sys/sem.h >configure:8169: result: yes >configure:8169: checking sys/poll.h usability >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking sys/poll.h presence >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking for sys/poll.h >configure:8169: result: yes >configure:8169: checking windows.h usability >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >conftest.c:86:21: fatal error: windows.h: No such file or directory >compilation terminated. >configure:8169: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <windows.h> >configure:8169: result: no >configure:8169: checking windows.h presence >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:53:21: fatal error: windows.h: No such file or directory >compilation terminated. >configure:8169: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| /* end confdefs.h. */ >| #include <windows.h> >configure:8169: result: no >configure:8169: checking for windows.h >configure:8169: result: no >configure:8169: checking be/kernel/OS.h usability >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >conftest.c:86:26: fatal error: be/kernel/OS.h: No such file or directory >compilation terminated. >configure:8169: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <be/kernel/OS.h> >configure:8169: result: no >configure:8169: checking be/kernel/OS.h presence >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:53:26: fatal error: be/kernel/OS.h: No such file or directory >compilation terminated. >configure:8169: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| /* end confdefs.h. */ >| #include <be/kernel/OS.h> >configure:8169: result: no >configure:8169: checking for be/kernel/OS.h >configure:8169: result: no >configure:8169: checking limits.h usability >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking limits.h presence >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking for limits.h >configure:8169: result: yes >configure:8169: checking sys/ioctl.h usability >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking sys/ioctl.h presence >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking for sys/ioctl.h >configure:8169: result: yes >configure:8169: checking asm/types.h usability >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking asm/types.h presence >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking for asm/types.h >configure:8169: result: yes >configure:8169: checking netinet/in.h usability >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking netinet/in.h presence >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking for netinet/in.h >configure:8169: result: yes >configure:8169: checking for tiffio.h >configure:8169: result: no >configure:8169: checking ifaddrs.h usability >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking ifaddrs.h presence >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking for ifaddrs.h >configure:8169: result: yes >configure:8169: checking pwd.h usability >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking pwd.h presence >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking for pwd.h >configure:8169: result: yes >configure:8169: checking getopt.h usability >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking getopt.h presence >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:8169: $? = 0 >configure:8169: result: yes >configure:8169: checking for getopt.h >configure:8169: result: yes >configure:8181: checking for asm/io.h >configure:8181: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >conftest.c:62:20: fatal error: asm/io.h: No such file or directory >compilation terminated. >configure:8181: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| >| #include <asm/io.h> >configure:8181: result: no >configure:8218: checking winsock2.h usability >configure:8218: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >conftest.c:93:22: fatal error: winsock2.h: No such file or directory >compilation terminated. >configure:8218: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <winsock2.h> >configure:8218: result: no >configure:8218: checking winsock2.h presence >configure:8218: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:60:22: fatal error: winsock2.h: No such file or directory >compilation terminated. >configure:8218: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| /* end confdefs.h. */ >| #include <winsock2.h> >configure:8218: result: no >configure:8218: checking for winsock2.h >configure:8218: result: no >configure:8229: checking resmgr.h usability >configure:8229: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >conftest.c:93:20: fatal error: resmgr.h: No such file or directory >compilation terminated. >configure:8229: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <resmgr.h> >configure:8229: result: no >configure:8229: checking resmgr.h presence >configure:8229: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:60:20: fatal error: resmgr.h: No such file or directory >compilation terminated. >configure:8229: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| /* end confdefs.h. */ >| #include <resmgr.h> >configure:8229: result: no >configure:8229: checking for resmgr.h >configure:8229: result: no >configure:8284: checking return type of signal handlers >configure:8302: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >conftest.c: In function 'main': >conftest.c:66:9: error: void value not ignored as it ought to be > return *(signal (0, 0)) (0) == 1; > ^ >configure:8302: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <signal.h> >| >| int >| main () >| { >| return *(signal (0, 0)) (0) == 1; >| ; >| return 0; >| } >configure:8309: result: void >configure:8317: checking for size_t >configure:8317: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:8317: $? = 0 >configure:8317: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >conftest.c: In function 'main': >conftest.c:97:21: error: expected expression before ')' token > if (sizeof ((size_t))) > ^ >configure:8317: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((size_t))) >| return 0; >| ; >| return 0; >| } >configure:8317: result: yes >configure:8328: checking for pid_t >configure:8328: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:8328: $? = 0 >configure:8328: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >conftest.c: In function 'main': >conftest.c:97:20: error: expected expression before ')' token > if (sizeof ((pid_t))) > ^ >configure:8328: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((pid_t))) >| return 0; >| ; >| return 0; >| } >configure:8328: result: yes >configure:8339: checking for ssize_t >configure:8339: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:8339: $? = 0 >configure:8339: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >conftest.c: In function 'main': >conftest.c:97:22: error: expected expression before ')' token > if (sizeof ((ssize_t))) > ^ >configure:8339: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((ssize_t))) >| return 0; >| ; >| return 0; >| } >configure:8339: result: yes >configure:8351: checking for u_char >configure:8351: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:8351: $? = 0 >configure:8351: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >conftest.c: In function 'main': >conftest.c:97:21: error: expected expression before ')' token > if (sizeof ((u_char))) > ^ >configure:8351: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((u_char))) >| return 0; >| ; >| return 0; >| } >configure:8351: result: yes >configure:8360: checking for u_short >configure:8360: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:8360: $? = 0 >configure:8360: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >conftest.c: In function 'main': >conftest.c:98:22: error: expected expression before ')' token > if (sizeof ((u_short))) > ^ >configure:8360: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((u_short))) >| return 0; >| ; >| return 0; >| } >configure:8360: result: yes >configure:8369: checking for u_int >configure:8369: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:8369: $? = 0 >configure:8369: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >conftest.c: In function 'main': >conftest.c:99:20: error: expected expression before ')' token > if (sizeof ((u_int))) > ^ >configure:8369: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((u_int))) >| return 0; >| ; >| return 0; >| } >configure:8369: result: yes >configure:8378: checking for u_long >configure:8378: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:8378: $? = 0 >configure:8378: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >conftest.c: In function 'main': >conftest.c:100:21: error: expected expression before ')' token > if (sizeof ((u_long))) > ^ >configure:8378: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((u_long))) >| return 0; >| ; >| return 0; >| } >configure:8378: result: yes >configure:8391: checking for long long support >configure:8405: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >conftest.c: In function 'main': >conftest.c:69:11: warning: variable 'x' set but not used [-Wunused-but-set-variable] > long long x; x = (long long)0; > ^ >configure:8405: $? = 0 >configure:8411: result: yes >configure:8414: checking for socklen_t in <sys/socket.h> >configure:8429: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >conftest.c: In function 'main': >conftest.c:72:11: warning: unused variable 'len' [-Wunused-variable] > socklen_t len > ^ >configure:8429: $? = 0 >configure:8430: result: yes >configure:8440: checking for union semun in <sys/sem.h> >configure:8457: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >conftest.c: In function 'main': >conftest.c:74:13: error: storage size of 'test_semun' isn't known > union semun test_semun > ^ >conftest.c:74:13: warning: unused variable 'test_semun' [-Wunused-variable] >configure:8457: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/ipc.h> >| #include <sys/sem.h> >| >| int >| main () >| { >| union semun test_semun >| ; >| return 0; >| } >configure:8464: result: no >configure:8469: checking for struct flock in fcntl.h >configure:8478: result: yes >configure:8490: checking for Linux ioctl defines >configure:8508: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >conftest.c: In function 'main': >conftest.c:75:7: warning: unused variable 'houba' [-Wunused-variable] > __u32 houba = _IOR('v',14, unsigned long); > ^ >configure:8508: $? = 0 >configure:8509: result: yes >configure:8518: checking whether byte ordering is bigendian >configure:8724: result: no >configure:8742: checking for an ANSI C-conforming const >configure:8808: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:8808: $? = 0 >configure:8815: result: yes >configure:8823: checking for inline >configure:8839: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >conftest.c:69:8: error: unknown type name 'inline' > static inline foo_t static_foo () {return 0; } > ^ >conftest.c:69:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'static_foo' > static inline foo_t static_foo () {return 0; } > ^ >conftest.c:70:1: error: unknown type name 'inline' > inline foo_t foo () {return 0; } > ^ >conftest.c:70:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'foo' > inline foo_t foo () {return 0; } > ^ >configure:8839: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| /* end confdefs.h. */ >| #ifndef __cplusplus >| typedef int foo_t; >| static inline foo_t static_foo () {return 0; } >| inline foo_t foo () {return 0; } >| #endif >| >configure:8839: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:8839: $? = 0 >configure:8847: result: __inline__ >configure:8867: checking for gethostbyaddr >configure:8867: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8867: $? = 0 >configure:8867: result: yes >configure:8913: checking for gethostbyaddr >configure:8913: result: yes >configure:8959: checking for socket >configure:8959: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8959: $? = 0 >configure:8959: result: yes >configure:9005: checking for inet_aton >configure:9005: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9005: $? = 0 >configure:9005: result: yes >configure:9060: checking for inet_addr >configure:9060: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9060: $? = 0 >configure:9060: result: yes >configure:9060: checking for inet_aton >configure:9060: result: yes >configure:9060: checking for inet_ntoa >configure:9060: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9060: $? = 0 >configure:9060: result: yes >configure:9069: checking for inet_ntop >configure:9069: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9069: $? = 0 >configure:9069: result: yes >configure:9082: checking for inet_pton >configure:9082: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9082: $? = 0 >configure:9082: result: yes >configure:9105: checking for working alloca.h >configure:9122: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9122: $? = 0 >configure:9130: result: yes >configure:9138: checking for alloca >configure:9175: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9175: $? = 0 >configure:9183: result: yes >configure:9295: checking for stdlib.h >configure:9295: result: yes >configure:9295: checking for unistd.h >configure:9295: result: yes >configure:9295: checking for sys/param.h >configure:9295: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi conftest.c >&5 >configure:9295: $? = 0 >configure:9295: result: yes >configure:9315: checking for getpagesize >configure:9315: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9315: $? = 0 >configure:9315: result: yes >configure:9324: checking for working mmap >configure:9471: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9471: $? = 0 >configure:9471: ./conftest >configure:9471: $? = 0 >configure:9481: result: yes >configure:9496: checking for atexit >configure:9496: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9496: $? = 0 >configure:9496: result: yes >configure:9496: checking for ioperm >configure:9496: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9496: $? = 0 >configure:9496: result: yes >configure:9496: checking for i386_set_ioperm >configure:9496: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/var/tmp/portage/media-gfx/sane-backends-1.0.25-r1/temp/ccPNZfcQ.o: In function `main': >/var/tmp/portage/media-gfx/sane-backends-1.0.25-r1/work/sane-backends-1.0.25-abi_x86_32.x86/conftest.c:118: undefined reference to `i386_set_ioperm' >collect2: error: ld returned 1 exit status >configure:9496: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| /* end confdefs.h. */ >| /* Define i386_set_ioperm to an innocuous variant, in case <limits.h> declares i386_set_ioperm. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define i386_set_ioperm innocuous_i386_set_ioperm >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char i386_set_ioperm (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef i386_set_ioperm >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char i386_set_ioperm (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_i386_set_ioperm || defined __stub___i386_set_ioperm >| choke me >| #endif >| >| int >| main () >| { >| return i386_set_ioperm (); >| ; >| return 0; >| } >configure:9496: result: no >configure:9496: checking for mkdir >configure:9496: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9496: $? = 0 >configure:9496: result: yes >configure:9496: checking for strftime >configure:9496: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:108:6: warning: conflicting types for built-in function 'strftime' > char strftime (); > ^ >configure:9496: $? = 0 >configure:9496: result: yes >configure:9496: checking for strstr >configure:9496: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:109:6: warning: conflicting types for built-in function 'strstr' > char strstr (); > ^ >configure:9496: $? = 0 >configure:9496: result: yes >configure:9496: checking for strtod >configure:9496: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9496: $? = 0 >configure:9496: result: yes >configure:9496: checking for cfmakeraw >configure:9496: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9496: $? = 0 >configure:9496: result: yes >configure:9496: checking for tcsendbreak >configure:9496: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9496: $? = 0 >configure:9496: result: yes >configure:9496: checking for strcasecmp >configure:9496: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9496: $? = 0 >configure:9496: result: yes >configure:9496: checking for strncasecmp >configure:9496: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9496: $? = 0 >configure:9496: result: yes >configure:9496: checking for _portaccess >configure:9496: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/var/tmp/portage/media-gfx/sane-backends-1.0.25-r1/temp/ccRtqedU.o: In function `main': >/var/tmp/portage/media-gfx/sane-backends-1.0.25-r1/work/sane-backends-1.0.25-abi_x86_32.x86/conftest.c:126: undefined reference to `_portaccess' >collect2: error: ld returned 1 exit status >configure:9496: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| /* end confdefs.h. */ >| /* Define _portaccess to an innocuous variant, in case <limits.h> declares _portaccess. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define _portaccess innocuous__portaccess >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char _portaccess (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef _portaccess >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char _portaccess (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub__portaccess || defined __stub____portaccess >| choke me >| #endif >| >| int >| main () >| { >| return _portaccess (); >| ; >| return 0; >| } >configure:9496: result: no >configure:9496: checking for getaddrinfo >configure:9496: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9496: $? = 0 >configure:9496: result: yes >configure:9496: checking for getnameinfo >configure:9496: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9496: $? = 0 >configure:9496: result: yes >configure:9496: checking for poll >configure:9496: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9496: $? = 0 >configure:9496: result: yes >configure:9496: checking for setitimer >configure:9496: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9496: $? = 0 >configure:9496: result: yes >configure:9496: checking for iopl >configure:9496: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9496: $? = 0 >configure:9496: result: yes >configure:9496: checking for getuid >configure:9496: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9496: $? = 0 >configure:9496: result: yes >configure:9496: checking for getpass >configure:9496: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9496: $? = 0 >configure:9496: result: yes >configure:9505: checking for getenv >configure:9505: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9505: $? = 0 >configure:9505: result: yes >configure:9518: checking for isfdtype >configure:9518: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9518: $? = 0 >configure:9518: result: yes >configure:9531: checking for sigprocmask >configure:9531: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9531: $? = 0 >configure:9531: result: yes >configure:9544: checking for snprintf >configure:9544: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9544: $? = 0 >configure:9544: result: yes >configure:9557: checking for strcasestr >configure:9557: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9557: $? = 0 >configure:9557: result: yes >configure:9570: checking for strdup >configure:9570: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9570: $? = 0 >configure:9570: result: yes >configure:9583: checking for strndup >configure:9583: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9583: $? = 0 >configure:9583: result: yes >configure:9596: checking for strsep >configure:9596: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9596: $? = 0 >configure:9596: result: yes >configure:9609: checking for usleep >configure:9609: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9609: $? = 0 >configure:9609: result: yes >configure:9622: checking for sleep >configure:9622: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9622: $? = 0 >configure:9622: result: yes >configure:9635: checking for syslog >configure:9635: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9635: $? = 0 >configure:9635: result: yes >configure:9648: checking for vsyslog >configure:9648: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9648: $? = 0 >configure:9648: result: yes >configure:9664: checking for inb,outb (provided by sys/io.h) >configure:9677: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9677: $? = 0 >configure:9678: result: yes >configure:9715: checking for getopt_long >configure:9715: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9715: $? = 0 >configure:9715: result: yes >configure:9987: checking for LIBUSB_1_0 >configure:9994: $PKG_CONFIG --exists --print-errors " libusb-1.0 >= 1.0.0 " >configure:9997: $? = 0 >configure:10011: $PKG_CONFIG --exists --print-errors " libusb-1.0 >= 1.0.0 " >configure:10014: $? = 0 >configure:10052: result: yes >configure:10206: checking IOKit/scsi/SCSITaskLib.h usability >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 conftest.c >&5 >conftest.c:148:36: fatal error: IOKit/scsi/SCSITaskLib.h: No such file or directory >compilation terminated. >configure:10206: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <IOKit/scsi/SCSITaskLib.h> >configure:10206: result: no >configure:10206: checking IOKit/scsi/SCSITaskLib.h presence >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:115:36: fatal error: IOKit/scsi/SCSITaskLib.h: No such file or directory >compilation terminated. >configure:10206: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| /* end confdefs.h. */ >| #include <IOKit/scsi/SCSITaskLib.h> >configure:10206: result: no >configure:10206: checking for IOKit/scsi/SCSITaskLib.h >configure:10206: result: no >configure:10206: checking IOKit/cdb/IOSCSILib.h usability >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 conftest.c >&5 >conftest.c:148:33: fatal error: IOKit/cdb/IOSCSILib.h: No such file or directory >compilation terminated. >configure:10206: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <IOKit/cdb/IOSCSILib.h> >configure:10206: result: no >configure:10206: checking IOKit/cdb/IOSCSILib.h presence >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:115:33: fatal error: IOKit/cdb/IOSCSILib.h: No such file or directory >compilation terminated. >configure:10206: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| /* end confdefs.h. */ >| #include <IOKit/cdb/IOSCSILib.h> >configure:10206: result: no >configure:10206: checking for IOKit/cdb/IOSCSILib.h >configure:10206: result: no >configure:10206: checking IOKit/scsi/SCSICommandOperationCodes.h usability >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 conftest.c >&5 >conftest.c:148:50: fatal error: IOKit/scsi/SCSICommandOperationCodes.h: No such file or directory >compilation terminated. >configure:10206: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <IOKit/scsi/SCSICommandOperationCodes.h> >configure:10206: result: no >configure:10206: checking IOKit/scsi/SCSICommandOperationCodes.h presence >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:115:50: fatal error: IOKit/scsi/SCSICommandOperationCodes.h: No such file or directory >compilation terminated. >configure:10206: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| /* end confdefs.h. */ >| #include <IOKit/scsi/SCSICommandOperationCodes.h> >configure:10206: result: no >configure:10206: checking for IOKit/scsi/SCSICommandOperationCodes.h >configure:10206: result: no >configure:10206: checking IOKit/scsi-commands/SCSICommandOperationCodes.h usability >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 conftest.c >&5 >conftest.c:148:59: fatal error: IOKit/scsi-commands/SCSICommandOperationCodes.h: No such file or directory >compilation terminated. >configure:10206: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <IOKit/scsi-commands/SCSICommandOperationCodes.h> >configure:10206: result: no >configure:10206: checking IOKit/scsi-commands/SCSICommandOperationCodes.h presence >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:115:59: fatal error: IOKit/scsi-commands/SCSICommandOperationCodes.h: No such file or directory >compilation terminated. >configure:10206: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| /* end confdefs.h. */ >| #include <IOKit/scsi-commands/SCSICommandOperationCodes.h> >configure:10206: result: no >configure:10206: checking for IOKit/scsi-commands/SCSICommandOperationCodes.h >configure:10206: result: no >configure:10206: checking scsi.h usability >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 conftest.c >&5 >conftest.c:148:18: fatal error: scsi.h: No such file or directory >compilation terminated. >configure:10206: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <scsi.h> >configure:10206: result: no >configure:10206: checking scsi.h presence >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:115:18: fatal error: scsi.h: No such file or directory >compilation terminated. >configure:10206: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| /* end confdefs.h. */ >| #include <scsi.h> >configure:10206: result: no >configure:10206: checking for scsi.h >configure:10206: result: no >configure:10206: checking sys/scsi.h usability >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 conftest.c >&5 >conftest.c:148:22: fatal error: sys/scsi.h: No such file or directory >compilation terminated. >configure:10206: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/scsi.h> >configure:10206: result: no >configure:10206: checking sys/scsi.h presence >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:115:22: fatal error: sys/scsi.h: No such file or directory >compilation terminated. >configure:10206: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| /* end confdefs.h. */ >| #include <sys/scsi.h> >configure:10206: result: no >configure:10206: checking for sys/scsi.h >configure:10206: result: no >configure:10206: checking sys/scsicmd.h usability >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 conftest.c >&5 >conftest.c:148:25: fatal error: sys/scsicmd.h: No such file or directory >compilation terminated. >configure:10206: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/scsicmd.h> >configure:10206: result: no >configure:10206: checking sys/scsicmd.h presence >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:115:25: fatal error: sys/scsicmd.h: No such file or directory >compilation terminated. >configure:10206: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| /* end confdefs.h. */ >| #include <sys/scsicmd.h> >configure:10206: result: no >configure:10206: checking for sys/scsicmd.h >configure:10206: result: no >configure:10206: checking sys/scsiio.h usability >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 conftest.c >&5 >conftest.c:148:24: fatal error: sys/scsiio.h: No such file or directory >compilation terminated. >configure:10206: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/scsiio.h> >configure:10206: result: no >configure:10206: checking sys/scsiio.h presence >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:115:24: fatal error: sys/scsiio.h: No such file or directory >compilation terminated. >configure:10206: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| /* end confdefs.h. */ >| #include <sys/scsiio.h> >configure:10206: result: no >configure:10206: checking for sys/scsiio.h >configure:10206: result: no >configure:10206: checking bsd/dev/scsireg.h usability >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 conftest.c >&5 >conftest.c:148:29: fatal error: bsd/dev/scsireg.h: No such file or directory >compilation terminated. >configure:10206: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <bsd/dev/scsireg.h> >configure:10206: result: no >configure:10206: checking bsd/dev/scsireg.h presence >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:115:29: fatal error: bsd/dev/scsireg.h: No such file or directory >compilation terminated. >configure:10206: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| /* end confdefs.h. */ >| #include <bsd/dev/scsireg.h> >configure:10206: result: no >configure:10206: checking for bsd/dev/scsireg.h >configure:10206: result: no >configure:10206: checking scsi/sg.h usability >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 conftest.c >&5 >configure:10206: $? = 0 >configure:10206: result: yes >configure:10206: checking scsi/sg.h presence >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:10206: $? = 0 >configure:10206: result: yes >configure:10206: checking for scsi/sg.h >configure:10206: result: yes >configure:10206: checking camlib.h usability >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 conftest.c >&5 >conftest.c:149:20: fatal error: camlib.h: No such file or directory >compilation terminated. >configure:10206: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| #define HAVE_SCSI_SG_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <camlib.h> >configure:10206: result: no >configure:10206: checking camlib.h presence >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:116:20: fatal error: camlib.h: No such file or directory >compilation terminated. >configure:10206: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| #define HAVE_SCSI_SG_H 1 >| /* end confdefs.h. */ >| #include <camlib.h> >configure:10206: result: no >configure:10206: checking for camlib.h >configure:10206: result: no >configure:10206: checking scdds.h usability >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 conftest.c >&5 >conftest.c:149:19: fatal error: scdds.h: No such file or directory >compilation terminated. >configure:10206: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| #define HAVE_SCSI_SG_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <scdds.h> >configure:10206: result: no >configure:10206: checking scdds.h presence >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:116:19: fatal error: scdds.h: No such file or directory >compilation terminated. >configure:10206: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| #define HAVE_SCSI_SG_H 1 >| /* end confdefs.h. */ >| #include <scdds.h> >configure:10206: result: no >configure:10206: checking for scdds.h >configure:10206: result: no >configure:10206: checking sys/scsi/scsi.h usability >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 conftest.c >&5 >conftest.c:149:27: fatal error: sys/scsi/scsi.h: No such file or directory >compilation terminated. >configure:10206: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| #define HAVE_SCSI_SG_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/scsi/scsi.h> >configure:10206: result: no >configure:10206: checking sys/scsi/scsi.h presence >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:116:27: fatal error: sys/scsi/scsi.h: No such file or directory >compilation terminated. >configure:10206: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| #define HAVE_SCSI_SG_H 1 >| /* end confdefs.h. */ >| #include <sys/scsi/scsi.h> >configure:10206: result: no >configure:10206: checking for sys/scsi/scsi.h >configure:10206: result: no >configure:10206: checking sys/scsi/sgdefs.h usability >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 conftest.c >&5 >conftest.c:149:29: fatal error: sys/scsi/sgdefs.h: No such file or directory >compilation terminated. >configure:10206: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| #define HAVE_SCSI_SG_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/scsi/sgdefs.h> >configure:10206: result: no >configure:10206: checking sys/scsi/sgdefs.h presence >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:116:29: fatal error: sys/scsi/sgdefs.h: No such file or directory >compilation terminated. >configure:10206: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| #define HAVE_SCSI_SG_H 1 >| /* end confdefs.h. */ >| #include <sys/scsi/sgdefs.h> >configure:10206: result: no >configure:10206: checking for sys/scsi/sgdefs.h >configure:10206: result: no >configure:10206: checking sys/scsi/targets/scgio.h usability >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 conftest.c >&5 >conftest.c:149:36: fatal error: sys/scsi/targets/scgio.h: No such file or directory >compilation terminated. >configure:10206: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| #define HAVE_SCSI_SG_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/scsi/targets/scgio.h> >configure:10206: result: no >configure:10206: checking sys/scsi/targets/scgio.h presence >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:116:36: fatal error: sys/scsi/targets/scgio.h: No such file or directory >compilation terminated. >configure:10206: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| #define HAVE_SCSI_SG_H 1 >| /* end confdefs.h. */ >| #include <sys/scsi/targets/scgio.h> >configure:10206: result: no >configure:10206: checking for sys/scsi/targets/scgio.h >configure:10206: result: no >configure:10206: checking apollo/scsi.h usability >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 conftest.c >&5 >conftest.c:149:25: fatal error: apollo/scsi.h: No such file or directory >compilation terminated. >configure:10206: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| #define HAVE_SCSI_SG_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <apollo/scsi.h> >configure:10206: result: no >configure:10206: checking apollo/scsi.h presence >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:116:25: fatal error: apollo/scsi.h: No such file or directory >compilation terminated. >configure:10206: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| #define HAVE_SCSI_SG_H 1 >| /* end confdefs.h. */ >| #include <apollo/scsi.h> >configure:10206: result: no >configure:10206: checking for apollo/scsi.h >configure:10206: result: no >configure:10206: checking sys/sdi_comm.h usability >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 conftest.c >&5 >conftest.c:149:26: fatal error: sys/sdi_comm.h: No such file or directory >compilation terminated. >configure:10206: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| #define HAVE_SCSI_SG_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/sdi_comm.h> >configure:10206: result: no >configure:10206: checking sys/sdi_comm.h presence >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:116:26: fatal error: sys/sdi_comm.h: No such file or directory >compilation terminated. >configure:10206: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| #define HAVE_SCSI_SG_H 1 >| /* end confdefs.h. */ >| #include <sys/sdi_comm.h> >configure:10206: result: no >configure:10206: checking for sys/sdi_comm.h >configure:10206: result: no >configure:10206: checking sys/passthrudef.h usability >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 conftest.c >&5 >conftest.c:149:29: fatal error: sys/passthrudef.h: No such file or directory >compilation terminated. >configure:10206: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| #define HAVE_SCSI_SG_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/passthrudef.h> >configure:10206: result: no >configure:10206: checking sys/passthrudef.h presence >configure:10206: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:116:29: fatal error: sys/passthrudef.h: No such file or directory >compilation terminated. >configure:10206: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define PACKAGE "sane-backends" >| /* #define VERSION "1.0.25" */ >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| #define HAVE_SCSI_SG_H 1 >| /* end confdefs.h. */ >| #include <sys/passthrudef.h> >configure:10206: result: no >configure:10206: checking for sys/passthrudef.h >configure:10206: result: no >configure:10223: checking for io/cam/cam.h >configure:10223: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 conftest.c >&5 >conftest.c:116:31: fatal error: io/common/iotypes.h: No such file or directory >compilation terminated. >configure:10223: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| #define HAVE_SCSI_SG_H 1 >| /* end confdefs.h. */ >| #include <io/common/iotypes.h> >| >| #include <io/cam/cam.h> >configure:10223: result: no >configure:10237: checking for ntddscsi.h >configure:10237: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 conftest.c >&5 >conftest.c:116:21: fatal error: windows.h: No such file or directory >compilation terminated. >configure:10237: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| #define HAVE_SCSI_SG_H 1 >| /* end confdefs.h. */ >| #include <windows.h> >| >| #include <ntddscsi.h> >configure:10237: result: no >configure:10237: checking for ddk/ntddscsi.h >configure:10237: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 conftest.c >&5 >conftest.c:116:21: fatal error: windows.h: No such file or directory >compilation terminated. >configure:10237: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| #define HAVE_SCSI_SG_H 1 >| /* end confdefs.h. */ >| #include <windows.h> >| >| #include <ddk/ntddscsi.h> >configure:10237: result: no >configure:10278: checking for scsireq_enter in -lscsi >configure:10303: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 -Wl,-O1 -Wl,--as-needed conftest.c -lscsi >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lscsi >collect2: error: ld returned 1 exit status >configure:10303: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| #define HAVE_SCSI_SG_H 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char scsireq_enter (); >| int >| main () >| { >| return scsireq_enter (); >| ; >| return 0; >| } >configure:10312: result: no >configure:10319: checking for cam_open_device in -lcam >configure:10344: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 -Wl,-O1 -Wl,--as-needed conftest.c -lcam >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lcam >collect2: error: ld returned 1 exit status >configure:10344: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| #define HAVE_SCSI_SG_H 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char cam_open_device (); >| int >| main () >| { >| return cam_open_device (); >| ; >| return 0; >| } >configure:10353: result: no >configure:10362: checking for scsireq_enter >configure:10362: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/var/tmp/portage/media-gfx/sane-backends-1.0.25-r1/temp/ccfOGAkH.o: In function `main': >/var/tmp/portage/media-gfx/sane-backends-1.0.25-r1/work/sane-backends-1.0.25-abi_x86_32.x86/conftest.c:150: undefined reference to `scsireq_enter' >collect2: error: ld returned 1 exit status >configure:10362: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sane-backends" >| #define PACKAGE_TARNAME "sane-backends" >| #define PACKAGE_VERSION "1.0.25" >| #define PACKAGE_STRING "sane-backends 1.0.25" >| #define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define PACKAGE "sane-backends" >| #define VERSION "1.0.25" >| #define SANE_DLL_V_MAJOR 1 >| #define SANE_DLL_V_MINOR 0 >| #define SANE_DLL_V_BUILD 25 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_LIBPNG 1 >| #define HAVE_GP_CAMERA_INIT 1 >| #define HAVE_GP_PORT_INFO_GET_PATH 1 >| #define WITH_AVAHI 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_IO_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LINUX_PPDEV_H 1 >| #define HAVE_SYS_BITYPES_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETOPT_H 1 >| #define RETSIGTYPE void >| #define HAVE_U_CHAR 1 >| #define HAVE_U_SHORT 1 >| #define HAVE_U_INT 1 >| #define HAVE_U_LONG 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_STRUCT_FLOCK 1 >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_IOPERM 1 >| #define HAVE_MKDIR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_CFMAKERAW 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_POLL 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_IOPL 1 >| #define HAVE_GETUID 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GETENV 1 >| #define HAVE_ISFDTYPE 1 >| #define HAVE_SIGPROCMASK 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SLEEP 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_VSYSLOG 1 >| #define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >| #define HAVE_GETOPT_LONG 1 >| #define HAVE_DEV_URANDOM 1 >| #define HAVE_LIBUSB_1_0 1 >| #define HAVE_SCSI_SG_H 1 >| /* end confdefs.h. */ >| /* Define scsireq_enter to an innocuous variant, in case <limits.h> declares scsireq_enter. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define scsireq_enter innocuous_scsireq_enter >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char scsireq_enter (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef scsireq_enter >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char scsireq_enter (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_scsireq_enter || defined __stub___scsireq_enter >| choke me >| #endif >| >| int >| main () >| { >| return scsireq_enter (); >| ; >| return 0; >| } >configure:10362: result: no >configure:10373: checking for sg_header.target_status in <scsi/sg.h> >configure:10393: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:124:18: warning: variable 'hdr' set but not used [-Wunused-but-set-variable] > struct sg_header hdr; > ^ >configure:10393: $? = 0 >configure:10394: result: yes >configure:10476: checking whether to enable IPv6 >configure:10510: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:128:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] > exit(1); > ^ >conftest.c:128:7: warning: incompatible implicit declaration of built-in function 'exit' >conftest.c:128:7: note: include '<stdlib.h>' or provide a declaration of 'exit' >configure:10510: $? = 0 >configure:10512: result: yes >configure:10530: checking whether struct sockaddr_storage has an ss_family member >configure:10551: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:130:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] > exit (0); > ^ >conftest.c:130:2: warning: incompatible implicit declaration of built-in function 'exit' >conftest.c:130:2: note: include '<stdlib.h>' or provide a declaration of 'exit' >conftest.c:128:26: warning: variable 'ss' set but not used [-Wunused-but-set-variable] > struct sockaddr_storage ss; > ^ >configure:10551: $? = 0 >configure:10553: result: yes >configure:10993: checking how to print strings >configure:11020: result: printf >configure:11041: checking for a sed that does not truncate output >configure:11105: result: /bin/sed >configure:11123: checking for fgrep >configure:11185: result: /bin/grep -F >configure:11220: checking for ld used by x86_64-pc-linux-gnu-gcc -m32 >configure:11287: result: x86_64-pc-linux-gnu-ld -m elf_i386 >configure:11294: checking if the linker (x86_64-pc-linux-gnu-ld -m elf_i386) is GNU ld >configure:11309: result: yes >configure:11321: checking for BSD- or MS-compatible name lister (nm) >configure:11370: result: /usr/bin/nm -B >configure:11500: checking the name lister (/usr/bin/nm -B) interface >configure:11507: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 conftest.c >&5 >configure:11510: /usr/bin/nm -B "conftest.o" >configure:11513: output >00000000 B some_variable >configure:11520: result: BSD nm >configure:11523: checking whether ln -s works >configure:11527: result: yes >configure:11535: checking the maximum length of command line arguments >configure:11665: result: 1572864 >configure:11682: checking whether the shell understands some XSI constructs >configure:11692: result: yes >configure:11696: checking whether the shell understands "+=" >configure:11702: result: yes >configure:11737: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format >configure:11777: result: func_convert_file_noop >configure:11784: checking how to convert i686-pc-linux-gnu file names to toolchain format >configure:11804: result: func_convert_file_noop >configure:11811: checking for x86_64-pc-linux-gnu-ld -m elf_i386 option to reload object files >configure:11818: result: -r >configure:11852: checking for i686-pc-linux-gnu-objdump >configure:11879: result: objdump >configure:11948: checking how to recognize dependent libraries >configure:12150: result: pass_all >configure:12195: checking for i686-pc-linux-gnu-dlltool >configure:12222: result: dlltool >configure:12292: checking how to associate runtime and link libraries >configure:12319: result: printf %s\n >configure:12335: checking for i686-pc-linux-gnu-ar >configure:12365: result: no >configure:12379: checking for ar >configure:12395: found /usr/bin/ar >configure:12406: result: ar >configure:12443: checking for archiver @FILE support >configure:12460: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 conftest.c >&5 >configure:12460: $? = 0 >configure:12463: ar cru libconftest.a @conftest.lst >&5 >configure:12466: $? = 0 >configure:12471: ar cru libconftest.a @conftest.lst >&5 >ar: conftest.o: No such file or directory >configure:12474: $? = 1 >configure:12486: result: @ >configure:12504: checking for i686-pc-linux-gnu-strip >configure:12534: result: no >configure:12544: checking for strip >configure:12560: found /usr/bin/strip >configure:12571: result: strip >configure:12603: checking for i686-pc-linux-gnu-ranlib >configure:12633: result: no >configure:12643: checking for ranlib >configure:12659: found /usr/bin/ranlib >configure:12670: result: ranlib >configure:12772: checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc -m32 object >configure:12892: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 conftest.c >&5 >configure:12895: $? = 0 >configure:12899: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm >configure:12902: $? = 0 >configure:12968: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5 >configure:12971: $? = 0 >configure:13009: result: ok >configure:13046: checking for sysroot >configure:13076: result: no >configure:13292: checking for i686-pc-linux-gnu-mt >configure:13322: result: no >configure:13332: checking for mt >configure:13362: result: no >configure:13382: checking if : is a manifest tool >configure:13388: : '-?' >configure:13396: result: no >configure:14035: checking for dlfcn.h >configure:14035: result: yes >configure:14209: checking for objdir >configure:14224: result: .libs >configure:14495: checking if x86_64-pc-linux-gnu-gcc -m32 supports -fno-rtti -fno-exceptions >configure:14513: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 -fno-rtti -fno-exceptions conftest.c >&5 >cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C >configure:14517: $? = 0 >configure:14530: result: no >configure:14857: checking for x86_64-pc-linux-gnu-gcc -m32 option to produce PIC >configure:14864: result: -fPIC -DPIC >configure:14872: checking if x86_64-pc-linux-gnu-gcc -m32 PIC flag -fPIC -DPIC works >configure:14890: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 -fPIC -DPIC -DPIC conftest.c >&5 >configure:14894: $? = 0 >configure:14907: result: yes >configure:14936: checking if x86_64-pc-linux-gnu-gcc -m32 static flag -static works >configure:14964: result: yes >configure:14979: checking if x86_64-pc-linux-gnu-gcc -m32 supports -c -o file.o >configure:15000: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 -o out/conftest2.o conftest.c >&5 >configure:15004: $? = 0 >configure:15026: result: yes >configure:15034: checking if x86_64-pc-linux-gnu-gcc -m32 supports -c -o file.o >configure:15081: result: yes >configure:15114: checking whether the x86_64-pc-linux-gnu-gcc -m32 linker (x86_64-pc-linux-gnu-ld -m elf_i386) supports shared libraries >configure:16267: result: yes >configure:16304: checking whether -lc should be explicitly linked in >configure:16312: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 conftest.c >&5 >configure:16315: $? = 0 >configure:16330: x86_64-pc-linux-gnu-gcc -m32 -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 >configure:16333: $? = 0 >configure:16347: result: no >configure:16507: checking dynamic linker characteristics >configure:17018: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0 -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5 >configure:17018: $? = 0 >configure:17244: result: GNU/Linux ld.so >configure:17351: checking how to hardcode library paths into programs >configure:17376: result: immediate >configure:17916: checking whether stripping libraries is possible >configure:17921: result: yes >configure:17956: checking if libtool supports shared libraries >configure:17958: result: yes >configure:17961: checking whether to build shared libraries >configure:17982: result: yes >configure:17985: checking whether to build static libraries >configure:17989: result: no >configure:18098: Manually selected backends: gphoto2 v4l abaton agfafocus apple artec artec_eplus48u as6e avision bh canon canon630u canon_dr cardscan coolscan coolscan2 coolscan3 dc210 dc240 dc25 dell1600n_net dmc epjitsu epson epson2 fujitsu genesys gt68xx hp hp3500 hp3900 hp4200 hp5400 hp5590 hpljm1005 hs2p ibm kodak kodakaio kvs1025 kvs20xx leo lexmark ma1509 magicolor matsushita microtek microtek2 mustek mustek_usb nec net niash p5 pie pixma plustek plustek_pp qcam ricoh rts8891 s9036 sceptre sharp sm3600 sm3840 snapscan sp15c st400 stv680 tamarack teco1 teco2 teco3 test u12 umax umax1220u umax_pp xerox_mfp > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=i686-pc-linux-gnu >ac_cv_c_bigendian=no >ac_cv_c_compiler_gnu=yes >ac_cv_c_const=yes >ac_cv_c_inline=__inline__ >ac_cv_env_AVAHI_CFLAGS_set= >ac_cv_env_AVAHI_CFLAGS_value= >ac_cv_env_AVAHI_LIBS_set= >ac_cv_env_AVAHI_LIBS_value= >ac_cv_env_BACKENDS_set=set >ac_cv_env_BACKENDS_value='gphoto2 v4l abaton agfafocus apple artec artec_eplus48u as6e avision bh canon canon630u canon_dr cardscan coolscan coolscan2 coolscan3 dc210 dc240 dc25 dell1600n_net dmc epjitsu epson epson2 fujitsu genesys gt68xx hp hp3500 hp3900 hp4200 hp5400 hp5590 hpljm1005 hs2p ibm kodak kodakaio kvs1025 kvs20xx leo lexmark ma1509 magicolor matsushita microtek microtek2 mustek mustek_usb nec net niash p5 pie pixma plustek plustek_pp qcam ricoh rts8891 s9036 sceptre sharp sm3600 sm3840 snapscan sp15c st400 stv680 tamarack teco1 teco2 teco3 test u12 umax umax1220u umax_pp xerox_mfp' >ac_cv_env_CC_set=set >ac_cv_env_CC_value='x86_64-pc-linux-gnu-gcc -m32' >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-march=native -O2 -pipe -ggdb -fno-strict-aliasing' >ac_cv_env_CPPFLAGS_set= >ac_cv_env_CPPFLAGS_value= >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_LIBUSB_1_0_CFLAGS_set= >ac_cv_env_LIBUSB_1_0_CFLAGS_value= >ac_cv_env_LIBUSB_1_0_LIBS_set= >ac_cv_env_LIBUSB_1_0_LIBS_value= >ac_cv_env_LIBV4L_CFLAGS_set= >ac_cv_env_LIBV4L_CFLAGS_value= >ac_cv_env_LIBV4L_LIBS_set= >ac_cv_env_LIBV4L_LIBS_value= >ac_cv_env_PKG_CONFIG_LIBDIR_set=set >ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/lib32/pkgconfig >ac_cv_env_PKG_CONFIG_PATH_set=set >ac_cv_env_PKG_CONFIG_PATH_value=/usr/share/pkgconfig >ac_cv_env_PKG_CONFIG_set= >ac_cv_env_PKG_CONFIG_value= >ac_cv_env_PRELOADABLE_BACKENDS_set= >ac_cv_env_PRELOADABLE_BACKENDS_value= >ac_cv_env_SYSTEMD_CFLAGS_set= >ac_cv_env_SYSTEMD_CFLAGS_value= >ac_cv_env_SYSTEMD_LIBS_set= >ac_cv_env_SYSTEMD_LIBS_value= >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=i686-pc-linux-gnu >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=i686-pc-linux-gnu >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_func__portaccess=no >ac_cv_func_alloca_works=yes >ac_cv_func_atexit=yes >ac_cv_func_cfmakeraw=yes >ac_cv_func_dlopen=yes >ac_cv_func_getaddrinfo=yes >ac_cv_func_getenv=yes >ac_cv_func_gethostbyaddr=yes >ac_cv_func_getnameinfo=yes >ac_cv_func_getopt_long=yes >ac_cv_func_getpagesize=yes >ac_cv_func_getpass=yes >ac_cv_func_getuid=yes >ac_cv_func_gp_camera_init=yes >ac_cv_func_gp_port_info_get_path=yes >ac_cv_func_i386_set_ioperm=no >ac_cv_func_inet_addr=yes >ac_cv_func_inet_aton=yes >ac_cv_func_inet_ntoa=yes >ac_cv_func_inet_ntop=yes >ac_cv_func_inet_pton=yes >ac_cv_func_ioperm=yes >ac_cv_func_iopl=yes >ac_cv_func_isfdtype=yes >ac_cv_func_mkdir=yes >ac_cv_func_mmap_fixed_mapped=yes >ac_cv_func_poll=yes >ac_cv_func_scsireq_enter=no >ac_cv_func_setitimer=yes >ac_cv_func_sigprocmask=yes >ac_cv_func_sleep=yes >ac_cv_func_snprintf=yes >ac_cv_func_socket=yes >ac_cv_func_strcasecmp=yes >ac_cv_func_strcasestr=yes >ac_cv_func_strdup=yes >ac_cv_func_strftime=yes >ac_cv_func_strncasecmp=yes >ac_cv_func_strndup=yes >ac_cv_func_strsep=yes >ac_cv_func_strstr=yes >ac_cv_func_strtod=yes >ac_cv_func_syslog=yes >ac_cv_func_tcsendbreak=yes >ac_cv_func_usleep=yes >ac_cv_func_vsyslog=yes >ac_cv_header_IOKit_cdb_IOSCSILib_h=no >ac_cv_header_IOKit_scsi_SCSICommandOperationCodes_h=no >ac_cv_header_IOKit_scsi_SCSITaskLib_h=no >ac_cv_header_IOKit_scsi_commands_SCSICommandOperationCodes_h=no >ac_cv_header_apollo_scsi_h=no >ac_cv_header_asm_io_h=no >ac_cv_header_asm_types_h=yes >ac_cv_header_be_kernel_OS_h=no >ac_cv_header_bsd_dev_scsireg_h=no >ac_cv_header_camlib_h=no >ac_cv_header_ddk_ntddscsi_h=no >ac_cv_header_dev_ppbus_ppi_h=no >ac_cv_header_dl_h=no >ac_cv_header_dlfcn_h=yes >ac_cv_header_fcntl_h=yes >ac_cv_header_getopt_h=yes >ac_cv_header_ieee1284_h=no >ac_cv_header_ifaddrs_h=yes >ac_cv_header_inttypes_h=yes >ac_cv_header_io_cam_cam_h=no >ac_cv_header_jconfig_h=yes >ac_cv_header_libc_h=no >ac_cv_header_limits_h=yes >ac_cv_header_linux_ppdev_h=yes >ac_cv_header_machine_cpufunc_h=no >ac_cv_header_memory_h=yes >ac_cv_header_minix_config_h=no >ac_cv_header_netinet_in_h=yes >ac_cv_header_ntddscsi_h=no >ac_cv_header_os2_h=no >ac_cv_header_png_h=yes >ac_cv_header_pwd_h=yes >ac_cv_header_resmgr_h=no >ac_cv_header_scdds_h=no >ac_cv_header_scsi_h=no >ac_cv_header_scsi_sg_h=yes >ac_cv_header_stdc=yes >ac_cv_header_stdint=stdint.h >ac_cv_header_stdint_h=yes >ac_cv_header_stdint_t=stdint.h >ac_cv_header_stdlib_h=yes >ac_cv_header_string_h=yes >ac_cv_header_strings_h=yes >ac_cv_header_sys_bitypes_h=yes >ac_cv_header_sys_dsreq_h=no >ac_cv_header_sys_hw_h=no >ac_cv_header_sys_io_h=yes >ac_cv_header_sys_ioctl_h=yes >ac_cv_header_sys_ipc_h=yes >ac_cv_header_sys_param_h=yes >ac_cv_header_sys_passthrudef_h=no >ac_cv_header_sys_poll_h=yes >ac_cv_header_sys_scanio_h=no >ac_cv_header_sys_scsi_h=no >ac_cv_header_sys_scsi_scsi_h=no >ac_cv_header_sys_scsi_sgdefs_h=no >ac_cv_header_sys_scsi_targets_scgio_h=no >ac_cv_header_sys_scsicmd_h=no >ac_cv_header_sys_scsiio_h=no >ac_cv_header_sys_sdi_comm_h=no >ac_cv_header_sys_select_h=yes >ac_cv_header_sys_sem_h=yes >ac_cv_header_sys_shm_h=yes >ac_cv_header_sys_signal_h=yes >ac_cv_header_sys_socket_h=yes >ac_cv_header_sys_stat_h=yes >ac_cv_header_sys_time_h=yes >ac_cv_header_sys_types_h=yes >ac_cv_header_tiffio_h=no >ac_cv_header_unistd_h=yes >ac_cv_header_windows_h=no >ac_cv_header_winsock2_h=no >ac_cv_host=i686-pc-linux-gnu >ac_cv_lib_cam_cam_open_device=no >ac_cv_lib_dl_dlopen=yes >ac_cv_lib_jpeg_jpeg_start_decompress=yes >ac_cv_lib_m_sqrt=yes >ac_cv_lib_png_png_init_io=yes >ac_cv_lib_sane_sane_init=no >ac_cv_lib_scsi_scsireq_enter=no >ac_cv_lib_tiff_TIFFFdOpen=yes >ac_cv_objext=o >ac_cv_path_DVIPS=/usr/bin/dvips >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_FGREP='/bin/grep -F' >ac_cv_path_GREP=/bin/grep >ac_cv_path_LATEX=/usr/bin/latex >ac_cv_path_MAKEINDEX=/usr/bin/makeindex >ac_cv_path_MSGFMT=/usr/bin/msgfmt >ac_cv_path_MSGMERGE=/usr/bin/msgmerge >ac_cv_path_PKG_CONFIG=/usr/bin/i686-pc-linux-gnu-pkg-config >ac_cv_path_SANE_CONFIG_PATH=no >ac_cv_path_SED=/bin/sed >ac_cv_path_XGETTEXT=/usr/bin/xgettext >ac_cv_path_install='/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c' >ac_cv_path_mkdir=/bin/mkdir >ac_cv_prog_AWK=gawk >ac_cv_prog_CC='x86_64-pc-linux-gnu-gcc -m32' >ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -m32 -E' >ac_cv_prog_DLLTOOL=dlltool >ac_cv_prog_HAVE_GPHOTO2=i686-pc-linux-gnu-pkg-config >ac_cv_prog_OBJDUMP=objdump >ac_cv_prog_ac_ct_AR=ar >ac_cv_prog_ac_ct_RANLIB=ranlib >ac_cv_prog_ac_ct_STRIP=strip >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_prog_gcc_traditional=no >ac_cv_prog_make_make_set=yes >ac_cv_safe_to_define___extensions__=yes >ac_cv_search_strerror='none required' >ac_cv_stdint_message='using gnu compiler x86_64-pc-linux-gnu-gcc (Gentoo Hardened 5.4.0-r3 p1.3, pie-0.6.5) 5.4.0' >ac_cv_stdint_result='(assuming C99 compatible system)' >ac_cv_type_pid_t=yes >ac_cv_type_signal=void >ac_cv_type_size_t=yes >ac_cv_type_ssize_t=yes >ac_cv_type_u_char=yes >ac_cv_type_u_int=yes >ac_cv_type_u_long=yes >ac_cv_type_u_short=yes >ac_cv_working_alloca_h=yes >am_cv_CC_dependencies_compiler_type=none >am_cv_make_support_nested_variables=yes >am_cv_prog_cc_c_o=yes >lt_cv_ar_at_file=@ >lt_cv_archive_cmds_need_lc=no >lt_cv_deplibs_check_method=pass_all >lt_cv_file_magic_cmd='$MAGIC_CMD' >lt_cv_file_magic_test_file= >lt_cv_ld_reload_flag=-r >lt_cv_nm_interface='BSD nm' >lt_cv_objdir=.libs >lt_cv_path_LD='x86_64-pc-linux-gnu-ld -m elf_i386' >lt_cv_path_NM='/usr/bin/nm -B' >lt_cv_path_mainfest_tool=no >lt_cv_prog_compiler_c_o=yes >lt_cv_prog_compiler_pic='-fPIC -DPIC' >lt_cv_prog_compiler_pic_works=yes >lt_cv_prog_compiler_rtti_exceptions=no >lt_cv_prog_compiler_static_works=yes >lt_cv_prog_gnu_ld=yes >lt_cv_sharedlib_from_linklib_cmd='printf %s\n' >lt_cv_shlibpath_overrides_runpath=yes >lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' >lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' >lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' >lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' >lt_cv_sys_max_cmd_len=1572864 >lt_cv_to_host_file_cmd=func_convert_file_noop >lt_cv_to_tool_file_cmd=func_convert_file_noop >my_cv_LINKER_RPATH=-Wl,-rpath, >pkg_cv_AVAHI_CFLAGS=-D_REENTRANT >pkg_cv_AVAHI_LIBS='-lavahi-common -lavahi-client' >pkg_cv_LIBUSB_1_0_CFLAGS=-I/usr/include/libusb-1.0 >pkg_cv_LIBUSB_1_0_LIBS=-lusb-1.0 >pkg_cv_LIBV4L_CFLAGS= >pkg_cv_LIBV4L_LIBS=-lv4l1 >sane_cv_have_sys_io_h_with_inb_outb=yes >sane_cv_use_libieee1284=no >sane_cv_use_libjpeg=yes >sane_cv_use_libpng=yes > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /var/tmp/portage/media-gfx/sane-backends-1.0.25-r1/work/sane-backends-1.0.25/missing aclocal-1.14' >ALLOCA='' >AMDEPBACKSLASH='' >AMDEP_FALSE='' >AMDEP_TRUE='#' >AMTAR='$${TAR-tar}' >AM_BACKSLASH='\' >AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' >AM_DEFAULT_VERBOSITY='1' >AM_V='$(V)' >AR='ar' >AS='as' >AUTOCONF='${SHELL} /var/tmp/portage/media-gfx/sane-backends-1.0.25-r1/work/sane-backends-1.0.25/missing autoconf' >AUTOHEADER='${SHELL} /var/tmp/portage/media-gfx/sane-backends-1.0.25-r1/work/sane-backends-1.0.25/missing autoheader' >AUTOMAKE='${SHELL} /var/tmp/portage/media-gfx/sane-backends-1.0.25-r1/work/sane-backends-1.0.25/missing automake-1.14' >AVAHI_CFLAGS='-D_REENTRANT' >AVAHI_LIBS='-lavahi-common -lavahi-client' >AWK='gawk' >BACKENDS='gphoto2 v4l abaton agfafocus apple artec artec_eplus48u as6e avision bh canon canon630u canon_dr cardscan coolscan coolscan2 coolscan3 dc210 dc240 dc25 dell1600n_net dmc epjitsu epson epson2 fujitsu genesys gt68xx hp hp3500 hp3900 hp4200 hp5400 hp5590 hpljm1005 hs2p ibm kodak kodakaio kvs1025 kvs20xx leo lexmark ma1509 magicolor matsushita microtek microtek2 mustek mustek_usb nec net niash p5 pie pixma plustek plustek_pp qcam ricoh rts8891 s9036 sceptre sharp sm3600 sm3840 snapscan sp15c st400 stv680 tamarack teco1 teco2 teco3 test u12 umax umax1220u umax_pp xerox_mfp' >BACKEND_CONFS_ENABLED='' >BACKEND_LIBS_ENABLED='' >BACKEND_MANS_ENABLED='' >CC='x86_64-pc-linux-gnu-gcc -m32' >CCDEPMODE='depmode=none' >CFLAGS='-march=native -O2 -pipe -ggdb -fno-strict-aliasing -W -Wall -ansi -I/usr/include/libusb-1.0' >COMPILE_SANED_FALSE='#' >COMPILE_SANED_TRUE='' >CPP='x86_64-pc-linux-gnu-gcc -m32 -E' >CPPFLAGS=' -DPATH_SANE_CONFIG_DIR=$(configdir) -DPATH_SANE_DATA_DIR=$(datadir) -DPATH_SANE_LOCK_DIR=$(locksanedir) -DV_MAJOR=1 -DV_MINOR=0' >CROSS_COMPILING_FALSE='' >CROSS_COMPILING_TRUE='#' >CYGPATH_W='echo' >DEFS='' >DEPDIR='.deps' >DISTCLEAN_FILES='' >DLLTOOL='dlltool' >DL_LIBS='-ldl' >DSYMUTIL='' >DUMPBIN='' >DVIPS='/usr/bin/dvips' >DYNAMIC_FLAG='-module' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >ENABLE_TRANSLATIONS_FALSE='' >ENABLE_TRANSLATIONS_TRUE='' >EXEEXT='' >FGREP='/bin/grep -F' >GPHOTO2_CPPFLAGS='-I/usr/include/gphoto2 -I/usr/include/libexif -I/usr/include/gphoto2' >GPHOTO2_LDFLAGS=' -L/usr/lib32' >GPHOTO2_LIBS=' -lgphoto2 -lm -lgphoto2_port -lm' >GREP='/bin/grep' >HAVE_GPHOTO2='true' >HAVE_JPEG_FALSE='' >HAVE_JPEG_TRUE='' >IEEE1284_LIBS='' >INCLUDES='' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_LOCKPATH='' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' >INSTALL_UMAX_PP_TOOLS_FALSE='' >INSTALL_UMAX_PP_TOOLS_TRUE='' >JPEG_LIBS='-ljpeg' >LATEX='/usr/bin/latex' >LD='x86_64-pc-linux-gnu-ld -m elf_i386' >LDFLAGS='-Wl,-O1 -Wl,--as-needed' >LIBOBJS='' >LIBS='' >LIBTOOL='$(SHELL) $(top_builddir)/libtool' >LIBUSB_1_0_CFLAGS='-I/usr/include/libusb-1.0' >LIBUSB_1_0_LIBS='-lusb-1.0' >LIBV4L_CFLAGS='' >LIBV4L_LIBS='-lv4l1' >LINKER_RPATH='-Wl,-rpath,' >LIPO='' >LN_S='ln -s' >LOCKPATH_GROUP='uucp' >LTLIBOBJS='' >MAINT='#' >MAINTAINER_MODE_FALSE='' >MAINTAINER_MODE_TRUE='#' >MAKEINDEX='/usr/bin/makeindex' >MAKEINFO='${SHELL} /var/tmp/portage/media-gfx/sane-backends-1.0.25-r1/work/sane-backends-1.0.25/missing makeinfo' >MANIFEST_TOOL=':' >MATH_LIB='-lm' >MKDIR_P='/bin/mkdir -p' >MSGFMT='/usr/bin/msgfmt' >MSGMERGE='/usr/bin/msgmerge' >NM='/usr/bin/nm -B' >NMEDIT='' >NUMBER_VERSION='1.0.25' >OBJDUMP='objdump' >OBJEXT='o' >OTOOL64='' >OTOOL='' >PACKAGE='sane-backends' >PACKAGE_BUGREPORT='sane-devel@lists.alioth.debian.org' >PACKAGE_NAME='sane-backends' >PACKAGE_STRING='sane-backends 1.0.25' >PACKAGE_TARNAME='sane-backends' >PACKAGE_URL='' >PACKAGE_VERSION='1.0.25' >PATH_SEPARATOR=':' >PKG_CONFIG='/usr/bin/i686-pc-linux-gnu-pkg-config' >PKG_CONFIG_LIBDIR='/usr/lib32/pkgconfig' >PKG_CONFIG_PATH='/usr/share/pkgconfig' >PNG_LIBS='-lpng' >PRELOADABLE_BACKENDS='' >PRELOADABLE_BACKENDS_ENABLED='' >PTHREAD_LIBS='' >RANLIB='ranlib' >RESMGR_LIBS='' >SANEI_SANEI_JPEG_LO='' >SANE_CONFIG_PATH='no' >SCSI_LIBS='' >SED='/bin/sed' >SET_MAKE='' >SHELL='/bin/sh' >SNMP_CFLAGS='' >SNMP_CONFIG_PATH='' >SNMP_LIBS='' >SOCKET_LIBS=' ' >STRICT_LDFLAGS='-Wl,-z,defs' >STRIP='strip' >SYSLOG_LIBS='' >SYSTEMD_CFLAGS='' >SYSTEMD_LIBS='' >TIFF_LIBS='' >USB_LIBS=' -lusb-1.0' >USE_LATEX_FALSE='' >USE_LATEX_TRUE='' >VERSION='1.0.25' >V_MAJOR='1' >V_MINOR='0' >V_REV='25' >XGETTEXT='/usr/bin/xgettext' >ac_ct_AR='ar' >ac_ct_CC='' >ac_ct_DUMPBIN='' >am__EXEEXT_FALSE='' >am__EXEEXT_TRUE='' >am__fastdepCC_FALSE='' >am__fastdepCC_TRUE='#' >am__include='include' >am__isrc=' -I$(srcdir)' >am__leading_dot='.' >am__nodep='' >am__quote='' >am__tar='$${TAR-tar} chof - "$$tardir"' >am__untar='$${TAR-tar} xf -' >bindir='${exec_prefix}/bin' >build='i686-pc-linux-gnu' >build_alias='i686-pc-linux-gnu' >build_cpu='i686' >build_os='linux-gnu' >build_vendor='pc' >configdir='/etc/sane.d' >datadir='/usr/share' >datarootdir='${prefix}/share' >docdir='${prefix}/doc/sane-${VERSION}' >dvidir='${docdir}' >effective_target='i686-pc-linux-gnu' >exec_prefix='NONE' >host='i686-pc-linux-gnu' >host_alias='i686-pc-linux-gnu' >host_cpu='i686' >host_os='linux-gnu' >host_vendor='pc' >htmldir='${docdir}' >includedir='${prefix}/include' >infodir='/usr/share/info' >install_sh='${SHELL} /var/tmp/portage/media-gfx/sane-backends-1.0.25-r1/work/sane-backends-1.0.25/install-sh' >libdir='/usr/lib32' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >locksanedir='/var/lib/lock/sane' >mandir='/usr/share/man' >mkdir_p='$(MKDIR_P)' >oldincludedir='/usr/include' >pdfdir='${docdir}' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='/etc' >target_alias='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "sane-backends" >#define PACKAGE_TARNAME "sane-backends" >#define PACKAGE_VERSION "1.0.25" >#define PACKAGE_STRING "sane-backends 1.0.25" >#define PACKAGE_BUGREPORT "sane-devel@lists.alioth.debian.org" >#define PACKAGE_URL "" >#define PACKAGE "sane-backends" >#define VERSION "1.0.25" >#define PACKAGE "sane-backends" >#define VERSION "1.0.25" >#define SANE_DLL_V_MAJOR 1 >#define SANE_DLL_V_MINOR 0 >#define SANE_DLL_V_BUILD 25 >#define STDC_HEADERS 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_STRING_H 1 >#define HAVE_MEMORY_H 1 >#define HAVE_STRINGS_H 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_UNISTD_H 1 >#define __EXTENSIONS__ 1 >#define _ALL_SOURCE 1 >#define _GNU_SOURCE 1 >#define _POSIX_PTHREAD_SEMANTICS 1 >#define _TANDEM_SOURCE 1 >#define HAVE_DLFCN_H 1 >#define HAVE_DLOPEN 1 >#define HAVE_LIBJPEG 1 >#define HAVE_LIBPNG 1 >#define HAVE_GP_CAMERA_INIT 1 >#define HAVE_GP_PORT_INFO_GET_PATH 1 >#define WITH_AVAHI 1 >#define STDC_HEADERS 1 >#define HAVE_FCNTL_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_SYS_SELECT_H 1 >#define HAVE_SYS_TIME_H 1 >#define HAVE_SYS_SHM_H 1 >#define HAVE_SYS_IPC_H 1 >#define HAVE_SYS_SIGNAL_H 1 >#define HAVE_SYS_SOCKET_H 1 >#define HAVE_SYS_IO_H 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_LINUX_PPDEV_H 1 >#define HAVE_SYS_BITYPES_H 1 >#define HAVE_SYS_SEM_H 1 >#define HAVE_SYS_POLL_H 1 >#define HAVE_LIMITS_H 1 >#define HAVE_SYS_IOCTL_H 1 >#define HAVE_ASM_TYPES_H 1 >#define HAVE_NETINET_IN_H 1 >#define HAVE_IFADDRS_H 1 >#define HAVE_PWD_H 1 >#define HAVE_GETOPT_H 1 >#define RETSIGTYPE void >#define HAVE_U_CHAR 1 >#define HAVE_U_SHORT 1 >#define HAVE_U_INT 1 >#define HAVE_U_LONG 1 >#define HAVE_LONG_LONG 1 >#define HAVE_STRUCT_FLOCK 1 >#ifndef __cplusplus >#define inline __inline__ >#endif >#define HAVE_INET_ADDR 1 >#define HAVE_INET_ATON 1 >#define HAVE_INET_NTOA 1 >#define HAVE_INET_NTOP 1 >#define HAVE_INET_PTON 1 >#define HAVE_ALLOCA_H 1 >#define HAVE_ALLOCA 1 >#define HAVE_STDLIB_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_SYS_PARAM_H 1 >#define HAVE_GETPAGESIZE 1 >#define HAVE_MMAP 1 >#define HAVE_ATEXIT 1 >#define HAVE_IOPERM 1 >#define HAVE_MKDIR 1 >#define HAVE_STRFTIME 1 >#define HAVE_STRSTR 1 >#define HAVE_STRTOD 1 >#define HAVE_CFMAKERAW 1 >#define HAVE_TCSENDBREAK 1 >#define HAVE_STRCASECMP 1 >#define HAVE_STRNCASECMP 1 >#define HAVE_GETADDRINFO 1 >#define HAVE_GETNAMEINFO 1 >#define HAVE_POLL 1 >#define HAVE_SETITIMER 1 >#define HAVE_IOPL 1 >#define HAVE_GETUID 1 >#define HAVE_GETPASS 1 >#define HAVE_GETENV 1 >#define HAVE_ISFDTYPE 1 >#define HAVE_SIGPROCMASK 1 >#define HAVE_SNPRINTF 1 >#define HAVE_STRCASESTR 1 >#define HAVE_STRDUP 1 >#define HAVE_STRNDUP 1 >#define HAVE_STRSEP 1 >#define HAVE_USLEEP 1 >#define HAVE_SLEEP 1 >#define HAVE_SYSLOG 1 >#define HAVE_VSYSLOG 1 >#define SANE_HAVE_SYS_IO_H_WITH_INB_OUTB 1 >#define HAVE_GETOPT_LONG 1 >#define HAVE_DEV_URANDOM 1 >#define HAVE_LIBUSB_1_0 1 >#define HAVE_SCSI_SG_H 1 >#define HAVE_SG_TARGET_STATUS 1 >#define SCSIBUFFERSIZE 131072 >#define ENABLE_IPV6 1 >#define HAS_SS_FAMILY 1 >#define HAVE_DLFCN_H 1 >#define LT_OBJDIR ".libs/" > >configure: exit 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 615332
: 469798 |
469882
|
469886
|
469888
|
469890
|
469892
|
469894
|
469896