Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 480766 Details for
Bug 620946
media-libs/libpng-1.6.29 seems to depend zlib-1.2.9
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
wine-2.3-abi_x86_32.x86/config.log
config.log (text/plain), 403.58 KB, created by
Sven Müller
on 2017-07-04 18:34:48 UTC
(
hide
)
Description:
wine-2.3-abi_x86_32.x86/config.log
Filename:
MIME Type:
Creator:
Sven Müller
Created:
2017-07-04 18:34:48 UTC
Size:
403.58 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 Wine configure 2.3, which was >generated by GNU Autoconf 2.69. Invocation command line was > > $ /var/tmp/portage/app-emulation/wine-2.3/work/wine-2.3/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 --docdir=/usr/share/doc/wine-2.3 --htmldir=/usr/share/doc/wine-2.3/html --libdir=/usr/lib32 --sysconfdir=/etc/wine --with-alsa --without-capi --without-cms --with-cups --without-curses --with-dbus --with-fontconfig --with-gnutls --enable-mshtml --without-gphoto --without-gsm --without-gstreamer --without-hal --with-jpeg --without-ldap --enable-mscoree --without-mpg123 --without-netapi --with-gettext --without-openal --without-opencl --with-opengl --without-osmesa --without-oss --without-pcap --with-png --without-pulse --with-pthread --without-sane --disable-tests --with-freetype --with-udev --without-v4l --with-x --without-xcomposite --without-xinerama --with-xml --with-xslt --disable-win64 > >## --------- ## >## Platform. ## >## --------- ## > >hostname = hexe >uname -m = x86_64 >uname -r = 4.11.2-gentoo-r1 >uname -s = Linux >uname -v = #5 SMP Sun May 28 01:59:28 CEST 2017 > >/usr/bin/uname -p = Intel(R) Xeon(R) CPU X5650 @ 2.67GHz >/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 >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/6.3.0 >PATH: /usr/x86_64-pc-linux-gnu/armv7a-hardfloat-linux-gnueabi/gcc-bin/5.4.0 >PATH: /opt/Citrix/ICAClient >PATH: /usr/lib/llvm/4/bin >PATH: /usr/local/bin >PATH: /usr/local/sbin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:3265: 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:3719: checking build system type >configure:3733: result: i686-pc-linux-gnu >configure:3753: checking host system type >configure:3766: result: i686-pc-linux-gnu >configure:3796: checking whether make sets $(MAKE) >configure:3818: result: yes >configure:3835: checking for i686-pc-linux-gnu-gcc >configure:3862: result: x86_64-pc-linux-gnu-gcc -m32 >configure:4131: checking for C compiler version >configure:4140: x86_64-pc-linux-gnu-gcc -m32 --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 6.3.0 p1.0) 6.3.0 >Copyright (C) 2016 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:4151: $? = 0 >configure:4140: x86_64-pc-linux-gnu-gcc -m32 -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/6.3.0/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/6.3.0/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-6.3.0/work/gcc-6.3.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/6.3.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.3.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.3.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.3.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/include/g++-v6 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/6.3.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 6.3.0 p1.0' --disable-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 --without-isl --enable-libsanitizer --disable-default-pie --enable-default-ssp >Thread model: posix >gcc version 6.3.0 (Gentoo 6.3.0 p1.0) >configure:4151: $? = 0 >configure:4140: 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:4151: $? = 1 >configure:4140: x86_64-pc-linux-gnu-gcc -m32 -qversion >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:4151: $? = 1 >configure:4171: checking whether the C compiler works >configure:4193: x86_64-pc-linux-gnu-gcc -m32 -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4197: $? = 0 >configure:4245: result: yes >configure:4248: checking for C compiler default output file name >configure:4250: result: a.out >configure:4256: checking for suffix of executables >configure:4263: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4267: $? = 0 >configure:4289: result: >configure:4311: checking whether we are cross compiling >configure:4319: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4323: $? = 0 >configure:4330: ./conftest >configure:4334: $? = 0 >configure:4349: result: no >configure:4354: checking for suffix of object files >configure:4376: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:4380: $? = 0 >configure:4401: result: o >configure:4405: checking whether we are using the GNU C compiler >configure:4424: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:4424: $? = 0 >configure:4433: result: yes >configure:4442: checking whether x86_64-pc-linux-gnu-gcc -m32 accepts -g >configure:4462: x86_64-pc-linux-gnu-gcc -m32 -c -g conftest.c >&5 >configure:4462: $? = 0 >configure:4503: result: yes >configure:4520: checking for x86_64-pc-linux-gnu-gcc -m32 option to accept ISO C89 >configure:4583: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:4583: $? = 0 >configure:4596: result: none needed >configure:4728: checking for C++ compiler version >configure:4737: x86_64-pc-linux-gnu-g++ -m32 --version >&5 >x86_64-pc-linux-gnu-g++ (Gentoo 6.3.0 p1.0) 6.3.0 >Copyright (C) 2016 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:4748: $? = 0 >configure:4737: x86_64-pc-linux-gnu-g++ -m32 -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/6.3.0/x86_64-pc-linux-gnu-g++ >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/6.3.0/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-6.3.0/work/gcc-6.3.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/6.3.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.3.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.3.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.3.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/include/g++-v6 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/6.3.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 6.3.0 p1.0' --disable-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 --without-isl --enable-libsanitizer --disable-default-pie --enable-default-ssp >Thread model: posix >gcc version 6.3.0 (Gentoo 6.3.0 p1.0) >configure:4748: $? = 0 >configure:4737: x86_64-pc-linux-gnu-g++ -m32 -V >&5 >x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-V' >x86_64-pc-linux-gnu-g++: fatal error: no input files >compilation terminated. >configure:4748: $? = 1 >configure:4737: x86_64-pc-linux-gnu-g++ -m32 -qversion >&5 >x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-qversion'; did you mean '--version'? >x86_64-pc-linux-gnu-g++: fatal error: no input files >compilation terminated. >configure:4748: $? = 1 >configure:4752: checking whether we are using the GNU C++ compiler >configure:4771: x86_64-pc-linux-gnu-g++ -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.cpp >&5 >configure:4771: $? = 0 >configure:4780: result: yes >configure:4789: checking whether x86_64-pc-linux-gnu-g++ -m32 accepts -g >configure:4809: x86_64-pc-linux-gnu-g++ -m32 -c -g conftest.cpp >&5 >configure:4809: $? = 0 >configure:4850: result: yes >configure:4876: checking for i686-pc-linux-gnu-cpp >configure:4906: result: no >configure:4916: checking for cpp >configure:4932: found /usr/bin/cpp >configure:4943: result: cpp >configure:4973: checking for i686-pc-linux-gnu-ld >configure:5000: result: x86_64-pc-linux-gnu-ld -m elf_i386 >configure:5202: checking for the directory containing the Wine tools >configure:5230: result: $(top_builddir) >configure:5244: checking for flex >configure:5260: found /usr/bin/flex >configure:5271: result: flex >configure:5287: checking whether flex is recent enough >configure:5297: result: yes >configure:5309: checking for bison >configure:5325: found /usr/bin/bison >configure:5336: result: bison >configure:5358: checking for i686-pc-linux-gnu-ar >configure:5385: result: ar >configure:5456: checking for i686-pc-linux-gnu-strip >configure:5486: result: no >configure:5496: checking for strip >configure:5512: found /usr/bin/strip >configure:5523: result: strip >configure:5550: checking for i686-pc-linux-gnu-ranlib >configure:5577: result: ranlib >configure:5639: checking whether ln -s works >configure:5643: result: yes >configure:5650: checking for grep that handles long lines and -e >configure:5708: result: /bin/grep >configure:5713: checking for egrep >configure:5775: result: /bin/grep -E >configure:5782: checking for ldconfig >configure:5813: result: /bin/true >configure:5825: checking for msgfmt >configure:5841: found /usr/bin/msgfmt >configure:5852: result: msgfmt >configure:5867: checking for i686-pc-linux-gnu-pkg-config >configure:5894: result: i686-pc-linux-gnu-pkg-config >configure:6196: checking whether msgfmt supports contexts >configure:6206: result: yes >configure:6225: checking for i386_set_ldt in -li386 >configure:6250: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c -li386 >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -li386 >collect2: error: ld returned 1 exit status >configure:6250: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| /* 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 i386_set_ldt (); >| int >| main () >| { >| return i386_set_ldt (); >| ; >| return 0; >| } >configure:6259: result: no >configure:6270: checking for _oss_ioctl in -lossaudio >configure:6295: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c -lossaudio >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lossaudio >collect2: error: ld returned 1 exit status >configure:6295: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| /* 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 _oss_ioctl (); >| int >| main () >| { >| return _oss_ioctl (); >| ; >| return 0; >| } >configure:6304: result: no >configure:6327: checking for special C compiler options needed for large files >configure:6372: result: no >configure:6378: checking for _FILE_OFFSET_BITS value needed for large files >configure:6403: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:15:33: warning: left shift count >= width of type [-Wshift-count-overflow] > #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) > ^ >conftest.c:16:23: note: in expansion of macro 'LARGE_OFF_T' > int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 > ^~~~~~~~~~~ >conftest.c:15:57: warning: left shift count >= width of type [-Wshift-count-overflow] > #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) > ^ >conftest.c:16:23: note: in expansion of macro 'LARGE_OFF_T' > int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 > ^~~~~~~~~~~ >conftest.c:15:33: warning: left shift count >= width of type [-Wshift-count-overflow] > #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) > ^ >conftest.c:17:13: note: in expansion of macro 'LARGE_OFF_T' > && LARGE_OFF_T % 2147483647 == 1) > ^~~~~~~~~~~ >conftest.c:15:57: warning: left shift count >= width of type [-Wshift-count-overflow] > #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) > ^ >conftest.c:17:13: note: in expansion of macro 'LARGE_OFF_T' > && LARGE_OFF_T % 2147483647 == 1) > ^~~~~~~~~~~ >conftest.c:16:7: error: variably modified 'off_t_is_large' at file scope > int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 > ^~~~~~~~~~~~~~ >configure:6403: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| /* end confdefs.h. */ >| #include <sys/types.h> >| /* Check that off_t can represent 2**63 - 1 correctly. >| We can't simply define LARGE_OFF_T to be 9223372036854775807, >| since some C++ compilers masquerading as C compilers >| incorrectly reject 9223372036854775807. */ >| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) >| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 >| && LARGE_OFF_T % 2147483647 == 1) >| ? 1 : -1]; >| int >| main () >| { >| >| ; >| return 0; >| } >configure:6427: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6427: $? = 0 >configure:6435: result: 64 >configure:6526: checking how to run the C preprocessor >configure:6557: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6557: $? = 0 >configure:6571: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:6571: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:6596: result: x86_64-pc-linux-gnu-gcc -m32 -E >configure:6616: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6616: $? = 0 >configure:6630: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:6630: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:6659: checking for ANSI C header files >configure:6679: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6679: $? = 0 >configure:6752: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6752: $? = 0 >configure:6752: ./conftest >configure:6752: $? = 0 >configure:6763: result: yes >configure:6776: checking for sys/types.h >configure:6776: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6776: $? = 0 >configure:6776: result: yes >configure:6776: checking for sys/stat.h >configure:6776: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6776: $? = 0 >configure:6776: result: yes >configure:6776: checking for stdlib.h >configure:6776: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6776: $? = 0 >configure:6776: result: yes >configure:6776: checking for string.h >configure:6776: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6776: $? = 0 >configure:6776: result: yes >configure:6776: checking for memory.h >configure:6776: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6776: $? = 0 >configure:6776: result: yes >configure:6776: checking for strings.h >configure:6776: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6776: $? = 0 >configure:6776: result: yes >configure:6776: checking for inttypes.h >configure:6776: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6776: $? = 0 >configure:6776: result: yes >configure:6776: checking for stdint.h >configure:6776: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6776: $? = 0 >configure:6776: result: yes >configure:6776: checking for unistd.h >configure:6776: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6776: $? = 0 >configure:6776: result: yes >configure:6927: checking for AL/al.h >configure:6927: result: no >configure:6927: checking ApplicationServices/ApplicationServices.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:54:53: fatal error: ApplicationServices/ApplicationServices.h: No such file or directory > #include <ApplicationServices/ApplicationServices.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 <ApplicationServices/ApplicationServices.h> >configure:6927: result: no >configure:6927: checking ApplicationServices/ApplicationServices.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:21:53: fatal error: ApplicationServices/ApplicationServices.h: No such file or directory > #include <ApplicationServices/ApplicationServices.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 <ApplicationServices/ApplicationServices.h> >configure:6927: result: no >configure:6927: checking for ApplicationServices/ApplicationServices.h >configure:6927: result: no >configure:6927: checking AudioToolbox/AudioConverter.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:54:41: fatal error: AudioToolbox/AudioConverter.h: No such file or directory > #include <AudioToolbox/AudioConverter.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 <AudioToolbox/AudioConverter.h> >configure:6927: result: no >configure:6927: checking AudioToolbox/AudioConverter.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:21:41: fatal error: AudioToolbox/AudioConverter.h: No such file or directory > #include <AudioToolbox/AudioConverter.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 <AudioToolbox/AudioConverter.h> >configure:6927: result: no >configure:6927: checking for AudioToolbox/AudioConverter.h >configure:6927: result: no >configure:6927: checking AudioUnit/AudioUnit.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:54:33: fatal error: AudioUnit/AudioUnit.h: No such file or directory > #include <AudioUnit/AudioUnit.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 <AudioUnit/AudioUnit.h> >configure:6927: result: no >configure:6927: checking AudioUnit/AudioUnit.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:21:33: fatal error: AudioUnit/AudioUnit.h: No such file or directory > #include <AudioUnit/AudioUnit.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 <AudioUnit/AudioUnit.h> >configure:6927: result: no >configure:6927: checking for AudioUnit/AudioUnit.h >configure:6927: result: no >configure:6927: checking AudioUnit/AudioComponent.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:54:38: fatal error: AudioUnit/AudioComponent.h: No such file or directory > #include <AudioUnit/AudioComponent.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 <AudioUnit/AudioComponent.h> >configure:6927: result: no >configure:6927: checking AudioUnit/AudioComponent.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:21:38: fatal error: AudioUnit/AudioComponent.h: No such file or directory > #include <AudioUnit/AudioComponent.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 <AudioUnit/AudioComponent.h> >configure:6927: result: no >configure:6927: checking for AudioUnit/AudioComponent.h >configure:6927: result: no >configure:6927: checking for CL/cl.h >configure:6927: result: no >configure:6927: checking Carbon/Carbon.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:54:27: fatal error: Carbon/Carbon.h: No such file or directory > #include <Carbon/Carbon.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 <Carbon/Carbon.h> >configure:6927: result: no >configure:6927: checking Carbon/Carbon.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:21:27: fatal error: Carbon/Carbon.h: No such file or directory > #include <Carbon/Carbon.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 <Carbon/Carbon.h> >configure:6927: result: no >configure:6927: checking for Carbon/Carbon.h >configure:6927: result: no >configure:6927: checking CommonCrypto/CommonDigest.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:54:39: fatal error: CommonCrypto/CommonDigest.h: No such file or directory > #include <CommonCrypto/CommonDigest.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 <CommonCrypto/CommonDigest.h> >configure:6927: result: no >configure:6927: checking CommonCrypto/CommonDigest.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:21:39: fatal error: CommonCrypto/CommonDigest.h: No such file or directory > #include <CommonCrypto/CommonDigest.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 <CommonCrypto/CommonDigest.h> >configure:6927: result: no >configure:6927: checking for CommonCrypto/CommonDigest.h >configure:6927: result: no >configure:6927: checking CoreAudio/CoreAudio.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:54:33: fatal error: CoreAudio/CoreAudio.h: No such file or directory > #include <CoreAudio/CoreAudio.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 <CoreAudio/CoreAudio.h> >configure:6927: result: no >configure:6927: checking CoreAudio/CoreAudio.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:21:33: fatal error: CoreAudio/CoreAudio.h: No such file or directory > #include <CoreAudio/CoreAudio.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 <CoreAudio/CoreAudio.h> >configure:6927: result: no >configure:6927: checking for CoreAudio/CoreAudio.h >configure:6927: result: no >configure:6927: checking CoreServices/CoreServices.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:54:39: fatal error: CoreServices/CoreServices.h: No such file or directory > #include <CoreServices/CoreServices.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 <CoreServices/CoreServices.h> >configure:6927: result: no >configure:6927: checking CoreServices/CoreServices.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:21:39: fatal error: CoreServices/CoreServices.h: No such file or directory > #include <CoreServices/CoreServices.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 <CoreServices/CoreServices.h> >configure:6927: result: no >configure:6927: checking for CoreServices/CoreServices.h >configure:6927: result: no >configure:6927: checking DiskArbitration/DiskArbitration.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:54:45: fatal error: DiskArbitration/DiskArbitration.h: No such file or directory > #include <DiskArbitration/DiskArbitration.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 <DiskArbitration/DiskArbitration.h> >configure:6927: result: no >configure:6927: checking DiskArbitration/DiskArbitration.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:21:45: fatal error: DiskArbitration/DiskArbitration.h: No such file or directory > #include <DiskArbitration/DiskArbitration.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 <DiskArbitration/DiskArbitration.h> >configure:6927: result: no >configure:6927: checking for DiskArbitration/DiskArbitration.h >configure:6927: result: no >configure:6927: checking IOKit/IOKitLib.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:54:28: fatal error: IOKit/IOKitLib.h: No such file or directory > #include <IOKit/IOKitLib.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 <IOKit/IOKitLib.h> >configure:6927: result: no >configure:6927: checking IOKit/IOKitLib.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:21:28: fatal error: IOKit/IOKitLib.h: No such file or directory > #include <IOKit/IOKitLib.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 <IOKit/IOKitLib.h> >configure:6927: result: no >configure:6927: checking for IOKit/IOKitLib.h >configure:6927: result: no >configure:6927: checking IOKit/hid/IOHIDLib.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:54:32: fatal error: IOKit/hid/IOHIDLib.h: No such file or directory > #include <IOKit/hid/IOHIDLib.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 <IOKit/hid/IOHIDLib.h> >configure:6927: result: no >configure:6927: checking IOKit/hid/IOHIDLib.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:21:32: fatal error: IOKit/hid/IOHIDLib.h: No such file or directory > #include <IOKit/hid/IOHIDLib.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 <IOKit/hid/IOHIDLib.h> >configure:6927: result: no >configure:6927: checking for IOKit/hid/IOHIDLib.h >configure:6927: result: no >configure:6927: checking for OpenAL/al.h >configure:6927: result: no >configure:6927: checking for OpenCL/opencl.h >configure:6927: result: no >configure:6927: checking QuickTime/ImageCompression.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:54:40: fatal error: QuickTime/ImageCompression.h: No such file or directory > #include <QuickTime/ImageCompression.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 <QuickTime/ImageCompression.h> >configure:6927: result: no >configure:6927: checking QuickTime/ImageCompression.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:21:40: fatal error: QuickTime/ImageCompression.h: No such file or directory > #include <QuickTime/ImageCompression.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 <QuickTime/ImageCompression.h> >configure:6927: result: no >configure:6927: checking for QuickTime/ImageCompression.h >configure:6927: result: no >configure:6927: checking Security/Security.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:54:31: fatal error: Security/Security.h: No such file or directory > #include <Security/Security.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 <Security/Security.h> >configure:6927: result: no >configure:6927: checking Security/Security.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:21:31: fatal error: Security/Security.h: No such file or directory > #include <Security/Security.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 <Security/Security.h> >configure:6927: result: no >configure:6927: checking for Security/Security.h >configure:6927: result: no >configure:6927: checking alias.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:54:19: fatal error: alias.h: No such file or directory > #include <alias.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 <alias.h> >configure:6927: result: no >configure:6927: checking alias.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:21:19: fatal error: alias.h: No such file or directory > #include <alias.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 <alias.h> >configure:6927: result: no >configure:6927: checking for alias.h >configure:6927: result: no >configure:6927: checking alsa/asoundlib.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking alsa/asoundlib.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for alsa/asoundlib.h >configure:6927: result: yes >configure:6927: checking arpa/inet.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking arpa/inet.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for arpa/inet.h >configure:6927: result: yes >configure:6927: checking arpa/nameser.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking arpa/nameser.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for arpa/nameser.h >configure:6927: result: yes >configure:6927: checking asm/types.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking asm/types.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for asm/types.h >configure:6927: result: yes >configure:6927: checking asm/user.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:58:22: fatal error: asm/user.h: No such file or directory > #include <asm/user.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_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 <asm/user.h> >configure:6927: result: no >configure:6927: checking asm/user.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:25:22: fatal error: asm/user.h: No such file or directory > #include <asm/user.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| /* end confdefs.h. */ >| #include <asm/user.h> >configure:6927: result: no >configure:6927: checking for asm/user.h >configure:6927: result: no >configure:6927: checking for curses.h >configure:6927: result: no >configure:6927: checking direct.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:58:20: fatal error: direct.h: No such file or directory > #include <direct.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_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 <direct.h> >configure:6927: result: no >configure:6927: checking direct.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:25:20: fatal error: direct.h: No such file or directory > #include <direct.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| /* end confdefs.h. */ >| #include <direct.h> >configure:6927: result: no >configure:6927: checking for direct.h >configure:6927: result: no >configure:6927: checking dirent.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking dirent.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for dirent.h >configure:6927: result: yes >configure:6927: checking dlfcn.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking dlfcn.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for dlfcn.h >configure:6927: result: yes >configure:6927: checking elf.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking elf.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for elf.h >configure:6927: result: yes >configure:6927: checking float.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking float.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for float.h >configure:6927: result: yes >configure:6927: checking fnmatch.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking fnmatch.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for fnmatch.h >configure:6927: result: yes >configure:6927: checking getopt.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking getopt.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for getopt.h >configure:6927: result: yes >configure:6927: checking gettext-po.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >In file included from conftest.c:64:0: >/usr/include/gettext-po.h:13:3: error: #error "abi_x86_32 not supported by the package." > # error "abi_x86_32 not supported by the package." > ^~~~~ >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_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 <gettext-po.h> >configure:6927: result: no >configure:6927: checking gettext-po.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >In file included from conftest.c:31:0: >/usr/include/gettext-po.h:13:3: error: #error "abi_x86_32 not supported by the package." > # error "abi_x86_32 not supported by the package." > ^~~~~ >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| /* end confdefs.h. */ >| #include <gettext-po.h> >configure:6927: result: no >configure:6927: checking for gettext-po.h >configure:6927: result: no >configure:6927: checking grp.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking grp.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for grp.h >configure:6927: result: yes >configure:6927: checking for gsm.h >configure:6927: result: no >configure:6927: checking for gsm/gsm.h >configure:6927: result: no >configure:6927: checking ieeefp.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:65:20: fatal error: ieeefp.h: No such file or directory > #include <ieeefp.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_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 <ieeefp.h> >configure:6927: result: no >configure:6927: checking ieeefp.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:32:20: fatal error: ieeefp.h: No such file or directory > #include <ieeefp.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| /* end confdefs.h. */ >| #include <ieeefp.h> >configure:6927: result: no >configure:6927: checking for ieeefp.h >configure:6927: result: no >configure:6927: checking inet/mib2.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:65:23: fatal error: inet/mib2.h: No such file or directory > #include <inet/mib2.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_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 <inet/mib2.h> >configure:6927: result: no >configure:6927: checking inet/mib2.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:32:23: fatal error: inet/mib2.h: No such file or directory > #include <inet/mib2.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| /* end confdefs.h. */ >| #include <inet/mib2.h> >configure:6927: result: no >configure:6927: checking for inet/mib2.h >configure:6927: result: no >configure:6927: checking io.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:65:16: fatal error: io.h: No such file or directory > #include <io.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_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 <io.h> >configure:6927: result: no >configure:6927: checking io.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:32:16: fatal error: io.h: No such file or directory > #include <io.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| /* end confdefs.h. */ >| #include <io.h> >configure:6927: result: no >configure:6927: checking for io.h >configure:6927: result: no >configure:6927: checking kstat.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:65:19: fatal error: kstat.h: No such file or directory > #include <kstat.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_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 <kstat.h> >configure:6927: result: no >configure:6927: checking kstat.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:32:19: fatal error: kstat.h: No such file or directory > #include <kstat.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| /* end confdefs.h. */ >| #include <kstat.h> >configure:6927: result: no >configure:6927: checking for kstat.h >configure:6927: result: no >configure:6927: checking for lber.h >configure:6927: result: no >configure:6927: checking for ldap.h >configure:6927: result: no >configure:6927: checking libproc.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:65:21: fatal error: libproc.h: No such file or directory > #include <libproc.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_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 <libproc.h> >configure:6927: result: no >configure:6927: checking libproc.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:32:21: fatal error: libproc.h: No such file or directory > #include <libproc.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| /* end confdefs.h. */ >| #include <libproc.h> >configure:6927: result: no >configure:6927: checking for libproc.h >configure:6927: result: no >configure:6927: checking link.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking link.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for link.h >configure:6927: result: yes >configure:6927: checking linux/cdrom.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking linux/cdrom.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for linux/cdrom.h >configure:6927: result: yes >configure:6927: checking linux/compiler.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:67:28: fatal error: linux/compiler.h: No such file or directory > #include <linux/compiler.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_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 <linux/compiler.h> >configure:6927: result: no >configure:6927: checking linux/compiler.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:34:28: fatal error: linux/compiler.h: No such file or directory > #include <linux/compiler.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| /* end confdefs.h. */ >| #include <linux/compiler.h> >configure:6927: result: no >configure:6927: checking for linux/compiler.h >configure:6927: result: no >configure:6927: checking linux/filter.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking linux/filter.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for linux/filter.h >configure:6927: result: yes >configure:6927: checking linux/hdreg.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking linux/hdreg.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for linux/hdreg.h >configure:6927: result: yes >configure:6927: checking linux/hidraw.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking linux/hidraw.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for linux/hidraw.h >configure:6927: result: yes >configure:6927: checking linux/input.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking linux/input.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for linux/input.h >configure:6927: result: yes >configure:6927: checking linux/ioctl.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking linux/ioctl.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for linux/ioctl.h >configure:6927: result: yes >configure:6927: checking linux/joystick.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking linux/joystick.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for linux/joystick.h >configure:6927: result: yes >configure:6927: checking linux/major.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking linux/major.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for linux/major.h >configure:6927: result: yes >configure:6927: checking linux/param.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking linux/param.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for linux/param.h >configure:6927: result: yes >configure:6927: checking linux/serial.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking linux/serial.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for linux/serial.h >configure:6927: result: yes >configure:6927: checking linux/types.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking linux/types.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for linux/types.h >configure:6927: result: yes >configure:6927: checking linux/ucdrom.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:77:26: fatal error: linux/ucdrom.h: No such file or directory > #include <linux/ucdrom.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_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 <linux/ucdrom.h> >configure:6927: result: no >configure:6927: checking linux/ucdrom.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:44:26: fatal error: linux/ucdrom.h: No such file or directory > #include <linux/ucdrom.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| /* end confdefs.h. */ >| #include <linux/ucdrom.h> >configure:6927: result: no >configure:6927: checking for linux/ucdrom.h >configure:6927: result: no >configure:6927: checking lwp.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:77:17: fatal error: lwp.h: No such file or directory > #include <lwp.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_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 <lwp.h> >configure:6927: result: no >configure:6927: checking lwp.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:44:17: fatal error: lwp.h: No such file or directory > #include <lwp.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| /* end confdefs.h. */ >| #include <lwp.h> >configure:6927: result: no >configure:6927: checking for lwp.h >configure:6927: result: no >configure:6927: checking mach-o/nlist.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:77:26: fatal error: mach-o/nlist.h: No such file or directory > #include <mach-o/nlist.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_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 <mach-o/nlist.h> >configure:6927: result: no >configure:6927: checking mach-o/nlist.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:44:26: fatal error: mach-o/nlist.h: No such file or directory > #include <mach-o/nlist.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| /* end confdefs.h. */ >| #include <mach-o/nlist.h> >configure:6927: result: no >configure:6927: checking for mach-o/nlist.h >configure:6927: result: no >configure:6927: checking mach-o/loader.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:77:27: fatal error: mach-o/loader.h: No such file or directory > #include <mach-o/loader.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_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 <mach-o/loader.h> >configure:6927: result: no >configure:6927: checking mach-o/loader.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:44:27: fatal error: mach-o/loader.h: No such file or directory > #include <mach-o/loader.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| /* end confdefs.h. */ >| #include <mach-o/loader.h> >configure:6927: result: no >configure:6927: checking for mach-o/loader.h >configure:6927: result: no >configure:6927: checking mach/mach.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:77:23: fatal error: mach/mach.h: No such file or directory > #include <mach/mach.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_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 <mach/mach.h> >configure:6927: result: no >configure:6927: checking mach/mach.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:44:23: fatal error: mach/mach.h: No such file or directory > #include <mach/mach.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| /* end confdefs.h. */ >| #include <mach/mach.h> >configure:6927: result: no >configure:6927: checking for mach/mach.h >configure:6927: result: no >configure:6927: checking mach/machine.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:77:26: fatal error: mach/machine.h: No such file or directory > #include <mach/machine.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_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 <mach/machine.h> >configure:6927: result: no >configure:6927: checking mach/machine.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:44:26: fatal error: mach/machine.h: No such file or directory > #include <mach/machine.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| /* end confdefs.h. */ >| #include <mach/machine.h> >configure:6927: result: no >configure:6927: checking for mach/machine.h >configure:6927: result: no >configure:6927: checking machine/cpu.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:77:25: fatal error: machine/cpu.h: No such file or directory > #include <machine/cpu.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_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/cpu.h> >configure:6927: result: no >configure:6927: checking machine/cpu.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:44:25: fatal error: machine/cpu.h: No such file or directory > #include <machine/cpu.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| /* end confdefs.h. */ >| #include <machine/cpu.h> >configure:6927: result: no >configure:6927: checking for machine/cpu.h >configure:6927: result: no >configure:6927: checking machine/limits.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:77:28: fatal error: machine/limits.h: No such file or directory > #include <machine/limits.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_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/limits.h> >configure:6927: result: no >configure:6927: checking machine/limits.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:44:28: fatal error: machine/limits.h: No such file or directory > #include <machine/limits.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| /* end confdefs.h. */ >| #include <machine/limits.h> >configure:6927: result: no >configure:6927: checking for machine/limits.h >configure:6927: result: no >configure:6927: checking machine/sysarch.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:77:29: fatal error: machine/sysarch.h: No such file or directory > #include <machine/sysarch.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_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/sysarch.h> >configure:6927: result: no >configure:6927: checking machine/sysarch.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:44:29: fatal error: machine/sysarch.h: No such file or directory > #include <machine/sysarch.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| /* end confdefs.h. */ >| #include <machine/sysarch.h> >configure:6927: result: no >configure:6927: checking for machine/sysarch.h >configure:6927: result: no >configure:6927: checking mntent.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking mntent.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for mntent.h >configure:6927: result: yes >configure:6927: checking for ncurses.h >configure:6927: result: no >configure:6927: checking netdb.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking netdb.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for netdb.h >configure:6927: result: yes >configure:6927: checking netinet/in.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking netinet/in.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for netinet/in.h >configure:6927: result: yes >configure:6927: checking netinet/in_systm.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking netinet/in_systm.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for netinet/in_systm.h >configure:6927: result: yes >configure:6927: checking netinet/tcp.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking netinet/tcp.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for netinet/tcp.h >configure:6927: result: yes >configure:6927: checking netinet/tcp_fsm.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:82:29: fatal error: netinet/tcp_fsm.h: No such file or directory > #include <netinet/tcp_fsm.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_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 <netinet/tcp_fsm.h> >configure:6927: result: no >configure:6927: checking netinet/tcp_fsm.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:49:29: fatal error: netinet/tcp_fsm.h: No such file or directory > #include <netinet/tcp_fsm.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| /* end confdefs.h. */ >| #include <netinet/tcp_fsm.h> >configure:6927: result: no >configure:6927: checking for netinet/tcp_fsm.h >configure:6927: result: no >configure:6927: checking for pcap/pcap.h >configure:6927: result: no >configure:6927: checking poll.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking poll.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for poll.h >configure:6927: result: yes >configure:6927: checking port.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:83:18: fatal error: port.h: No such file or directory > #include <port.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_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 <port.h> >configure:6927: result: no >configure:6927: checking port.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:50:18: fatal error: port.h: No such file or directory > #include <port.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| /* end confdefs.h. */ >| #include <port.h> >configure:6927: result: no >configure:6927: checking for port.h >configure:6927: result: no >configure:6927: checking process.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:83:21: fatal error: process.h: No such file or directory > #include <process.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_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 <process.h> >configure:6927: result: no >configure:6927: checking process.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:50:21: fatal error: process.h: No such file or directory > #include <process.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| /* end confdefs.h. */ >| #include <process.h> >configure:6927: result: no >configure:6927: checking for process.h >configure:6927: result: no >configure:6927: checking pthread.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking pthread.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for pthread.h >configure:6927: result: yes >configure:6927: checking pwd.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking pwd.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for pwd.h >configure:6927: result: yes >configure:6927: checking sched.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking sched.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for sched.h >configure:6927: result: yes >configure:6927: checking scsi/scsi.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking scsi/scsi.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for scsi/scsi.h >configure:6927: result: yes >configure:6927: checking scsi/scsi_ioctl.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking scsi/scsi_ioctl.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for scsi/scsi_ioctl.h >configure:6927: result: yes >configure:6927: checking scsi/sg.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking scsi/sg.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for scsi/sg.h >configure:6927: result: yes >configure:6927: checking stdbool.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking stdbool.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for stdbool.h >configure:6927: result: yes >configure:6927: checking for stdint.h >configure:6927: result: yes >configure:6927: checking stropts.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking stropts.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for stropts.h >configure:6927: result: yes >configure:6927: checking sys/asoundlib.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >In file included from conftest.c:92:0: >/usr/include/sys/asoundlib.h:1:2: warning: #warning This header is deprecated, use <alsa/asoundlib.h> instead. [-Wcpp] > #warning This header is deprecated, use <alsa/asoundlib.h> instead. > ^~~~~~~ >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking sys/asoundlib.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >In file included from conftest.c:59:0: >/usr/include/sys/asoundlib.h:1:2: warning: #warning This header is deprecated, use <alsa/asoundlib.h> instead. [-Wcpp] > #warning This header is deprecated, use <alsa/asoundlib.h> instead. > ^~~~~~~ >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for sys/asoundlib.h >configure:6927: result: yes >configure:6927: checking sys/attr.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:93:22: fatal error: sys/attr.h: No such file or directory > #include <sys/attr.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_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/attr.h> >configure:6927: result: no >configure:6927: checking sys/attr.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:60:22: fatal error: sys/attr.h: No such file or directory > #include <sys/attr.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| /* end confdefs.h. */ >| #include <sys/attr.h> >configure:6927: result: no >configure:6927: checking for sys/attr.h >configure:6927: result: no >configure:6927: checking sys/cdio.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:93:22: fatal error: sys/cdio.h: No such file or directory > #include <sys/cdio.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_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/cdio.h> >configure:6927: result: no >configure:6927: checking sys/cdio.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:60:22: fatal error: sys/cdio.h: No such file or directory > #include <sys/cdio.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| /* end confdefs.h. */ >| #include <sys/cdio.h> >configure:6927: result: no >configure:6927: checking for sys/cdio.h >configure:6927: result: no >configure:6927: checking sys/elf32.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:93:23: fatal error: sys/elf32.h: No such file or directory > #include <sys/elf32.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_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/elf32.h> >configure:6927: result: no >configure:6927: checking sys/elf32.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:60:23: fatal error: sys/elf32.h: No such file or directory > #include <sys/elf32.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| /* end confdefs.h. */ >| #include <sys/elf32.h> >configure:6927: result: no >configure:6927: checking for sys/elf32.h >configure:6927: result: no >configure:6927: checking sys/epoll.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking sys/epoll.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for sys/epoll.h >configure:6927: result: yes >configure:6927: checking sys/event.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:94:23: fatal error: sys/event.h: No such file or directory > #include <sys/event.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_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/event.h> >configure:6927: result: no >configure:6927: checking sys/event.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:61:23: fatal error: sys/event.h: No such file or directory > #include <sys/event.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| /* end confdefs.h. */ >| #include <sys/event.h> >configure:6927: result: no >configure:6927: checking for sys/event.h >configure:6927: result: no >configure:6927: checking sys/exec_elf.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:94:26: fatal error: sys/exec_elf.h: No such file or directory > #include <sys/exec_elf.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_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/exec_elf.h> >configure:6927: result: no >configure:6927: checking sys/exec_elf.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:61:26: fatal error: sys/exec_elf.h: No such file or directory > #include <sys/exec_elf.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| /* end confdefs.h. */ >| #include <sys/exec_elf.h> >configure:6927: result: no >configure:6927: checking for sys/exec_elf.h >configure:6927: result: no >configure:6927: checking sys/filio.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:94:23: fatal error: sys/filio.h: No such file or directory > #include <sys/filio.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_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/filio.h> >configure:6927: result: no >configure:6927: checking sys/filio.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:61:23: fatal error: sys/filio.h: No such file or directory > #include <sys/filio.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| /* end confdefs.h. */ >| #include <sys/filio.h> >configure:6927: result: no >configure:6927: checking for sys/filio.h >configure:6927: result: no >configure:6927: checking sys/inotify.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking sys/inotify.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for sys/inotify.h >configure:6927: result: yes >configure:6927: checking sys/ioctl.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking sys/ioctl.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for sys/ioctl.h >configure:6927: result: yes >configure:6927: checking sys/ipc.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking sys/ipc.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for sys/ipc.h >configure:6927: result: yes >configure:6927: checking sys/limits.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:97:24: fatal error: sys/limits.h: No such file or directory > #include <sys/limits.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_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/limits.h> >configure:6927: result: no >configure:6927: checking sys/limits.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:64:24: fatal error: sys/limits.h: No such file or directory > #include <sys/limits.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| /* end confdefs.h. */ >| #include <sys/limits.h> >configure:6927: result: no >configure:6927: checking for sys/limits.h >configure:6927: result: no >configure:6927: checking sys/link.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:97:22: fatal error: sys/link.h: No such file or directory > #include <sys/link.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_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/link.h> >configure:6927: result: no >configure:6927: checking sys/link.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:64:22: fatal error: sys/link.h: No such file or directory > #include <sys/link.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| /* end confdefs.h. */ >| #include <sys/link.h> >configure:6927: result: no >configure:6927: checking for sys/link.h >configure:6927: result: no >configure:6927: checking sys/mman.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking sys/mman.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for sys/mman.h >configure:6927: result: yes >configure:6927: checking sys/modem.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:98:23: fatal error: sys/modem.h: No such file or directory > #include <sys/modem.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_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/modem.h> >configure:6927: result: no >configure:6927: checking sys/modem.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:65:23: fatal error: sys/modem.h: No such file or directory > #include <sys/modem.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| /* end confdefs.h. */ >| #include <sys/modem.h> >configure:6927: result: no >configure:6927: checking for sys/modem.h >configure:6927: result: no >configure:6927: checking sys/msg.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking sys/msg.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for sys/msg.h >configure:6927: result: yes >configure:6927: checking sys/mtio.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking sys/mtio.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for sys/mtio.h >configure:6927: result: yes >configure:6927: checking sys/param.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking sys/param.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for sys/param.h >configure:6927: result: yes >configure:6927: checking sys/poll.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking sys/poll.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for sys/poll.h >configure:6927: result: yes >configure:6927: checking sys/prctl.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking sys/prctl.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for sys/prctl.h >configure:6927: result: yes >configure:6927: checking sys/protosw.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:103:25: fatal error: sys/protosw.h: No such file or directory > #include <sys/protosw.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MSG_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PRCTL_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/protosw.h> >configure:6927: result: no >configure:6927: checking sys/protosw.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:70:25: fatal error: sys/protosw.h: No such file or directory > #include <sys/protosw.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MSG_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| /* end confdefs.h. */ >| #include <sys/protosw.h> >configure:6927: result: no >configure:6927: checking for sys/protosw.h >configure:6927: result: no >configure:6927: checking sys/ptrace.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking sys/ptrace.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for sys/ptrace.h >configure:6927: result: yes >configure:6927: checking sys/queue.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking sys/queue.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for sys/queue.h >configure:6927: result: yes >configure:6927: checking sys/resource.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking sys/resource.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for sys/resource.h >configure:6927: result: yes >configure:6927: checking sys/scsiio.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:106:24: fatal error: sys/scsiio.h: No such file or directory > #include <sys/scsiio.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MSG_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_RESOURCE_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/scsiio.h> >configure:6927: result: no >configure:6927: checking sys/scsiio.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:73:24: fatal error: sys/scsiio.h: No such file or directory > #include <sys/scsiio.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MSG_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| /* end confdefs.h. */ >| #include <sys/scsiio.h> >configure:6927: result: no >configure:6927: checking for sys/scsiio.h >configure:6927: result: no >configure:6927: checking sys/shm.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking sys/shm.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for sys/shm.h >configure:6927: result: yes >configure:6927: checking sys/signal.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking sys/signal.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for sys/signal.h >configure:6927: result: yes >configure:6927: checking sys/socket.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking sys/socket.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for sys/socket.h >configure:6927: result: yes >configure:6927: checking sys/socketvar.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking sys/socketvar.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for sys/socketvar.h >configure:6927: result: yes >configure:6927: checking sys/sockio.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:110:24: fatal error: sys/sockio.h: No such file or directory > #include <sys/sockio.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MSG_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SOCKETVAR_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/sockio.h> >configure:6927: result: no >configure:6927: checking sys/sockio.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:77:24: fatal error: sys/sockio.h: No such file or directory > #include <sys/sockio.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MSG_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SOCKETVAR_H 1 >| /* end confdefs.h. */ >| #include <sys/sockio.h> >configure:6927: result: no >configure:6927: checking for sys/sockio.h >configure:6927: result: no >configure:6927: checking sys/statvfs.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking sys/statvfs.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for sys/statvfs.h >configure:6927: result: yes >configure:6927: checking sys/strtio.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:111:24: fatal error: sys/strtio.h: No such file or directory > #include <sys/strtio.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MSG_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SOCKETVAR_H 1 >| #define HAVE_SYS_STATVFS_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/strtio.h> >configure:6927: result: no >configure:6927: checking sys/strtio.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:78:24: fatal error: sys/strtio.h: No such file or directory > #include <sys/strtio.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MSG_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SOCKETVAR_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| /* end confdefs.h. */ >| #include <sys/strtio.h> >configure:6927: result: no >configure:6927: checking for sys/strtio.h >configure:6927: result: no >configure:6927: checking sys/syscall.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking sys/syscall.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for sys/syscall.h >configure:6927: result: yes >configure:6927: checking sys/sysinfo.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking sys/sysinfo.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for sys/sysinfo.h >configure:6927: result: yes >configure:6927: checking sys/tihdr.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:113:23: fatal error: sys/tihdr.h: No such file or directory > #include <sys/tihdr.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MSG_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SOCKETVAR_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_SYSINFO_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/tihdr.h> >configure:6927: result: no >configure:6927: checking sys/tihdr.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:80:23: fatal error: sys/tihdr.h: No such file or directory > #include <sys/tihdr.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MSG_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SOCKETVAR_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_SYSINFO_H 1 >| /* end confdefs.h. */ >| #include <sys/tihdr.h> >configure:6927: result: no >configure:6927: checking for sys/tihdr.h >configure:6927: result: no >configure:6927: checking sys/time.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking sys/time.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for sys/time.h >configure:6927: result: yes >configure:6927: checking sys/timeout.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:114:25: fatal error: sys/timeout.h: No such file or directory > #include <sys/timeout.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MSG_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SOCKETVAR_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_TIME_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/timeout.h> >configure:6927: result: no >configure:6927: checking sys/timeout.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:81:25: fatal error: sys/timeout.h: No such file or directory > #include <sys/timeout.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MSG_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SOCKETVAR_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_TIME_H 1 >| /* end confdefs.h. */ >| #include <sys/timeout.h> >configure:6927: result: no >configure:6927: checking for sys/timeout.h >configure:6927: result: no >configure:6927: checking sys/times.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking sys/times.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for sys/times.h >configure:6927: result: yes >configure:6927: checking sys/uio.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking sys/uio.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for sys/uio.h >configure:6927: result: yes >configure:6927: checking sys/user.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking sys/user.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for sys/user.h >configure:6927: result: yes >configure:6927: checking sys/utsname.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking sys/utsname.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for sys/utsname.h >configure:6927: result: yes >configure:6927: checking sys/vm86.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking sys/vm86.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for sys/vm86.h >configure:6927: result: yes >configure:6927: checking sys/vnode.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:119:23: fatal error: sys/vnode.h: No such file or directory > #include <sys/vnode.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MSG_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SOCKETVAR_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_VM86_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/vnode.h> >configure:6927: result: no >configure:6927: checking sys/vnode.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:86:23: fatal error: sys/vnode.h: No such file or directory > #include <sys/vnode.h> > ^ >compilation terminated. >configure:6927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MSG_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SOCKETVAR_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_VM86_H 1 >| /* end confdefs.h. */ >| #include <sys/vnode.h> >configure:6927: result: no >configure:6927: checking for sys/vnode.h >configure:6927: result: no >configure:6927: checking sys/wait.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking sys/wait.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for sys/wait.h >configure:6927: result: yes >configure:6927: checking syscall.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking syscall.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for syscall.h >configure:6927: result: yes >configure:6927: checking termios.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking termios.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for termios.h >configure:6927: result: yes >configure:6927: checking for unistd.h >configure:6927: result: yes >configure:6927: checking utime.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking utime.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for utime.h >configure:6927: result: yes >configure:6927: checking valgrind/memcheck.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking valgrind/memcheck.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for valgrind/memcheck.h >configure:6927: result: yes >configure:6927: checking valgrind/valgrind.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking valgrind/valgrind.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for valgrind/valgrind.h >configure:6927: result: yes >configure:6927: checking zlib.h usability >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking zlib.h presence >configure:6927: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for zlib.h >configure:6927: result: yes >configure:6937: checking whether sys/types.h defines makedev >configure:6953: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6953: $? = 0 >configure:6962: result: yes >configure:6987: checking whether stat file-mode macros are broken >configure:7014: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:7014: $? = 0 >configure:7021: result: no >configure:7034: checking for sys/mount.h >configure:7034: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:7034: $? = 0 >configure:7034: result: yes >configure:7034: checking for sys/statfs.h >configure:7034: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:7034: $? = 0 >configure:7034: result: yes >configure:7034: checking for sys/sysctl.h >configure:7034: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:7034: $? = 0 >configure:7034: result: yes >configure:7034: checking for sys/user.h >configure:7034: result: yes >configure:7034: checking for sys/vfs.h >configure:7034: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:7034: $? = 0 >configure:7034: result: yes >configure:7067: checking for netinet/ip.h >configure:7067: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:7067: $? = 0 >configure:7067: result: yes >configure:7067: checking for net/if.h >configure:7067: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:7067: $? = 0 >configure:7067: result: yes >configure:7067: checking for net/if_arp.h >configure:7067: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:7067: $? = 0 >configure:7067: result: yes >configure:7067: checking for net/if_dl.h >configure:7067: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:125:23: fatal error: net/if_dl.h: No such file or directory > #include <net/if_dl.h> > ^ >compilation terminated. >configure:7067: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MSG_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SOCKETVAR_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_VM86_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SYSCALL_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_VALGRIND_MEMCHECK_H 1 >| #define HAVE_VALGRIND_VALGRIND_H 1 >| #define HAVE_ZLIB_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NET_IF_ARP_H 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #ifdef HAVE_SYS_SOCKET_H >| # include <sys/socket.h> >| #endif >| #ifdef HAVE_SYS_SOCKETVAR_H >| # include <sys/socketvar.h> >| #endif >| #ifdef HAVE_NET_ROUTE_H >| # include <net/route.h> >| #endif >| #ifdef HAVE_NETINET_IN_H >| # include <netinet/in.h> >| #endif >| #ifdef HAVE_NETINET_IN_SYSTM_H >| # include <netinet/in_systm.h> >| #endif >| #ifdef HAVE_NET_IF_H >| # include <net/if.h> >| #endif >| #ifdef HAVE_NETINET_IP_H >| # include <netinet/ip.h> >| #endif >| >| #include <net/if_dl.h> >configure:7067: result: no >configure:7067: checking for net/if_types.h >configure:7067: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:125:26: fatal error: net/if_types.h: No such file or directory > #include <net/if_types.h> > ^ >compilation terminated. >configure:7067: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MSG_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SOCKETVAR_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_VM86_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SYSCALL_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_VALGRIND_MEMCHECK_H 1 >| #define HAVE_VALGRIND_VALGRIND_H 1 >| #define HAVE_ZLIB_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NET_IF_ARP_H 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #ifdef HAVE_SYS_SOCKET_H >| # include <sys/socket.h> >| #endif >| #ifdef HAVE_SYS_SOCKETVAR_H >| # include <sys/socketvar.h> >| #endif >| #ifdef HAVE_NET_ROUTE_H >| # include <net/route.h> >| #endif >| #ifdef HAVE_NETINET_IN_H >| # include <netinet/in.h> >| #endif >| #ifdef HAVE_NETINET_IN_SYSTM_H >| # include <netinet/in_systm.h> >| #endif >| #ifdef HAVE_NET_IF_H >| # include <net/if.h> >| #endif >| #ifdef HAVE_NETINET_IP_H >| # include <netinet/ip.h> >| #endif >| >| #include <net/if_types.h> >configure:7067: result: no >configure:7067: checking for net/route.h >configure:7067: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:7067: $? = 0 >configure:7067: result: yes >configure:7067: checking for netinet/if_ether.h >configure:7067: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:7067: $? = 0 >configure:7067: result: yes >configure:7067: checking for netinet/if_inarp.h >configure:7067: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:127:30: fatal error: netinet/if_inarp.h: No such file or directory > #include <netinet/if_inarp.h> > ^ >compilation terminated. >configure:7067: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MSG_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SOCKETVAR_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_VM86_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SYSCALL_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_VALGRIND_MEMCHECK_H 1 >| #define HAVE_VALGRIND_VALGRIND_H 1 >| #define HAVE_ZLIB_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NET_IF_ARP_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_NETINET_IF_ETHER_H 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #ifdef HAVE_SYS_SOCKET_H >| # include <sys/socket.h> >| #endif >| #ifdef HAVE_SYS_SOCKETVAR_H >| # include <sys/socketvar.h> >| #endif >| #ifdef HAVE_NET_ROUTE_H >| # include <net/route.h> >| #endif >| #ifdef HAVE_NETINET_IN_H >| # include <netinet/in.h> >| #endif >| #ifdef HAVE_NETINET_IN_SYSTM_H >| # include <netinet/in_systm.h> >| #endif >| #ifdef HAVE_NET_IF_H >| # include <net/if.h> >| #endif >| #ifdef HAVE_NETINET_IP_H >| # include <netinet/ip.h> >| #endif >| >| #include <netinet/if_inarp.h> >configure:7067: result: no >configure:7067: checking for netinet/in_pcb.h >configure:7067: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:127:28: fatal error: netinet/in_pcb.h: No such file or directory > #include <netinet/in_pcb.h> > ^ >compilation terminated. >configure:7067: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MSG_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SOCKETVAR_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_VM86_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SYSCALL_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_VALGRIND_MEMCHECK_H 1 >| #define HAVE_VALGRIND_VALGRIND_H 1 >| #define HAVE_ZLIB_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NET_IF_ARP_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_NETINET_IF_ETHER_H 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #ifdef HAVE_SYS_SOCKET_H >| # include <sys/socket.h> >| #endif >| #ifdef HAVE_SYS_SOCKETVAR_H >| # include <sys/socketvar.h> >| #endif >| #ifdef HAVE_NET_ROUTE_H >| # include <net/route.h> >| #endif >| #ifdef HAVE_NETINET_IN_H >| # include <netinet/in.h> >| #endif >| #ifdef HAVE_NETINET_IN_SYSTM_H >| # include <netinet/in_systm.h> >| #endif >| #ifdef HAVE_NET_IF_H >| # include <net/if.h> >| #endif >| #ifdef HAVE_NETINET_IP_H >| # include <netinet/ip.h> >| #endif >| >| #include <netinet/in_pcb.h> >configure:7067: result: no >configure:7067: checking for netinet/ip_icmp.h >configure:7067: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:7067: $? = 0 >configure:7067: result: yes >configure:7067: checking for netinet/ip_var.h >configure:7067: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:128:28: fatal error: netinet/ip_var.h: No such file or directory > #include <netinet/ip_var.h> > ^ >compilation terminated. >configure:7067: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MSG_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SOCKETVAR_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_VM86_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SYSCALL_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_VALGRIND_MEMCHECK_H 1 >| #define HAVE_VALGRIND_VALGRIND_H 1 >| #define HAVE_ZLIB_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NET_IF_ARP_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_NETINET_IF_ETHER_H 1 >| #define HAVE_NETINET_IP_ICMP_H 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #ifdef HAVE_SYS_SOCKET_H >| # include <sys/socket.h> >| #endif >| #ifdef HAVE_SYS_SOCKETVAR_H >| # include <sys/socketvar.h> >| #endif >| #ifdef HAVE_NET_ROUTE_H >| # include <net/route.h> >| #endif >| #ifdef HAVE_NETINET_IN_H >| # include <netinet/in.h> >| #endif >| #ifdef HAVE_NETINET_IN_SYSTM_H >| # include <netinet/in_systm.h> >| #endif >| #ifdef HAVE_NET_IF_H >| # include <net/if.h> >| #endif >| #ifdef HAVE_NETINET_IP_H >| # include <netinet/ip.h> >| #endif >| >| #include <netinet/ip_var.h> >configure:7067: result: no >configure:7067: checking for netinet/udp.h >configure:7067: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:7067: $? = 0 >configure:7067: result: yes >configure:7067: checking for netipx/ipx.h >configure:7067: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:7067: $? = 0 >configure:7067: result: yes >configure:7067: checking for sys/un.h >configure:7067: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:7067: $? = 0 >configure:7067: result: yes >configure:7103: checking for netinet/tcp_timer.h >configure:7103: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:146:31: fatal error: netinet/tcp_timer.h: No such file or directory > #include <netinet/tcp_timer.h> > ^ >compilation terminated. >configure:7103: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MSG_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SOCKETVAR_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_VM86_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SYSCALL_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_VALGRIND_MEMCHECK_H 1 >| #define HAVE_VALGRIND_VALGRIND_H 1 >| #define HAVE_ZLIB_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NET_IF_ARP_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_NETINET_IF_ETHER_H 1 >| #define HAVE_NETINET_IP_ICMP_H 1 >| #define HAVE_NETINET_UDP_H 1 >| #define HAVE_NETIPX_IPX_H 1 >| #define HAVE_SYS_UN_H 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #ifdef HAVE_ALIAS_H >| # include <alias.h> >| #endif >| #ifdef HAVE_SYS_SOCKET_H >| # include <sys/socket.h> >| #endif >| #ifdef HAVE_SYS_SOCKETVAR_H >| # include <sys/socketvar.h> >| #endif >| #ifdef HAVE_SYS_TIMEOUT_H >| # include <sys/timeout.h> >| #endif >| #ifdef HAVE_NETINET_IN_H >| # include <netinet/in.h> >| #endif >| #ifdef HAVE_NETINET_IN_SYSTM_H >| # include <netinet/in_systm.h> >| #endif >| #ifdef HAVE_NETINET_IP_H >| # include <netinet/ip.h> >| #endif >| #ifdef HAVE_NETINET_IP_VAR_H >| # include <netinet/ip_var.h> >| #endif >| #ifdef HAVE_NETINET_IP_ICMP_H >| # include <netinet/ip_icmp.h> >| #endif >| #ifdef HAVE_NETINET_UDP_H >| # include <netinet/udp.h> >| #endif >| #ifdef HAVE_NETINET_TCP_H >| # include <netinet/tcp.h> >| #endif >| #ifdef HAVE_NETINET_TCP_TIMER_H >| #include <netinet/tcp_timer.h> >| #endif >| >| #include <netinet/tcp_timer.h> >configure:7103: result: no >configure:7103: checking for netinet/udp_var.h >configure:7103: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:146:29: fatal error: netinet/udp_var.h: No such file or directory > #include <netinet/udp_var.h> > ^ >compilation terminated. >configure:7103: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MSG_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SOCKETVAR_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_VM86_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SYSCALL_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_VALGRIND_MEMCHECK_H 1 >| #define HAVE_VALGRIND_VALGRIND_H 1 >| #define HAVE_ZLIB_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NET_IF_ARP_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_NETINET_IF_ETHER_H 1 >| #define HAVE_NETINET_IP_ICMP_H 1 >| #define HAVE_NETINET_UDP_H 1 >| #define HAVE_NETIPX_IPX_H 1 >| #define HAVE_SYS_UN_H 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #ifdef HAVE_ALIAS_H >| # include <alias.h> >| #endif >| #ifdef HAVE_SYS_SOCKET_H >| # include <sys/socket.h> >| #endif >| #ifdef HAVE_SYS_SOCKETVAR_H >| # include <sys/socketvar.h> >| #endif >| #ifdef HAVE_SYS_TIMEOUT_H >| # include <sys/timeout.h> >| #endif >| #ifdef HAVE_NETINET_IN_H >| # include <netinet/in.h> >| #endif >| #ifdef HAVE_NETINET_IN_SYSTM_H >| # include <netinet/in_systm.h> >| #endif >| #ifdef HAVE_NETINET_IP_H >| # include <netinet/ip.h> >| #endif >| #ifdef HAVE_NETINET_IP_VAR_H >| # include <netinet/ip_var.h> >| #endif >| #ifdef HAVE_NETINET_IP_ICMP_H >| # include <netinet/ip_icmp.h> >| #endif >| #ifdef HAVE_NETINET_UDP_H >| # include <netinet/udp.h> >| #endif >| #ifdef HAVE_NETINET_TCP_H >| # include <netinet/tcp.h> >| #endif >| #ifdef HAVE_NETINET_TCP_TIMER_H >| #include <netinet/tcp_timer.h> >| #endif >| >| #include <netinet/udp_var.h> >configure:7103: result: no >configure:7103: checking for netinet/icmp_var.h >configure:7103: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:146:30: fatal error: netinet/icmp_var.h: No such file or directory > #include <netinet/icmp_var.h> > ^ >compilation terminated. >configure:7103: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MSG_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SOCKETVAR_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_VM86_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SYSCALL_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_VALGRIND_MEMCHECK_H 1 >| #define HAVE_VALGRIND_VALGRIND_H 1 >| #define HAVE_ZLIB_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NET_IF_ARP_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_NETINET_IF_ETHER_H 1 >| #define HAVE_NETINET_IP_ICMP_H 1 >| #define HAVE_NETINET_UDP_H 1 >| #define HAVE_NETIPX_IPX_H 1 >| #define HAVE_SYS_UN_H 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #ifdef HAVE_ALIAS_H >| # include <alias.h> >| #endif >| #ifdef HAVE_SYS_SOCKET_H >| # include <sys/socket.h> >| #endif >| #ifdef HAVE_SYS_SOCKETVAR_H >| # include <sys/socketvar.h> >| #endif >| #ifdef HAVE_SYS_TIMEOUT_H >| # include <sys/timeout.h> >| #endif >| #ifdef HAVE_NETINET_IN_H >| # include <netinet/in.h> >| #endif >| #ifdef HAVE_NETINET_IN_SYSTM_H >| # include <netinet/in_systm.h> >| #endif >| #ifdef HAVE_NETINET_IP_H >| # include <netinet/ip.h> >| #endif >| #ifdef HAVE_NETINET_IP_VAR_H >| # include <netinet/ip_var.h> >| #endif >| #ifdef HAVE_NETINET_IP_ICMP_H >| # include <netinet/ip_icmp.h> >| #endif >| #ifdef HAVE_NETINET_UDP_H >| # include <netinet/udp.h> >| #endif >| #ifdef HAVE_NETINET_TCP_H >| # include <netinet/tcp.h> >| #endif >| #ifdef HAVE_NETINET_TCP_TIMER_H >| #include <netinet/tcp_timer.h> >| #endif >| >| #include <netinet/icmp_var.h> >configure:7103: result: no >configure:7103: checking for netinet/tcp_var.h >configure:7103: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:146:29: fatal error: netinet/tcp_var.h: No such file or directory > #include <netinet/tcp_var.h> > ^ >compilation terminated. >configure:7103: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MSG_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SOCKETVAR_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_VM86_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SYSCALL_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_VALGRIND_MEMCHECK_H 1 >| #define HAVE_VALGRIND_VALGRIND_H 1 >| #define HAVE_ZLIB_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NET_IF_ARP_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_NETINET_IF_ETHER_H 1 >| #define HAVE_NETINET_IP_ICMP_H 1 >| #define HAVE_NETINET_UDP_H 1 >| #define HAVE_NETIPX_IPX_H 1 >| #define HAVE_SYS_UN_H 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #ifdef HAVE_ALIAS_H >| # include <alias.h> >| #endif >| #ifdef HAVE_SYS_SOCKET_H >| # include <sys/socket.h> >| #endif >| #ifdef HAVE_SYS_SOCKETVAR_H >| # include <sys/socketvar.h> >| #endif >| #ifdef HAVE_SYS_TIMEOUT_H >| # include <sys/timeout.h> >| #endif >| #ifdef HAVE_NETINET_IN_H >| # include <netinet/in.h> >| #endif >| #ifdef HAVE_NETINET_IN_SYSTM_H >| # include <netinet/in_systm.h> >| #endif >| #ifdef HAVE_NETINET_IP_H >| # include <netinet/ip.h> >| #endif >| #ifdef HAVE_NETINET_IP_VAR_H >| # include <netinet/ip_var.h> >| #endif >| #ifdef HAVE_NETINET_IP_ICMP_H >| # include <netinet/ip_icmp.h> >| #endif >| #ifdef HAVE_NETINET_UDP_H >| # include <netinet/udp.h> >| #endif >| #ifdef HAVE_NETINET_TCP_H >| # include <netinet/tcp.h> >| #endif >| #ifdef HAVE_NETINET_TCP_TIMER_H >| #include <netinet/tcp_timer.h> >| #endif >| >| #include <netinet/tcp_var.h> >configure:7103: result: no >configure:7154: checking for linux/ipx.h >configure:7154: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:7154: $? = 0 >configure:7154: result: yes >configure:7154: checking for linux/irda.h >configure:7154: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:7154: $? = 0 >configure:7154: result: yes >configure:7154: checking for linux/rtnetlink.h >configure:7154: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:7154: $? = 0 >configure:7154: result: yes >configure:7177: checking for mach-o/dyld_images.h >configure:7177: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:118:32: fatal error: mach-o/dyld_images.h: No such file or directory > #include <mach-o/dyld_images.h> > ^ >compilation terminated. >configure:7177: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MSG_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SOCKETVAR_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_VM86_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SYSCALL_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_VALGRIND_MEMCHECK_H 1 >| #define HAVE_VALGRIND_VALGRIND_H 1 >| #define HAVE_ZLIB_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NET_IF_ARP_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_NETINET_IF_ETHER_H 1 >| #define HAVE_NETINET_IP_ICMP_H 1 >| #define HAVE_NETINET_UDP_H 1 >| #define HAVE_NETIPX_IPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_LINUX_IPX_H 1 >| #define HAVE_LINUX_IRDA_H 1 >| #define HAVE_LINUX_RTNETLINK_H 1 >| /* end confdefs.h. */ >| #ifdef HAVE_STDBOOL_H >| # include <stdbool.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| >| #include <mach-o/dyld_images.h> >configure:7177: result: no >configure:7196: checking for resolv.h >configure:7196: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:7196: $? = 0 >configure:7196: result: yes >configure:7219: checking for ifaddrs.h >configure:7219: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:7219: $? = 0 >configure:7219: result: yes >configure:7233: checking for sys/ucontext.h >configure:7233: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:7233: $? = 0 >configure:7233: result: yes >configure:7247: checking for sys/thr.h >configure:7247: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:119:21: fatal error: sys/thr.h: No such file or directory > #include <sys/thr.h> > ^ >compilation terminated. >configure:7247: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MSG_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SOCKETVAR_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_VM86_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SYSCALL_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_VALGRIND_MEMCHECK_H 1 >| #define HAVE_VALGRIND_VALGRIND_H 1 >| #define HAVE_ZLIB_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NET_IF_ARP_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_NETINET_IF_ETHER_H 1 >| #define HAVE_NETINET_IP_ICMP_H 1 >| #define HAVE_NETINET_UDP_H 1 >| #define HAVE_NETIPX_IPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_LINUX_IPX_H 1 >| #define HAVE_LINUX_IRDA_H 1 >| #define HAVE_LINUX_RTNETLINK_H 1 >| #define HAVE_RESOLV_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_SYS_UCONTEXT_H 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #ifdef HAVE_SYS_UCONTEXT_H >| #include <sys/ucontext.h> >| #endif >| >| #include <sys/thr.h> >configure:7247: result: no >configure:7264: checking for pthread_np.h >configure:7264: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:118:24: fatal error: pthread_np.h: No such file or directory > #include <pthread_np.h> > ^ >compilation terminated. >configure:7264: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MSG_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SOCKETVAR_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_VM86_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SYSCALL_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_VALGRIND_MEMCHECK_H 1 >| #define HAVE_VALGRIND_VALGRIND_H 1 >| #define HAVE_ZLIB_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NET_IF_ARP_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_NETINET_IF_ETHER_H 1 >| #define HAVE_NETINET_IP_ICMP_H 1 >| #define HAVE_NETINET_UDP_H 1 >| #define HAVE_NETIPX_IPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_LINUX_IPX_H 1 >| #define HAVE_LINUX_IRDA_H 1 >| #define HAVE_LINUX_RTNETLINK_H 1 >| #define HAVE_RESOLV_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_SYS_UCONTEXT_H 1 >| /* end confdefs.h. */ >| #ifdef HAVE_PTHREAD_H >| #include <pthread.h> >| #endif >| >| #include <pthread_np.h> >configure:7264: result: no >configure:7281: checking for linux/videodev.h >configure:7281: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:122:28: fatal error: linux/videodev.h: No such file or directory > #include <linux/videodev.h> > ^ >compilation terminated. >configure:7281: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MSG_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SOCKETVAR_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_VM86_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SYSCALL_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_VALGRIND_MEMCHECK_H 1 >| #define HAVE_VALGRIND_VALGRIND_H 1 >| #define HAVE_ZLIB_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NET_IF_ARP_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_NETINET_IF_ETHER_H 1 >| #define HAVE_NETINET_IP_ICMP_H 1 >| #define HAVE_NETINET_UDP_H 1 >| #define HAVE_NETIPX_IPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_LINUX_IPX_H 1 >| #define HAVE_LINUX_IRDA_H 1 >| #define HAVE_LINUX_RTNETLINK_H 1 >| #define HAVE_RESOLV_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_SYS_UCONTEXT_H 1 >| /* end confdefs.h. */ >| #ifdef HAVE_SYS_TIME_H >| #include <sys/time.h> >| #endif >| #include <sys/types.h> >| #ifdef HAVE_ASM_TYPES_H >| #include <asm/types.h> >| #endif >| >| #include <linux/videodev.h> >configure:7281: result: no >configure:7281: checking for linux/videodev2.h >configure:7281: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:7281: $? = 0 >configure:7281: result: yes >configure:7281: checking for libv4l1.h >configure:7281: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:123:21: fatal error: libv4l1.h: No such file or directory > #include <libv4l1.h> > ^ >compilation terminated. >configure:7281: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MSG_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SOCKETVAR_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_VM86_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SYSCALL_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_VALGRIND_MEMCHECK_H 1 >| #define HAVE_VALGRIND_VALGRIND_H 1 >| #define HAVE_ZLIB_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NET_IF_ARP_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_NETINET_IF_ETHER_H 1 >| #define HAVE_NETINET_IP_ICMP_H 1 >| #define HAVE_NETINET_UDP_H 1 >| #define HAVE_NETIPX_IPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_LINUX_IPX_H 1 >| #define HAVE_LINUX_IRDA_H 1 >| #define HAVE_LINUX_RTNETLINK_H 1 >| #define HAVE_RESOLV_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_SYS_UCONTEXT_H 1 >| #define HAVE_LINUX_VIDEODEV2_H 1 >| /* end confdefs.h. */ >| #ifdef HAVE_SYS_TIME_H >| #include <sys/time.h> >| #endif >| #include <sys/types.h> >| #ifdef HAVE_ASM_TYPES_H >| #include <asm/types.h> >| #endif >| >| #include <libv4l1.h> >configure:7281: result: no >configure:7301: checking for libprocstat.h >configure:7301: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c:125:25: fatal error: libprocstat.h: No such file or directory > #include <libprocstat.h> > ^ >compilation terminated. >configure:7301: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MSG_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SOCKETVAR_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_VM86_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SYSCALL_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_VALGRIND_MEMCHECK_H 1 >| #define HAVE_VALGRIND_VALGRIND_H 1 >| #define HAVE_ZLIB_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NET_IF_ARP_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_NETINET_IF_ETHER_H 1 >| #define HAVE_NETINET_IP_ICMP_H 1 >| #define HAVE_NETINET_UDP_H 1 >| #define HAVE_NETIPX_IPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_LINUX_IPX_H 1 >| #define HAVE_LINUX_IRDA_H 1 >| #define HAVE_LINUX_RTNETLINK_H 1 >| #define HAVE_RESOLV_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_SYS_UCONTEXT_H 1 >| #define HAVE_LINUX_VIDEODEV2_H 1 >| /* end confdefs.h. */ >| #ifdef HAVE_SYS_PARAM_H >| #include <sys/param.h> >| #endif >| #ifdef HAVE_SYS_QUEUE_H >| #include <sys/queue.h> >| #endif >| #ifdef HAVE_SYS_SOCKET_H >| #include <sys/socket.h> >| #endif >| >| #include <libprocstat.h> >configure:7301: result: no >configure:7337: checking for ldd >configure:7356: found /usr/bin/ldd >configure:7369: result: /usr/bin/ldd >configure:7380: checking for i686-pc-linux-gnu-otool >configure:7410: result: no >configure:7420: checking for otool >configure:7450: result: no >configure:7472: checking for i686-pc-linux-gnu-readelf >configure:7502: result: no >configure:7512: checking for readelf >configure:7528: found /usr/bin/readelf >configure:7539: result: readelf >configure:8484: checking whether we can build a GNU style ELF dll >configure:8495: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -fPIC -shared -Wl,-Bsymbolic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8495: $? = 0 >configure:8504: result: yes >configure:8509: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1 >configure:8520: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -fPIC -shared -Wl,-soname,confest.so.1 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8520: $? = 0 >configure:8529: result: yes >configure:8562: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map >configure:8573: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -fPIC -shared -Wl,--version-script=conftest.map -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8573: $? = 0 >configure:8582: result: yes >configure:8589: checking whether the compiler supports -fPIC -Wl,--export-dynamic >configure:8600: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -fPIC -Wl,--export-dynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8600: $? = 0 >configure:8609: result: yes >configure:8616: checking whether the compiler supports -fPIC -Wl,--rpath,$ORIGIN/../lib >configure:8627: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -fPIC -Wl,--rpath,$ORIGIN/../lib -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8627: $? = 0 >configure:8637: result: yes >configure:8673: checking whether the compiler supports -Wl,--enable-new-dtags >configure:8684: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,--enable-new-dtags -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8684: $? = 0 >configure:8693: result: yes >configure:8701: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000 >configure:8712: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-Ttext-segment=0x7bc00000 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8712: $? = 0 >configure:8721: result: yes >configure:8803: checking whether the compiler supports -Wl,-z,max-page-size=0x1000 >configure:8814: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-z,max-page-size=0x1000 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8814: $? = 0 >configure:8823: result: yes >configure:8977: checking for pthread_create >configure:8977: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/var/tmp/portage/app-emulation/wine-2.3/temp/cc5nhWLg.o: In function `main': >conftest.c:(.text.startup+0x12): undefined reference to `pthread_create' >collect2: error: ld returned 1 exit status >configure:8977: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MSG_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SOCKETVAR_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_VM86_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SYSCALL_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_VALGRIND_MEMCHECK_H 1 >| #define HAVE_VALGRIND_VALGRIND_H 1 >| #define HAVE_ZLIB_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NET_IF_ARP_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_NETINET_IF_ETHER_H 1 >| #define HAVE_NETINET_IP_ICMP_H 1 >| #define HAVE_NETINET_UDP_H 1 >| #define HAVE_NETIPX_IPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_LINUX_IPX_H 1 >| #define HAVE_LINUX_IRDA_H 1 >| #define HAVE_LINUX_RTNETLINK_H 1 >| #define HAVE_RESOLV_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_SYS_UCONTEXT_H 1 >| #define HAVE_LINUX_VIDEODEV2_H 1 >| /* end confdefs.h. */ >| /* Define pthread_create to an innocuous variant, in case <limits.h> declares pthread_create. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define pthread_create innocuous_pthread_create >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char pthread_create (); 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 pthread_create >| >| /* 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 pthread_create (); >| /* 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_pthread_create || defined __stub___pthread_create >| choke me >| #endif >| >| int >| main () >| { >| return pthread_create (); >| ; >| return 0; >| } >configure:8977: result: no >configure:8981: checking for pthread_create in -lpthread >configure:9006: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c -lpthread >&5 >configure:9006: $? = 0 >configure:9015: result: yes >configure:9036: checking for X >configure:9175: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c -lX11 >&5 >configure:9175: $? = 0 >configure:9225: result: libraries , headers >configure:9324: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c -lX11 >&5 >configure:9324: $? = 0 >configure:9422: checking for gethostbyname >configure:9422: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9422: $? = 0 >configure:9422: result: yes >configure:9519: checking for connect >configure:9519: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9519: $? = 0 >configure:9519: result: yes >configure:9568: checking for remove >configure:9568: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9568: $? = 0 >configure:9568: result: yes >configure:9617: checking for shmat >configure:9617: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9617: $? = 0 >configure:9617: result: yes >configure:9675: checking for IceConnectionNumber in -lICE >configure:9700: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c -lICE >&5 >configure:9700: $? = 0 >configure:9709: result: yes >configure:9725: checking for -lX11 >configure:9750: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c -lX11 >&5 >configure:9750: $? = 0 >configure:9769: result: libX11.so.6 >configure:9778: checking for -lXext >configure:9803: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c -lXext -lX11 >&5 >configure:9803: $? = 0 >configure:9822: result: libXext.so.6 >configure:9849: checking for X11/Xlib.h >configure:9849: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:9849: $? = 0 >configure:9849: result: yes >configure:9849: checking for X11/XKBlib.h >configure:9849: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:9849: $? = 0 >configure:9849: result: yes >configure:9849: checking for X11/Xutil.h >configure:9849: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:9849: $? = 0 >configure:9849: result: yes >configure:9849: checking for X11/Xcursor/Xcursor.h >configure:9849: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:9849: $? = 0 >configure:9849: result: yes >configure:9849: checking for X11/extensions/shape.h >configure:9849: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:9849: $? = 0 >configure:9849: result: yes >configure:9849: checking for X11/extensions/XInput.h >configure:9849: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:9849: $? = 0 >configure:9849: result: yes >configure:9849: checking for X11/extensions/XInput2.h >configure:9849: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:9849: $? = 0 >configure:9849: result: yes >configure:9849: checking for X11/extensions/XShm.h >configure:9849: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:9849: $? = 0 >configure:9849: result: yes >configure:9849: checking for X11/extensions/Xcomposite.h >configure:9849: result: no >configure:9849: checking for X11/extensions/Xinerama.h >configure:9849: result: no >configure:9849: checking for X11/extensions/Xrandr.h >configure:9849: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:9849: $? = 0 >configure:9849: result: yes >configure:9849: checking for X11/extensions/Xrender.h >configure:9849: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:9849: $? = 0 >configure:9849: result: yes >configure:9849: checking for X11/extensions/xf86vmode.h >configure:9849: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:9849: $? = 0 >configure:9849: result: yes >configure:9849: checking for X11/extensions/xf86vmproto.h >configure:9849: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:9849: $? = 0 >configure:9849: result: yes >configure:9868: checking for XkbQueryExtension in -lX11 >configure:9893: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c -lX11 -lXext -lX11 >&5 >configure:9893: $? = 0 >configure:9902: result: yes >configure:9914: checking for -lXcursor >configure:9939: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c -lXcursor -lXext -lX11 >&5 >configure:9939: $? = 0 >configure:9958: result: libXcursor.so.1 >configure:9980: checking for -lXi >configure:10005: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c -lXi -lXext -lX11 >&5 >configure:10005: $? = 0 >configure:10024: result: libXi.so.6 >configure:10059: checking for XShmQueryExtension in -lXext >configure:10084: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c -lXext -lXext -lX11 >&5 >configure:10084: $? = 0 >configure:10093: result: yes >configure:10114: checking for XShapeQueryExtension in -lXext >configure:10139: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c -lXext -lXext -lX11 >&5 >configure:10139: $? = 0 >configure:10148: result: yes >configure:10169: checking for -lXxf86vm >configure:10194: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c -lXxf86vm -lXext -lX11 >&5 >configure:10194: $? = 0 >configure:10213: result: libXxf86vm.so.1 >configure:10235: checking for -lXrender >configure:10260: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c -lXrender -lXext -lX11 >&5 >configure:10260: $? = 0 >configure:10279: result: libXrender.so.1 >configure:10286: checking for XRenderSetPictureTransform in -lXrender >configure:10311: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c -lXrender -lXext -lX11 >&5 >configure:10311: $? = 0 >configure:10320: result: yes >configure:10328: checking for XRenderCreateLinearGradient in -lXrender >configure:10353: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c -lXrender -lXext -lX11 >&5 >configure:10353: $? = 0 >configure:10362: result: yes >configure:10397: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:10397: $? = 0 >configure:10398: checking for -lXrandr >configure:10423: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c -lXrandr -lXext -lX11 >&5 >configure:10423: $? = 0 >configure:10442: result: libXrandr.so.2 >configure:10461: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:10461: $? = 0 >configure:10628: checking for XICCallback.callback >configure:10628: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10640: checking for XEvent.xcookie >configure:10640: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >conftest.c: In function 'main': >conftest.c:149:5: error: used struct type value where scalar is required > if (ac_aggr.xcookie) > ^~~~~~~ >configure:10640: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MSG_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SOCKETVAR_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_VM86_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SYSCALL_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_VALGRIND_MEMCHECK_H 1 >| #define HAVE_VALGRIND_VALGRIND_H 1 >| #define HAVE_ZLIB_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NET_IF_ARP_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_NETINET_IF_ETHER_H 1 >| #define HAVE_NETINET_IP_ICMP_H 1 >| #define HAVE_NETINET_UDP_H 1 >| #define HAVE_NETIPX_IPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_LINUX_IPX_H 1 >| #define HAVE_LINUX_IRDA_H 1 >| #define HAVE_LINUX_RTNETLINK_H 1 >| #define HAVE_RESOLV_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_SYS_UCONTEXT_H 1 >| #define HAVE_LINUX_VIDEODEV2_H 1 >| #define SONAME_LIBX11 "libX11.so.6" >| #define SONAME_LIBXEXT "libXext.so.6" >| #define HAVE_X11_XLIB_H 1 >| #define HAVE_X11_XKBLIB_H 1 >| #define HAVE_X11_XUTIL_H 1 >| #define HAVE_X11_XCURSOR_XCURSOR_H 1 >| #define HAVE_X11_EXTENSIONS_SHAPE_H 1 >| #define HAVE_X11_EXTENSIONS_XINPUT_H 1 >| #define HAVE_X11_EXTENSIONS_XINPUT2_H 1 >| #define HAVE_X11_EXTENSIONS_XSHM_H 1 >| #define HAVE_X11_EXTENSIONS_XRANDR_H 1 >| #define HAVE_X11_EXTENSIONS_XRENDER_H 1 >| #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1 >| #define HAVE_X11_EXTENSIONS_XF86VMPROTO_H 1 >| #define HAVE_XKB 1 >| #define SONAME_LIBXCURSOR "libXcursor.so.1" >| #define SONAME_LIBXI "libXi.so.6" >| #define HAVE_LIBXXSHM 1 >| #define HAVE_LIBXSHAPE 1 >| #define SONAME_LIBXXF86VM "libXxf86vm.so.1" >| #define SONAME_LIBXRENDER "libXrender.so.1" >| #define HAVE_XRENDERSETPICTURETRANSFORM 1 >| #define HAVE_XRENDERCREATELINEARGRADIENT 1 >| #define SONAME_LIBXRANDR "libXrandr.so.2" >| #define HAVE_XRRGETSCREENRESOURCES 1 >| #define HAVE_XICCALLBACK_CALLBACK 1 >| /* end confdefs.h. */ >| #ifdef HAVE_X11_XLIB_H >| #include <X11/Xlib.h> >| #endif >| >| int >| main () >| { >| static XEvent ac_aggr; >| if (ac_aggr.xcookie) >| return 0; >| ; >| return 0; >| } >configure:10640: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:10640: $? = 0 >configure:10640: result: yes >configure:10658: checking for -lGL >configure:10683: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c -lGL -lXext -lX11 -lm >&5 >configure:10683: $? = 0 >configure:10760: result: libGL.so.1 >configure:10771: checking for gluLookAt in -lGLU >configure:10796: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c -lGLU -lGL -lXext -lX11 -lm >&5 >configure:10796: $? = 0 >configure:10805: result: yes >configure:11100: libxml-2.0 cflags: -I/usr/include/libxml2 >configure:11101: libxml-2.0 libs: -lxml2 >configure:11107: checking libxml/parser.h usability >configure:11107: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -I/usr/include/libxml2 conftest.c >&5 >configure:11107: $? = 0 >configure:11107: result: yes >configure:11107: checking libxml/parser.h presence >configure:11107: x86_64-pc-linux-gnu-gcc -m32 -E -I/usr/include/libxml2 conftest.c >configure:11107: $? = 0 >configure:11107: result: yes >configure:11107: checking for libxml/parser.h >configure:11107: result: yes >configure:11107: checking libxml/xmlsave.h usability >configure:11107: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -I/usr/include/libxml2 conftest.c >&5 >configure:11107: $? = 0 >configure:11107: result: yes >configure:11107: checking libxml/xmlsave.h presence >configure:11107: x86_64-pc-linux-gnu-gcc -m32 -E -I/usr/include/libxml2 conftest.c >configure:11107: $? = 0 >configure:11107: result: yes >configure:11107: checking for libxml/xmlsave.h >configure:11107: result: yes >configure:11107: checking libxml/SAX2.h usability >configure:11107: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -I/usr/include/libxml2 conftest.c >&5 >configure:11107: $? = 0 >configure:11107: result: yes >configure:11107: checking libxml/SAX2.h presence >configure:11107: x86_64-pc-linux-gnu-gcc -m32 -E -I/usr/include/libxml2 conftest.c >configure:11107: $? = 0 >configure:11107: result: yes >configure:11107: checking for libxml/SAX2.h >configure:11107: result: yes >configure:11119: checking for xmlParseMemory in -lxml2 >configure:11144: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -I/usr/include/libxml2 -Wl,-O1 -Wl,--as-needed conftest.c -lxml2 -lxml2 >&5 >configure:11144: $? = 0 >configure:11153: result: yes >configure:11163: checking for xmlReadMemory in -lxml2 >configure:11188: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -I/usr/include/libxml2 -Wl,-O1 -Wl,--as-needed conftest.c -lxml2 -lxml2 >&5 >configure:11188: $? = 0 >configure:11197: result: yes >configure:11205: checking for xmlNewDocPI in -lxml2 >configure:11230: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -I/usr/include/libxml2 -Wl,-O1 -Wl,--as-needed conftest.c -lxml2 -lxml2 >&5 >configure:11230: $? = 0 >configure:11239: result: yes >configure:11247: checking for xmlSchemaSetParserStructuredErrors in -lxml2 >configure:11272: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -I/usr/include/libxml2 -Wl,-O1 -Wl,--as-needed conftest.c -lxml2 -lxml2 >&5 >configure:11272: $? = 0 >configure:11281: result: yes >configure:11289: checking for xmlSchemaSetValidStructuredErrors in -lxml2 >configure:11314: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -I/usr/include/libxml2 -Wl,-O1 -Wl,--as-needed conftest.c -lxml2 -lxml2 >&5 >configure:11314: $? = 0 >configure:11323: result: yes >configure:11331: checking for xmlFirstElementChild in -lxml2 >configure:11356: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -I/usr/include/libxml2 -Wl,-O1 -Wl,--as-needed conftest.c -lxml2 -lxml2 >&5 >configure:11356: $? = 0 >configure:11365: result: yes >configure:11373: checking for xmlDocProperties >configure:11373: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -I/usr/include/libxml2 conftest.c >&5 >configure:11373: $? = 0 >configure:11373: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -I/usr/include/libxml2 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:157:31: error: expected expression before ')' token > if (sizeof ((xmlDocProperties))) > ^ >configure:11373: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MSG_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SOCKETVAR_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_VM86_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SYSCALL_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_VALGRIND_MEMCHECK_H 1 >| #define HAVE_VALGRIND_VALGRIND_H 1 >| #define HAVE_ZLIB_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NET_IF_ARP_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_NETINET_IF_ETHER_H 1 >| #define HAVE_NETINET_IP_ICMP_H 1 >| #define HAVE_NETINET_UDP_H 1 >| #define HAVE_NETIPX_IPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_LINUX_IPX_H 1 >| #define HAVE_LINUX_IRDA_H 1 >| #define HAVE_LINUX_RTNETLINK_H 1 >| #define HAVE_RESOLV_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_SYS_UCONTEXT_H 1 >| #define HAVE_LINUX_VIDEODEV2_H 1 >| #define SONAME_LIBX11 "libX11.so.6" >| #define SONAME_LIBXEXT "libXext.so.6" >| #define HAVE_X11_XLIB_H 1 >| #define HAVE_X11_XKBLIB_H 1 >| #define HAVE_X11_XUTIL_H 1 >| #define HAVE_X11_XCURSOR_XCURSOR_H 1 >| #define HAVE_X11_EXTENSIONS_SHAPE_H 1 >| #define HAVE_X11_EXTENSIONS_XINPUT_H 1 >| #define HAVE_X11_EXTENSIONS_XINPUT2_H 1 >| #define HAVE_X11_EXTENSIONS_XSHM_H 1 >| #define HAVE_X11_EXTENSIONS_XRANDR_H 1 >| #define HAVE_X11_EXTENSIONS_XRENDER_H 1 >| #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1 >| #define HAVE_X11_EXTENSIONS_XF86VMPROTO_H 1 >| #define HAVE_XKB 1 >| #define SONAME_LIBXCURSOR "libXcursor.so.1" >| #define SONAME_LIBXI "libXi.so.6" >| #define HAVE_LIBXXSHM 1 >| #define HAVE_LIBXSHAPE 1 >| #define SONAME_LIBXXF86VM "libXxf86vm.so.1" >| #define SONAME_LIBXRENDER "libXrender.so.1" >| #define HAVE_XRENDERSETPICTURETRANSFORM 1 >| #define HAVE_XRENDERCREATELINEARGRADIENT 1 >| #define SONAME_LIBXRANDR "libXrandr.so.2" >| #define HAVE_XRRGETSCREENRESOURCES 1 >| #define HAVE_XICCALLBACK_CALLBACK 1 >| #define HAVE_XEVENT_XCOOKIE 1 >| #define SONAME_LIBGL "libGL.so.1" >| #define HAVE_LIBXML_PARSER_H 1 >| #define HAVE_LIBXML_XMLSAVE_H 1 >| #define HAVE_LIBXML_SAX2_H 1 >| #define HAVE_LIBXML2 1 >| #define HAVE_XMLREADMEMORY 1 >| #define HAVE_XMLNEWDOCPI 1 >| #define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1 >| #define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1 >| #define HAVE_XMLFIRSTELEMENTCHILD 1 >| /* end confdefs.h. */ >| #include <libxml/tree.h> >| >| int >| main () >| { >| if (sizeof ((xmlDocProperties))) >| return 0; >| ; >| return 0; >| } >configure:11373: result: yes >configure:11415: libxslt cflags: -I/usr/include/libxml2 >configure:11416: libxslt libs: -lxslt -lxml2 -lz -llzma -licui18n -licuuc -licudata -lm -ldl -lm -lxml2 >configure:11422: checking for libxslt/pattern.h >configure:11422: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -I/usr/include/libxml2 conftest.c >&5 >configure:11422: $? = 0 >configure:11422: result: yes >configure:11422: checking for libxslt/transform.h >configure:11422: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -I/usr/include/libxml2 conftest.c >&5 >configure:11422: $? = 0 >configure:11422: result: yes >configure:11437: checking for -lxslt >configure:11462: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -I/usr/include/libxml2 -Wl,-O1 -Wl,--as-needed conftest.c -lxslt -lxslt -lxml2 -lz -llzma -licui18n -licuuc -licudata -lm -ldl -lm -lxml2 >&5 >configure:11462: $? = 0 >configure:11481: result: libxslt.so.1 >configure:11523: dbus-1 cflags: -I/usr/include/dbus-1.0 -I/usr/lib32/dbus-1.0/include >configure:11524: dbus-1 libs: -ldbus-1 >configure:11527: checking dbus/dbus.h usability >configure:11527: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -I/usr/include/dbus-1.0 -I/usr/lib32/dbus-1.0/include conftest.c >&5 >configure:11527: $? = 0 >configure:11527: result: yes >configure:11527: checking dbus/dbus.h presence >configure:11527: x86_64-pc-linux-gnu-gcc -m32 -E -I/usr/include/dbus-1.0 -I/usr/lib32/dbus-1.0/include conftest.c >configure:11527: $? = 0 >configure:11527: result: yes >configure:11527: checking for dbus/dbus.h >configure:11527: result: yes >configure:11529: checking for -ldbus-1 >configure:11554: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -I/usr/include/dbus-1.0 -I/usr/lib32/dbus-1.0/include -Wl,-O1 -Wl,--as-needed conftest.c -ldbus-1 -ldbus-1 >&5 >configure:11554: $? = 0 >configure:11573: result: libdbus-1.so.3 >configure:11713: gnutls cflags: >configure:11714: gnutls libs: -lgnutls >configure:11717: checking gnutls/gnutls.h usability >configure:11717: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:11717: $? = 0 >configure:11717: result: yes >configure:11717: checking gnutls/gnutls.h presence >configure:11717: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:11717: $? = 0 >configure:11717: result: yes >configure:11717: checking for gnutls/gnutls.h >configure:11717: result: yes >configure:11731: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx conftest.c >&5 >configure:11731: $? = 0 >configure:11732: checking for -lgnutls >configure:11757: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c -lgnutls -lgnutls >&5 >configure:11757: $? = 0 >configure:11776: result: libgnutls.so.30 >configure:11789: checking for gnutls_hash >configure:11789: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c -lgnutls >&5 >configure:11789: $? = 0 >configure:11789: result: yes >configure:11939: checking for mousemask >configure:11939: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/var/tmp/portage/app-emulation/wine-2.3/temp/cc6j38ml.o: In function `main': >conftest.c:(.text.startup+0x12): undefined reference to `mousemask' >collect2: error: ld returned 1 exit status >configure:11939: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MSG_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SOCKETVAR_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_VM86_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SYSCALL_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_VALGRIND_MEMCHECK_H 1 >| #define HAVE_VALGRIND_VALGRIND_H 1 >| #define HAVE_ZLIB_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NET_IF_ARP_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_NETINET_IF_ETHER_H 1 >| #define HAVE_NETINET_IP_ICMP_H 1 >| #define HAVE_NETINET_UDP_H 1 >| #define HAVE_NETIPX_IPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_LINUX_IPX_H 1 >| #define HAVE_LINUX_IRDA_H 1 >| #define HAVE_LINUX_RTNETLINK_H 1 >| #define HAVE_RESOLV_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_SYS_UCONTEXT_H 1 >| #define HAVE_LINUX_VIDEODEV2_H 1 >| #define SONAME_LIBX11 "libX11.so.6" >| #define SONAME_LIBXEXT "libXext.so.6" >| #define HAVE_X11_XLIB_H 1 >| #define HAVE_X11_XKBLIB_H 1 >| #define HAVE_X11_XUTIL_H 1 >| #define HAVE_X11_XCURSOR_XCURSOR_H 1 >| #define HAVE_X11_EXTENSIONS_SHAPE_H 1 >| #define HAVE_X11_EXTENSIONS_XINPUT_H 1 >| #define HAVE_X11_EXTENSIONS_XINPUT2_H 1 >| #define HAVE_X11_EXTENSIONS_XSHM_H 1 >| #define HAVE_X11_EXTENSIONS_XRANDR_H 1 >| #define HAVE_X11_EXTENSIONS_XRENDER_H 1 >| #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1 >| #define HAVE_X11_EXTENSIONS_XF86VMPROTO_H 1 >| #define HAVE_XKB 1 >| #define SONAME_LIBXCURSOR "libXcursor.so.1" >| #define SONAME_LIBXI "libXi.so.6" >| #define HAVE_LIBXXSHM 1 >| #define HAVE_LIBXSHAPE 1 >| #define SONAME_LIBXXF86VM "libXxf86vm.so.1" >| #define SONAME_LIBXRENDER "libXrender.so.1" >| #define HAVE_XRENDERSETPICTURETRANSFORM 1 >| #define HAVE_XRENDERCREATELINEARGRADIENT 1 >| #define SONAME_LIBXRANDR "libXrandr.so.2" >| #define HAVE_XRRGETSCREENRESOURCES 1 >| #define HAVE_XICCALLBACK_CALLBACK 1 >| #define HAVE_XEVENT_XCOOKIE 1 >| #define SONAME_LIBGL "libGL.so.1" >| #define HAVE_LIBXML_PARSER_H 1 >| #define HAVE_LIBXML_XMLSAVE_H 1 >| #define HAVE_LIBXML_SAX2_H 1 >| #define HAVE_LIBXML2 1 >| #define HAVE_XMLREADMEMORY 1 >| #define HAVE_XMLNEWDOCPI 1 >| #define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1 >| #define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1 >| #define HAVE_XMLFIRSTELEMENTCHILD 1 >| #define HAVE_XMLDOC_PROPERTIES 1 >| #define HAVE_LIBXSLT_PATTERN_H 1 >| #define HAVE_LIBXSLT_TRANSFORM_H 1 >| #define SONAME_LIBXSLT "libxslt.so.1" >| #define SONAME_LIBDBUS_1 "libdbus-1.so.3" >| #define SONAME_LIBGNUTLS "libgnutls.so.30" >| #define HAVE_GNUTLS_HASH 1 >| /* end confdefs.h. */ >| /* Define mousemask to an innocuous variant, in case <limits.h> declares mousemask. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define mousemask innocuous_mousemask >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char mousemask (); 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 mousemask >| >| /* 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 mousemask (); >| /* 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_mousemask || defined __stub___mousemask >| choke me >| #endif >| >| int >| main () >| { >| return mousemask (); >| ; >| return 0; >| } >configure:11939: result: no >configure:12288: checking for resolver library >configure:12311: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/var/tmp/portage/app-emulation/wine-2.3/temp/cc1B5qoh.o: In function `main': >conftest.c:(.text.startup+0x32): undefined reference to `__res_query' >collect2: error: ld returned 1 exit status >configure:12311: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MSG_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SOCKETVAR_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_VM86_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SYSCALL_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_VALGRIND_MEMCHECK_H 1 >| #define HAVE_VALGRIND_VALGRIND_H 1 >| #define HAVE_ZLIB_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NET_IF_ARP_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_NETINET_IF_ETHER_H 1 >| #define HAVE_NETINET_IP_ICMP_H 1 >| #define HAVE_NETINET_UDP_H 1 >| #define HAVE_NETIPX_IPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_LINUX_IPX_H 1 >| #define HAVE_LINUX_IRDA_H 1 >| #define HAVE_LINUX_RTNETLINK_H 1 >| #define HAVE_RESOLV_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_SYS_UCONTEXT_H 1 >| #define HAVE_LINUX_VIDEODEV2_H 1 >| #define SONAME_LIBX11 "libX11.so.6" >| #define SONAME_LIBXEXT "libXext.so.6" >| #define HAVE_X11_XLIB_H 1 >| #define HAVE_X11_XKBLIB_H 1 >| #define HAVE_X11_XUTIL_H 1 >| #define HAVE_X11_XCURSOR_XCURSOR_H 1 >| #define HAVE_X11_EXTENSIONS_SHAPE_H 1 >| #define HAVE_X11_EXTENSIONS_XINPUT_H 1 >| #define HAVE_X11_EXTENSIONS_XINPUT2_H 1 >| #define HAVE_X11_EXTENSIONS_XSHM_H 1 >| #define HAVE_X11_EXTENSIONS_XRANDR_H 1 >| #define HAVE_X11_EXTENSIONS_XRENDER_H 1 >| #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1 >| #define HAVE_X11_EXTENSIONS_XF86VMPROTO_H 1 >| #define HAVE_XKB 1 >| #define SONAME_LIBXCURSOR "libXcursor.so.1" >| #define SONAME_LIBXI "libXi.so.6" >| #define HAVE_LIBXXSHM 1 >| #define HAVE_LIBXSHAPE 1 >| #define SONAME_LIBXXF86VM "libXxf86vm.so.1" >| #define SONAME_LIBXRENDER "libXrender.so.1" >| #define HAVE_XRENDERSETPICTURETRANSFORM 1 >| #define HAVE_XRENDERCREATELINEARGRADIENT 1 >| #define SONAME_LIBXRANDR "libXrandr.so.2" >| #define HAVE_XRRGETSCREENRESOURCES 1 >| #define HAVE_XICCALLBACK_CALLBACK 1 >| #define HAVE_XEVENT_XCOOKIE 1 >| #define SONAME_LIBGL "libGL.so.1" >| #define HAVE_LIBXML_PARSER_H 1 >| #define HAVE_LIBXML_XMLSAVE_H 1 >| #define HAVE_LIBXML_SAX2_H 1 >| #define HAVE_LIBXML2 1 >| #define HAVE_XMLREADMEMORY 1 >| #define HAVE_XMLNEWDOCPI 1 >| #define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1 >| #define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1 >| #define HAVE_XMLFIRSTELEMENTCHILD 1 >| #define HAVE_XMLDOC_PROPERTIES 1 >| #define HAVE_LIBXSLT_PATTERN_H 1 >| #define HAVE_LIBXSLT_TRANSFORM_H 1 >| #define SONAME_LIBXSLT "libxslt.so.1" >| #define SONAME_LIBDBUS_1 "libdbus-1.so.3" >| #define SONAME_LIBGNUTLS "libgnutls.so.30" >| #define HAVE_GNUTLS_HASH 1 >| /* end confdefs.h. */ >| #ifdef HAVE_NETINET_IN_H >| #include <netinet/in.h> >| #endif >| #include <resolv.h> >| int >| main () >| { >| if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0) >| ; >| return 0; >| } >configure:12311: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c -lresolv >&5 >configure:12311: $? = 0 >configure:12322: result: -lresolv >configure:12450: freetype2 cflags: -I/usr/include/freetype2 >configure:12451: freetype2 libs: -lfreetype >configure:12456: checking ft2build.h usability >configure:12456: x86_64-pc-linux-gnu-gcc -m32 -c -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -I/usr/include/freetype2 conftest.c >&5 >configure:12456: $? = 0 >configure:12456: result: yes >configure:12456: checking ft2build.h presence >configure:12456: x86_64-pc-linux-gnu-gcc -m32 -E -I/usr/include/freetype2 conftest.c >configure:12456: $? = 0 >configure:12456: result: yes >configure:12456: checking for ft2build.h >configure:12456: result: yes >configure:12468: checking for -lfreetype >configure:12493: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -I/usr/include/freetype2 -Wl,-O1 -Wl,--as-needed conftest.c -lfreetype -lfreetype >&5 >/usr/lib32/libpng16.so.16: undefined reference to `inflateValidate@ZLIB_1.2.9' >collect2: error: ld returned 1 exit status >configure:12493: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "2.3" >| #define PACKAGE_STRING "Wine 2.3" >| #define PACKAGE_BUGREPORT "wine-devel@winehq.org" >| #define PACKAGE_URL "http://www.winehq.org" >| #define EXEEXT "" >| #define _FILE_OFFSET_BITS 64 >| #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 HAVE_ALSA_ASOUNDLIB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_ASM_TYPES_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_LINUX_FILTER_H 1 >| #define HAVE_LINUX_HDREG_H 1 >| #define HAVE_LINUX_HIDRAW_H 1 >| #define HAVE_LINUX_INPUT_H 1 >| #define HAVE_LINUX_IOCTL_H 1 >| #define HAVE_LINUX_JOYSTICK_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_LINUX_PARAM_H 1 >| #define HAVE_LINUX_SERIAL_H 1 >| #define HAVE_LINUX_TYPES_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCSI_SCSI_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_ASOUNDLIB_H 1 >| #define HAVE_SYS_EPOLL_H 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MSG_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SOCKETVAR_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_VM86_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SYSCALL_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_VALGRIND_MEMCHECK_H 1 >| #define HAVE_VALGRIND_VALGRIND_H 1 >| #define HAVE_ZLIB_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NET_IF_ARP_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_NETINET_IF_ETHER_H 1 >| #define HAVE_NETINET_IP_ICMP_H 1 >| #define HAVE_NETINET_UDP_H 1 >| #define HAVE_NETIPX_IPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_LINUX_IPX_H 1 >| #define HAVE_LINUX_IRDA_H 1 >| #define HAVE_LINUX_RTNETLINK_H 1 >| #define HAVE_RESOLV_H 1 >| #define HAVE_IFADDRS_H 1 >| #define HAVE_SYS_UCONTEXT_H 1 >| #define HAVE_LINUX_VIDEODEV2_H 1 >| #define SONAME_LIBX11 "libX11.so.6" >| #define SONAME_LIBXEXT "libXext.so.6" >| #define HAVE_X11_XLIB_H 1 >| #define HAVE_X11_XKBLIB_H 1 >| #define HAVE_X11_XUTIL_H 1 >| #define HAVE_X11_XCURSOR_XCURSOR_H 1 >| #define HAVE_X11_EXTENSIONS_SHAPE_H 1 >| #define HAVE_X11_EXTENSIONS_XINPUT_H 1 >| #define HAVE_X11_EXTENSIONS_XINPUT2_H 1 >| #define HAVE_X11_EXTENSIONS_XSHM_H 1 >| #define HAVE_X11_EXTENSIONS_XRANDR_H 1 >| #define HAVE_X11_EXTENSIONS_XRENDER_H 1 >| #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1 >| #define HAVE_X11_EXTENSIONS_XF86VMPROTO_H 1 >| #define HAVE_XKB 1 >| #define SONAME_LIBXCURSOR "libXcursor.so.1" >| #define SONAME_LIBXI "libXi.so.6" >| #define HAVE_LIBXXSHM 1 >| #define HAVE_LIBXSHAPE 1 >| #define SONAME_LIBXXF86VM "libXxf86vm.so.1" >| #define SONAME_LIBXRENDER "libXrender.so.1" >| #define HAVE_XRENDERSETPICTURETRANSFORM 1 >| #define HAVE_XRENDERCREATELINEARGRADIENT 1 >| #define SONAME_LIBXRANDR "libXrandr.so.2" >| #define HAVE_XRRGETSCREENRESOURCES 1 >| #define HAVE_XICCALLBACK_CALLBACK 1 >| #define HAVE_XEVENT_XCOOKIE 1 >| #define SONAME_LIBGL "libGL.so.1" >| #define HAVE_LIBXML_PARSER_H 1 >| #define HAVE_LIBXML_XMLSAVE_H 1 >| #define HAVE_LIBXML_SAX2_H 1 >| #define HAVE_LIBXML2 1 >| #define HAVE_XMLREADMEMORY 1 >| #define HAVE_XMLNEWDOCPI 1 >| #define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1 >| #define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1 >| #define HAVE_XMLFIRSTELEMENTCHILD 1 >| #define HAVE_XMLDOC_PROPERTIES 1 >| #define HAVE_LIBXSLT_PATTERN_H 1 >| #define HAVE_LIBXSLT_TRANSFORM_H 1 >| #define SONAME_LIBXSLT "libxslt.so.1" >| #define SONAME_LIBDBUS_1 "libdbus-1.so.3" >| #define SONAME_LIBGNUTLS "libgnutls.so.30" >| #define HAVE_GNUTLS_HASH 1 >| #define HAVE_RESOLV 1 >| #define HAVE_FT2BUILD_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 FT_Init_FreeType (); >| int >| main () >| { >| return FT_Init_FreeType (); >| ; >| return 0; >| } >configure:12508: result: not found >configure:12547: error: FreeType development files not found. Fonts will not be built. >Use the --without-freetype option if you really want this. > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=i686-pc-linux-gnu >ac_cv_c_compiler_gnu=yes >ac_cv_c_dll_gnuelf=yes >ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=yes >ac_cv_cflags__Wl___enable_new_dtags=yes >ac_cv_cflags__Wl__z_max_page_size_0x1000=yes >ac_cv_cflags__fPIC__Wl___export_dynamic=yes >ac_cv_cflags__fPIC__Wl___rpath__ORIGIN____lib=yes >ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes >ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes >ac_cv_cxx_compiler_gnu=yes >ac_cv_env_CAPI20_CFLAGS_set= >ac_cv_env_CAPI20_CFLAGS_value= >ac_cv_env_CAPI20_LIBS_set= >ac_cv_env_CAPI20_LIBS_value= >ac_cv_env_CCC_set= >ac_cv_env_CCC_value= >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=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx' >ac_cv_env_CPPFLAGS_set=set >ac_cv_env_CPPFLAGS_value= >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_CXXFLAGS_set=set >ac_cv_env_CXXFLAGS_value='-march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx' >ac_cv_env_CXX_set=set >ac_cv_env_CXX_value='x86_64-pc-linux-gnu-g++ -m32' >ac_cv_env_DBUS_CFLAGS_set= >ac_cv_env_DBUS_CFLAGS_value= >ac_cv_env_DBUS_LIBS_set= >ac_cv_env_DBUS_LIBS_value= >ac_cv_env_FONTCONFIG_CFLAGS_set= >ac_cv_env_FONTCONFIG_CFLAGS_value= >ac_cv_env_FONTCONFIG_LIBS_set= >ac_cv_env_FONTCONFIG_LIBS_value= >ac_cv_env_FREETYPE_CFLAGS_set= >ac_cv_env_FREETYPE_CFLAGS_value= >ac_cv_env_FREETYPE_LIBS_set= >ac_cv_env_FREETYPE_LIBS_value= >ac_cv_env_GNUTLS_CFLAGS_set= >ac_cv_env_GNUTLS_CFLAGS_value= >ac_cv_env_GNUTLS_LIBS_set= >ac_cv_env_GNUTLS_LIBS_value= >ac_cv_env_GPHOTO2_CFLAGS_set= >ac_cv_env_GPHOTO2_CFLAGS_value= >ac_cv_env_GPHOTO2_LIBS_set= >ac_cv_env_GPHOTO2_LIBS_value= >ac_cv_env_GPHOTO2_PORT_CFLAGS_set= >ac_cv_env_GPHOTO2_PORT_CFLAGS_value= >ac_cv_env_GPHOTO2_PORT_LIBS_set= >ac_cv_env_GPHOTO2_PORT_LIBS_value= >ac_cv_env_GSTREAMER_CFLAGS_set= >ac_cv_env_GSTREAMER_CFLAGS_value= >ac_cv_env_GSTREAMER_LIBS_set= >ac_cv_env_GSTREAMER_LIBS_value= >ac_cv_env_HAL_CFLAGS_set= >ac_cv_env_HAL_CFLAGS_value= >ac_cv_env_HAL_LIBS_set= >ac_cv_env_HAL_LIBS_value= >ac_cv_env_JPEG_CFLAGS_set= >ac_cv_env_JPEG_CFLAGS_value= >ac_cv_env_JPEG_LIBS_set= >ac_cv_env_JPEG_LIBS_value= >ac_cv_env_LCMS2_CFLAGS_set= >ac_cv_env_LCMS2_CFLAGS_value= >ac_cv_env_LCMS2_LIBS_set= >ac_cv_env_LCMS2_LIBS_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_MPG123_CFLAGS_set= >ac_cv_env_MPG123_CFLAGS_value= >ac_cv_env_MPG123_LIBS_set= >ac_cv_env_MPG123_LIBS_value= >ac_cv_env_NETAPI_CFLAGS_set= >ac_cv_env_NETAPI_CFLAGS_value= >ac_cv_env_NETAPI_LIBS_set= >ac_cv_env_NETAPI_LIBS_value= >ac_cv_env_PNG_CFLAGS_set= >ac_cv_env_PNG_CFLAGS_value= >ac_cv_env_PNG_LIBS_set= >ac_cv_env_PNG_LIBS_value= >ac_cv_env_PULSE_CFLAGS_set= >ac_cv_env_PULSE_CFLAGS_value= >ac_cv_env_PULSE_LIBS_set= >ac_cv_env_PULSE_LIBS_value= >ac_cv_env_SANE_CFLAGS_set= >ac_cv_env_SANE_CFLAGS_value= >ac_cv_env_SANE_LIBS_set= >ac_cv_env_SANE_LIBS_value= >ac_cv_env_TIFF_CFLAGS_set= >ac_cv_env_TIFF_CFLAGS_value= >ac_cv_env_TIFF_LIBS_set= >ac_cv_env_TIFF_LIBS_value= >ac_cv_env_UDEV_CFLAGS_set= >ac_cv_env_UDEV_CFLAGS_value= >ac_cv_env_UDEV_LIBS_set= >ac_cv_env_UDEV_LIBS_value= >ac_cv_env_XMKMF_set= >ac_cv_env_XMKMF_value= >ac_cv_env_XML2_CFLAGS_set= >ac_cv_env_XML2_CFLAGS_value= >ac_cv_env_XML2_LIBS_set= >ac_cv_env_XML2_LIBS_value= >ac_cv_env_XSLT_CFLAGS_set= >ac_cv_env_XSLT_CFLAGS_value= >ac_cv_env_XSLT_LIBS_set= >ac_cv_env_XSLT_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_connect=yes >ac_cv_func_gethostbyname=yes >ac_cv_func_gnutls_hash=yes >ac_cv_func_mousemask=no >ac_cv_func_pthread_create=no >ac_cv_func_remove=yes >ac_cv_func_shmat=yes >ac_cv_have_resolv=-lresolv >ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\''' >ac_cv_header_AL_al_h=no >ac_cv_header_ApplicationServices_ApplicationServices_h=no >ac_cv_header_AudioToolbox_AudioConverter_h=no >ac_cv_header_AudioUnit_AudioComponent_h=no >ac_cv_header_AudioUnit_AudioUnit_h=no >ac_cv_header_CL_cl_h=no >ac_cv_header_Carbon_Carbon_h=no >ac_cv_header_CommonCrypto_CommonDigest_h=no >ac_cv_header_CoreAudio_CoreAudio_h=no >ac_cv_header_CoreServices_CoreServices_h=no >ac_cv_header_DiskArbitration_DiskArbitration_h=no >ac_cv_header_IOKit_IOKitLib_h=no >ac_cv_header_IOKit_hid_IOHIDLib_h=no >ac_cv_header_OpenAL_al_h=no >ac_cv_header_OpenCL_opencl_h=no >ac_cv_header_QuickTime_ImageCompression_h=no >ac_cv_header_Security_Security_h=no >ac_cv_header_X11_XKBlib_h=yes >ac_cv_header_X11_Xcursor_Xcursor_h=yes >ac_cv_header_X11_Xlib_h=yes >ac_cv_header_X11_Xutil_h=yes >ac_cv_header_X11_extensions_XInput2_h=yes >ac_cv_header_X11_extensions_XInput_h=yes >ac_cv_header_X11_extensions_XShm_h=yes >ac_cv_header_X11_extensions_Xcomposite_h=no >ac_cv_header_X11_extensions_Xinerama_h=no >ac_cv_header_X11_extensions_Xrandr_h=yes >ac_cv_header_X11_extensions_Xrender_h=yes >ac_cv_header_X11_extensions_shape_h=yes >ac_cv_header_X11_extensions_xf86vmode_h=yes >ac_cv_header_X11_extensions_xf86vmproto_h=yes >ac_cv_header_alias_h=no >ac_cv_header_alsa_asoundlib_h=yes >ac_cv_header_arpa_inet_h=yes >ac_cv_header_arpa_nameser_h=yes >ac_cv_header_asm_types_h=yes >ac_cv_header_asm_user_h=no >ac_cv_header_curses_h=no >ac_cv_header_dbus_dbus_h=yes >ac_cv_header_direct_h=no >ac_cv_header_dirent_h=yes >ac_cv_header_dlfcn_h=yes >ac_cv_header_elf_h=yes >ac_cv_header_float_h=yes >ac_cv_header_fnmatch_h=yes >ac_cv_header_ft2build_h=yes >ac_cv_header_getopt_h=yes >ac_cv_header_gettext_po_h=no >ac_cv_header_gnutls_gnutls_h=yes >ac_cv_header_grp_h=yes >ac_cv_header_gsm_gsm_h=no >ac_cv_header_gsm_h=no >ac_cv_header_ieeefp_h=no >ac_cv_header_ifaddrs_h=yes >ac_cv_header_inet_mib2_h=no >ac_cv_header_inttypes_h=yes >ac_cv_header_io_h=no >ac_cv_header_kstat_h=no >ac_cv_header_lber_h=no >ac_cv_header_ldap_h=no >ac_cv_header_libproc_h=no >ac_cv_header_libprocstat_h=no >ac_cv_header_libv4l1_h=no >ac_cv_header_libxml_SAX2_h=yes >ac_cv_header_libxml_parser_h=yes >ac_cv_header_libxml_xmlsave_h=yes >ac_cv_header_libxslt_pattern_h=yes >ac_cv_header_libxslt_transform_h=yes >ac_cv_header_link_h=yes >ac_cv_header_linux_cdrom_h=yes >ac_cv_header_linux_compiler_h=no >ac_cv_header_linux_filter_h=yes >ac_cv_header_linux_hdreg_h=yes >ac_cv_header_linux_hidraw_h=yes >ac_cv_header_linux_input_h=yes >ac_cv_header_linux_ioctl_h=yes >ac_cv_header_linux_ipx_h=yes >ac_cv_header_linux_irda_h=yes >ac_cv_header_linux_joystick_h=yes >ac_cv_header_linux_major_h=yes >ac_cv_header_linux_param_h=yes >ac_cv_header_linux_rtnetlink_h=yes >ac_cv_header_linux_serial_h=yes >ac_cv_header_linux_types_h=yes >ac_cv_header_linux_ucdrom_h=no >ac_cv_header_linux_videodev2_h=yes >ac_cv_header_linux_videodev_h=no >ac_cv_header_lwp_h=no >ac_cv_header_mach_mach_h=no >ac_cv_header_mach_machine_h=no >ac_cv_header_mach_o_dyld_images_h=no >ac_cv_header_mach_o_loader_h=no >ac_cv_header_mach_o_nlist_h=no >ac_cv_header_machine_cpu_h=no >ac_cv_header_machine_limits_h=no >ac_cv_header_machine_sysarch_h=no >ac_cv_header_memory_h=yes >ac_cv_header_mntent_h=yes >ac_cv_header_ncurses_h=no >ac_cv_header_net_if_arp_h=yes >ac_cv_header_net_if_dl_h=no >ac_cv_header_net_if_h=yes >ac_cv_header_net_if_types_h=no >ac_cv_header_net_route_h=yes >ac_cv_header_netdb_h=yes >ac_cv_header_netinet_icmp_var_h=no >ac_cv_header_netinet_if_ether_h=yes >ac_cv_header_netinet_if_inarp_h=no >ac_cv_header_netinet_in_h=yes >ac_cv_header_netinet_in_pcb_h=no >ac_cv_header_netinet_in_systm_h=yes >ac_cv_header_netinet_ip_h=yes >ac_cv_header_netinet_ip_icmp_h=yes >ac_cv_header_netinet_ip_var_h=no >ac_cv_header_netinet_tcp_fsm_h=no >ac_cv_header_netinet_tcp_h=yes >ac_cv_header_netinet_tcp_timer_h=no >ac_cv_header_netinet_tcp_var_h=no >ac_cv_header_netinet_udp_h=yes >ac_cv_header_netinet_udp_var_h=no >ac_cv_header_netipx_ipx_h=yes >ac_cv_header_pcap_pcap_h=no >ac_cv_header_poll_h=yes >ac_cv_header_port_h=no >ac_cv_header_process_h=no >ac_cv_header_pthread_h=yes >ac_cv_header_pthread_np_h=no >ac_cv_header_pwd_h=yes >ac_cv_header_resolv_h=yes >ac_cv_header_sched_h=yes >ac_cv_header_scsi_scsi_h=yes >ac_cv_header_scsi_scsi_ioctl_h=yes >ac_cv_header_scsi_sg_h=yes >ac_cv_header_stat_broken=no >ac_cv_header_stdbool_h=yes >ac_cv_header_stdc=yes >ac_cv_header_stdint_h=yes >ac_cv_header_stdlib_h=yes >ac_cv_header_string_h=yes >ac_cv_header_strings_h=yes >ac_cv_header_stropts_h=yes >ac_cv_header_sys_asoundlib_h=yes >ac_cv_header_sys_attr_h=no >ac_cv_header_sys_cdio_h=no >ac_cv_header_sys_elf32_h=no >ac_cv_header_sys_epoll_h=yes >ac_cv_header_sys_event_h=no >ac_cv_header_sys_exec_elf_h=no >ac_cv_header_sys_filio_h=no >ac_cv_header_sys_inotify_h=yes >ac_cv_header_sys_ioctl_h=yes >ac_cv_header_sys_ipc_h=yes >ac_cv_header_sys_limits_h=no >ac_cv_header_sys_link_h=no >ac_cv_header_sys_mman_h=yes >ac_cv_header_sys_modem_h=no >ac_cv_header_sys_mount_h=yes >ac_cv_header_sys_msg_h=yes >ac_cv_header_sys_mtio_h=yes >ac_cv_header_sys_param_h=yes >ac_cv_header_sys_poll_h=yes >ac_cv_header_sys_prctl_h=yes >ac_cv_header_sys_protosw_h=no >ac_cv_header_sys_ptrace_h=yes >ac_cv_header_sys_queue_h=yes >ac_cv_header_sys_resource_h=yes >ac_cv_header_sys_scsiio_h=no >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_socketvar_h=yes >ac_cv_header_sys_sockio_h=no >ac_cv_header_sys_stat_h=yes >ac_cv_header_sys_statfs_h=yes >ac_cv_header_sys_statvfs_h=yes >ac_cv_header_sys_strtio_h=no >ac_cv_header_sys_syscall_h=yes >ac_cv_header_sys_sysctl_h=yes >ac_cv_header_sys_sysinfo_h=yes >ac_cv_header_sys_thr_h=no >ac_cv_header_sys_tihdr_h=no >ac_cv_header_sys_time_h=yes >ac_cv_header_sys_timeout_h=no >ac_cv_header_sys_times_h=yes >ac_cv_header_sys_types_h=yes >ac_cv_header_sys_types_h_makedev=yes >ac_cv_header_sys_ucontext_h=yes >ac_cv_header_sys_uio_h=yes >ac_cv_header_sys_un_h=yes >ac_cv_header_sys_user_h=yes >ac_cv_header_sys_utsname_h=yes >ac_cv_header_sys_vfs_h=yes >ac_cv_header_sys_vm86_h=yes >ac_cv_header_sys_vnode_h=no >ac_cv_header_sys_wait_h=yes >ac_cv_header_syscall_h=yes >ac_cv_header_termios_h=yes >ac_cv_header_unistd_h=yes >ac_cv_header_utime_h=yes >ac_cv_header_valgrind_memcheck_h=yes >ac_cv_header_valgrind_valgrind_h=yes >ac_cv_header_zlib_h=yes >ac_cv_host=i686-pc-linux-gnu >ac_cv_lib_GLU_gluLookAt=yes >ac_cv_lib_ICE_IceConnectionNumber=yes >ac_cv_lib_X11_XkbQueryExtension=yes >ac_cv_lib_Xext_XShapeQueryExtension=yes >ac_cv_lib_Xext_XShmQueryExtension=yes >ac_cv_lib_Xrender_XRenderCreateLinearGradient=yes >ac_cv_lib_Xrender_XRenderSetPictureTransform=yes >ac_cv_lib_i386_i386_set_ldt=no >ac_cv_lib_ossaudio__oss_ioctl=no >ac_cv_lib_pthread_pthread_create=yes >ac_cv_lib_soname_GL=libGL.so.1 >ac_cv_lib_soname_X11=libX11.so.6 >ac_cv_lib_soname_Xcursor=libXcursor.so.1 >ac_cv_lib_soname_Xext=libXext.so.6 >ac_cv_lib_soname_Xi=libXi.so.6 >ac_cv_lib_soname_Xrandr=libXrandr.so.2 >ac_cv_lib_soname_Xrender=libXrender.so.1 >ac_cv_lib_soname_Xxf86vm=libXxf86vm.so.1 >ac_cv_lib_soname_dbus_1=libdbus-1.so.3 >ac_cv_lib_soname_gnutls=libgnutls.so.30 >ac_cv_lib_soname_xslt=libxslt.so.1 >ac_cv_lib_xml2_xmlFirstElementChild=yes >ac_cv_lib_xml2_xmlNewDocPI=yes >ac_cv_lib_xml2_xmlParseMemory=yes >ac_cv_lib_xml2_xmlReadMemory=yes >ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=yes >ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=yes >ac_cv_member_XEvent_xcookie=yes >ac_cv_member_XICCallback_callback=yes >ac_cv_objext=o >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_GREP=/bin/grep >ac_cv_path_LDCONFIG=/bin/true >ac_cv_path_LDD=/usr/bin/ldd >ac_cv_prog_AR=ar >ac_cv_prog_BISON=bison >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_FLEX=flex >ac_cv_prog_LD='x86_64-pc-linux-gnu-ld -m elf_i386' >ac_cv_prog_MSGFMT=msgfmt >ac_cv_prog_PKG_CONFIG=i686-pc-linux-gnu-pkg-config >ac_cv_prog_RANLIB=ranlib >ac_cv_prog_ac_ct_CPPBIN=cpp >ac_cv_prog_ac_ct_READELF=readelf >ac_cv_prog_ac_ct_STRIP=strip >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_prog_cxx_g=yes >ac_cv_prog_make_make_set=yes >ac_cv_sys_file_offset_bits=64 >ac_cv_sys_largefile_CC=no >ac_cv_type_xmlDocProperties=yes >wine_cv_toolsdir='$(top_builddir)' > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ALL_TEST_RESOURCES='' >ALL_VARS_RULES='' >ALSA_LIBS='' >APPKIT_LIBS='' >APPLICATIONSERVICES_LIBS='' >AR='ar' >ARFLAGS='rc' >BISON='bison' >BUILTINFLAG='' >CAPI20_CFLAGS='' >CAPI20_LIBS='' >CARBON_LIBS='' >CC='x86_64-pc-linux-gnu-gcc -m32' >CFLAGS='-march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx' >CONFIGURE_TARGETS='' >CONVERT='' >COREAUDIO_LIBS='' >COREFOUNDATION_LIBS='' >CORESERVICES_LIBS='' >CPP='x86_64-pc-linux-gnu-gcc -m32 -E' >CPPBIN='cpp' >CPPFLAGS='' >CROSSCC='' >CROSSTARGET='' >CUPS_CFLAGS='' >CXX='x86_64-pc-linux-gnu-g++ -m32' >CXXFLAGS='-march=corei7 -O2 -pipe -mno-movbe -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx' >DBUS_CFLAGS=' -I/usr/include/dbus-1.0 -I/usr/lib32/dbus-1.0/include' >DBUS_LIBS=' -ldbus-1' >DEFS='' >DISABLED_SUBDIRS='' >DISKARBITRATION_LIBS='' >DLLFLAGS='-D_REENTRANT -fPIC' >DLLTOOL='' >DL_LIBS='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >EXCESS_PRECISION_CFLAGS='' >EXEEXT='' >EXTRACFLAGS='' >FLEX='flex' >FONTCONFIG_CFLAGS='' >FONTCONFIG_LIBS='' >FONTFORGE='' >FORCEFEEDBACK_LIBS='' >FREETYPE_CFLAGS=' -I/usr/include/freetype2' >FREETYPE_LIBS='' >GETTEXTPO_LIBS='' >GNUTLS_CFLAGS='' >GNUTLS_LIBS=' -lgnutls' >GPHOTO2_CFLAGS='' >GPHOTO2_LIBS='' >GPHOTO2_PORT_CFLAGS='' >GPHOTO2_PORT_LIBS='' >GREP='/bin/grep' >GSTREAMER_CFLAGS='' >GSTREAMER_LIBS='' >HAL_CFLAGS='' >HAL_LIBS='' >ICOTOOL='' >IOKIT_LIBS='' >JPEG_CFLAGS='' >JPEG_LIBS='' >KSTAT_LIBS='' >LCMS2_CFLAGS='' >LCMS2_LIBS='' >LD='x86_64-pc-linux-gnu-ld -m elf_i386' >LDAP_LIBS='' >LDCONFIG='/bin/true' >LDD='/usr/bin/ldd' >LDEXECFLAGS='-Wl,--export-dynamic -Wl,-Ttext-segment=0x7c000000 -Wl,-z,max-page-size=0x1000' >LDFLAGS='-Wl,-O1 -Wl,--as-needed' >LDRPATH_INSTALL='-Wl,--rpath,\$$ORIGIN/`$(MAKEDEP) -R ${bindir} ${libdir}` -Wl,--enable-new-dtags' >LDRPATH_LOCAL='-Wl,--rpath,\$$ORIGIN/$(top_builddir)/libs/wine' >LIBOBJS='' >LIBS='' >LIBWINE_DEPENDS='wine.map' >LIBWINE_IMPORTLIB='' >LIBWINE_INSTALL_DEV='libwine.so' >LIBWINE_INSTALL_LIB='libwine.so.1.0 libwine.so.1' >LIBWINE_LDFLAGS='-shared -Wl,-soname,libwine.so.1 -Wl,--version-script=$(srcdir)/wine.map' >LIBWINE_SHAREDLIB='libwine.so.1.0' >LN_S='ln -s' >LTLIBOBJS='' >MPG123_CFLAGS='' >MPG123_LIBS='' >MSGFMT='msgfmt' >NETAPI_CFLAGS='' >NETAPI_LIBS='' >OBJEXT='o' >OPENAL_LIBS='' >OPENCL_LIBS='' >OPENGL_LIBS='-lGL' >OSS4_CFLAGS='' >OTOOL='otool' >PACKAGE_BUGREPORT='wine-devel@winehq.org' >PACKAGE_NAME='Wine' >PACKAGE_STRING='Wine 2.3' >PACKAGE_TARNAME='wine' >PACKAGE_URL='http://www.winehq.org' >PACKAGE_VERSION='2.3' >PATH_SEPARATOR=':' >PCAP_LIBS='' >PKG_CONFIG='i686-pc-linux-gnu-pkg-config' >PNG_CFLAGS='' >PNG_LIBS='' >POLL_LIBS='' >PRELINK='' >PROCSTAT_LIBS='' >PTHREAD_LIBS='-lpthread' >PULSE_CFLAGS='' >PULSE_LIBS='' >QUICKTIME_LIBS='' >RANLIB='ranlib' >READELF='readelf' >RESOLV_LIBS='-lresolv' >RSVG='' >RT_LIBS='' >SANE_CFLAGS='' >SANE_LIBS='' >SECURITY_LIBS='' >SET_MAKE='' >SHELL='/bin/sh' >SOCKET_LIBS='' >STRIP='strip' >SUBDIRS='' >TARGETFLAGS='' >TIFF_CFLAGS='' >TIFF_LIBS='' >TOOLSDIR='$(top_builddir)' >TOOLSEXT='' >UDEV_CFLAGS='' >UDEV_LIBS='' >UNWINDFLAGS='' >WINELOADER_DEPENDS='' >WINELOADER_INSTALL='' >WINELOADER_PROGRAMS='wine' >XMKMF='' >XML2_CFLAGS=' -I/usr/include/libxml2' >XML2_LIBS=' -lxml2' >XSLT_CFLAGS=' -I/usr/include/libxml2' >XSLT_LIBS=' -lxslt -lxml2 -lz -llzma -licui18n -licuuc -licudata -lm -ldl -lm -lxml2' >X_CFLAGS='' >X_EXTRA_LIBS='' >X_LIBS=' -lXext -lX11' >X_PRE_LIBS=' -lSM -lICE' >Z_LIBS='' >ac_ct_AR='' >ac_ct_CC='' >ac_ct_CXX='' >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' >datadir='/usr/share' >datarootdir='${prefix}/share' >dlldir='${libdir}/wine' >docdir='/usr/share/doc/wine-2.3' >dvidir='${docdir}' >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='/usr/share/doc/wine-2.3/html' >includedir='${prefix}/include' >infodir='/usr/share/info' >libdir='/usr/lib32' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >mandir='/usr/share/man' >oldincludedir='/usr/include' >pdfdir='${docdir}' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='/etc/wine' >target_alias='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "Wine" >#define PACKAGE_TARNAME "wine" >#define PACKAGE_VERSION "2.3" >#define PACKAGE_STRING "Wine 2.3" >#define PACKAGE_BUGREPORT "wine-devel@winehq.org" >#define PACKAGE_URL "http://www.winehq.org" >#define EXEEXT "" >#define _FILE_OFFSET_BITS 64 >#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 HAVE_ALSA_ASOUNDLIB_H 1 >#define HAVE_ARPA_INET_H 1 >#define HAVE_ARPA_NAMESER_H 1 >#define HAVE_ASM_TYPES_H 1 >#define HAVE_DIRENT_H 1 >#define HAVE_DLFCN_H 1 >#define HAVE_ELF_H 1 >#define HAVE_FLOAT_H 1 >#define HAVE_FNMATCH_H 1 >#define HAVE_GETOPT_H 1 >#define HAVE_GRP_H 1 >#define HAVE_LINK_H 1 >#define HAVE_LINUX_CDROM_H 1 >#define HAVE_LINUX_FILTER_H 1 >#define HAVE_LINUX_HDREG_H 1 >#define HAVE_LINUX_HIDRAW_H 1 >#define HAVE_LINUX_INPUT_H 1 >#define HAVE_LINUX_IOCTL_H 1 >#define HAVE_LINUX_JOYSTICK_H 1 >#define HAVE_LINUX_MAJOR_H 1 >#define HAVE_LINUX_PARAM_H 1 >#define HAVE_LINUX_SERIAL_H 1 >#define HAVE_LINUX_TYPES_H 1 >#define HAVE_MNTENT_H 1 >#define HAVE_NETDB_H 1 >#define HAVE_NETINET_IN_H 1 >#define HAVE_NETINET_IN_SYSTM_H 1 >#define HAVE_NETINET_TCP_H 1 >#define HAVE_POLL_H 1 >#define HAVE_PTHREAD_H 1 >#define HAVE_PWD_H 1 >#define HAVE_SCHED_H 1 >#define HAVE_SCSI_SCSI_H 1 >#define HAVE_SCSI_SCSI_IOCTL_H 1 >#define HAVE_SCSI_SG_H 1 >#define HAVE_STDBOOL_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_STROPTS_H 1 >#define HAVE_SYS_ASOUNDLIB_H 1 >#define HAVE_SYS_EPOLL_H 1 >#define HAVE_SYS_INOTIFY_H 1 >#define HAVE_SYS_IOCTL_H 1 >#define HAVE_SYS_IPC_H 1 >#define HAVE_SYS_MMAN_H 1 >#define HAVE_SYS_MSG_H 1 >#define HAVE_SYS_MTIO_H 1 >#define HAVE_SYS_PARAM_H 1 >#define HAVE_SYS_POLL_H 1 >#define HAVE_SYS_PRCTL_H 1 >#define HAVE_SYS_PTRACE_H 1 >#define HAVE_SYS_QUEUE_H 1 >#define HAVE_SYS_RESOURCE_H 1 >#define HAVE_SYS_SHM_H 1 >#define HAVE_SYS_SIGNAL_H 1 >#define HAVE_SYS_SOCKET_H 1 >#define HAVE_SYS_SOCKETVAR_H 1 >#define HAVE_SYS_STATVFS_H 1 >#define HAVE_SYS_SYSCALL_H 1 >#define HAVE_SYS_SYSINFO_H 1 >#define HAVE_SYS_TIME_H 1 >#define HAVE_SYS_TIMES_H 1 >#define HAVE_SYS_UIO_H 1 >#define HAVE_SYS_USER_H 1 >#define HAVE_SYS_UTSNAME_H 1 >#define HAVE_SYS_VM86_H 1 >#define HAVE_SYS_WAIT_H 1 >#define HAVE_SYSCALL_H 1 >#define HAVE_TERMIOS_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_UTIME_H 1 >#define HAVE_VALGRIND_MEMCHECK_H 1 >#define HAVE_VALGRIND_VALGRIND_H 1 >#define HAVE_ZLIB_H 1 >#define HAVE_SYS_MOUNT_H 1 >#define HAVE_SYS_STATFS_H 1 >#define HAVE_SYS_SYSCTL_H 1 >#define HAVE_SYS_USER_H 1 >#define HAVE_SYS_VFS_H 1 >#define HAVE_NETINET_IP_H 1 >#define HAVE_NET_IF_H 1 >#define HAVE_NET_IF_ARP_H 1 >#define HAVE_NET_ROUTE_H 1 >#define HAVE_NETINET_IF_ETHER_H 1 >#define HAVE_NETINET_IP_ICMP_H 1 >#define HAVE_NETINET_UDP_H 1 >#define HAVE_NETIPX_IPX_H 1 >#define HAVE_SYS_UN_H 1 >#define HAVE_LINUX_IPX_H 1 >#define HAVE_LINUX_IRDA_H 1 >#define HAVE_LINUX_RTNETLINK_H 1 >#define HAVE_RESOLV_H 1 >#define HAVE_IFADDRS_H 1 >#define HAVE_SYS_UCONTEXT_H 1 >#define HAVE_LINUX_VIDEODEV2_H 1 >#define SONAME_LIBX11 "libX11.so.6" >#define SONAME_LIBXEXT "libXext.so.6" >#define HAVE_X11_XLIB_H 1 >#define HAVE_X11_XKBLIB_H 1 >#define HAVE_X11_XUTIL_H 1 >#define HAVE_X11_XCURSOR_XCURSOR_H 1 >#define HAVE_X11_EXTENSIONS_SHAPE_H 1 >#define HAVE_X11_EXTENSIONS_XINPUT_H 1 >#define HAVE_X11_EXTENSIONS_XINPUT2_H 1 >#define HAVE_X11_EXTENSIONS_XSHM_H 1 >#define HAVE_X11_EXTENSIONS_XRANDR_H 1 >#define HAVE_X11_EXTENSIONS_XRENDER_H 1 >#define HAVE_X11_EXTENSIONS_XF86VMODE_H 1 >#define HAVE_X11_EXTENSIONS_XF86VMPROTO_H 1 >#define HAVE_XKB 1 >#define SONAME_LIBXCURSOR "libXcursor.so.1" >#define SONAME_LIBXI "libXi.so.6" >#define HAVE_LIBXXSHM 1 >#define HAVE_LIBXSHAPE 1 >#define SONAME_LIBXXF86VM "libXxf86vm.so.1" >#define SONAME_LIBXRENDER "libXrender.so.1" >#define HAVE_XRENDERSETPICTURETRANSFORM 1 >#define HAVE_XRENDERCREATELINEARGRADIENT 1 >#define SONAME_LIBXRANDR "libXrandr.so.2" >#define HAVE_XRRGETSCREENRESOURCES 1 >#define HAVE_XICCALLBACK_CALLBACK 1 >#define HAVE_XEVENT_XCOOKIE 1 >#define SONAME_LIBGL "libGL.so.1" >#define HAVE_LIBXML_PARSER_H 1 >#define HAVE_LIBXML_XMLSAVE_H 1 >#define HAVE_LIBXML_SAX2_H 1 >#define HAVE_LIBXML2 1 >#define HAVE_XMLREADMEMORY 1 >#define HAVE_XMLNEWDOCPI 1 >#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1 >#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1 >#define HAVE_XMLFIRSTELEMENTCHILD 1 >#define HAVE_XMLDOC_PROPERTIES 1 >#define HAVE_LIBXSLT_PATTERN_H 1 >#define HAVE_LIBXSLT_TRANSFORM_H 1 >#define SONAME_LIBXSLT "libxslt.so.1" >#define SONAME_LIBDBUS_1 "libdbus-1.so.3" >#define SONAME_LIBGNUTLS "libgnutls.so.30" >#define HAVE_GNUTLS_HASH 1 >#define HAVE_RESOLV 1 >#define HAVE_FT2BUILD_H 1 > >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 620946
: 480766