Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 373450 Details for
Bug 505514
app-emulation/wine-1.7.15 - configure: ld: warning: libfreetype.so.6, needed by /usr/lib32/libfontconfig.so, not found (try using -rpath or -rpath-link)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
config.log (text/plain), 424.60 KB, created by
Dan O.
on 2014-03-24 22:01:25 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Dan O.
Created:
2014-03-24 22:01:25 UTC
Size:
424.60 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 1.7.15, which was >generated by GNU Autoconf 2.69. Invocation command line was > > $ /var/tmp/portage/app-emulation/wine-1.7.15/work/wine-1.7.15/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 --libdir=/usr/lib32 --docdir=/usr/share/doc/wine-1.7.15 --sysconfdir=/etc/wine --with-alsa --without-capi --with-cms --with-cups --with-curses --with-dbus --with-fontconfig --with-gnutls --without-gphoto --without-gsm --with-gstreamer --without-hal --with-jpeg --with-ldap --with-mpg123 --without-netapi --with-gettext --without-openal --without-opencl --with-opengl --without-osmesa --without-oss --with-png --with-pthread --without-sane --disable-tests --with-freetype --without-v4l --with-x --without-xcomposite --without-xinerama --with-xml --with-xslt --with-pulse --without-netapi --disable-win64 > >## --------- ## >## Platform. ## >## --------- ## > >hostname = equinox >uname -m = x86_64 >uname -r = 3.13.6-gentoo-nvidia >uname -s = Linux >uname -v = #1 SMP PREEMPT Mon Mar 17 03:03:43 EDT 2014 > >/usr/bin/uname -p = Intel(R) Core(TM)2 Quad CPU Q9550 @ 2.83GHz >/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/lib64/portage/bin/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/4.8.2 >PATH: /usr/x86_64-pc-linux-gnu/avr/gcc-bin/4.8.2 >PATH: /opt/stuffit/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:3012: loading site script /usr/share/config.site >| #!/bin/bash >| # Copyright 2009 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| TOPDIR=/usr/share/crossdev/include/site >| >| config_site_arch() { >| local host=$(echo ${CHOST/-/ } | awk '{print $1}') >| >| [[ ${host/arm.*eb/} != ${host} ]] && host=armeb >| [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm >| >| [[ ${host/mips.*el/} != ${host} ]] && host=mipsel >| >| #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686 >| >| echo ${host} >| } >| >| config_site_names() { >| local site_arch=$(config_site_arch) >| local sites="" >| local x >| >| [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux" >| [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux" >| >| [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc" >| [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu" >| >| [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi" >| [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi" >| >| 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 [[ ${sites} != "" ]]; then >| for site in ${sites}; do >| echo "$(basename $0): loading site script ${site}" >| . ${site} >| done >| fi >| unset site >| unset sites >| fi >configure:3454: checking build system type >configure:3468: result: i686-pc-linux-gnu >configure:3488: checking host system type >configure:3501: result: i686-pc-linux-gnu >configure:3531: checking whether make sets $(MAKE) >configure:3553: result: yes >configure:3570: checking for i686-pc-linux-gnu-gcc >configure:3597: result: x86_64-pc-linux-gnu-gcc -m32 >configure:3866: checking for C compiler version >configure:3875: x86_64-pc-linux-gnu-gcc -m32 --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 4.8.2 p1.3r1, pie-0.5.8r1) 4.8.2 >Copyright (C) 2013 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:3886: $? = 0 >configure:3875: x86_64-pc-linux-gnu-gcc -m32 -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.2/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.2/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /home/dan/.portage/portage/sys-devel/gcc-4.8.2/work/gcc-4.8.2/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/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 4.8.2 p1.3r1, pie-0.5.8r1' --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 --enable-lto --without-cloog >Thread model: posix >gcc version 4.8.2 (Gentoo 4.8.2 p1.3r1, pie-0.5.8r1) >configure:3886: $? = 0 >configure:3875: 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:3886: $? = 1 >configure:3875: x86_64-pc-linux-gnu-gcc -m32 -qversion >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:3886: $? = 1 >configure:3906: checking whether the C compiler works >configure:3928: x86_64-pc-linux-gnu-gcc -m32 -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3932: $? = 0 >configure:3980: result: yes >configure:3983: checking for C compiler default output file name >configure:3985: result: a.out >configure:3991: checking for suffix of executables >configure:3998: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4002: $? = 0 >configure:4024: result: >configure:4046: checking whether we are cross compiling >configure:4054: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4058: $? = 0 >configure:4065: ./conftest >configure:4069: $? = 0 >configure:4084: result: no >configure:4089: checking for suffix of object files >configure:4111: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:4115: $? = 0 >configure:4136: result: o >configure:4140: checking whether we are using the GNU C compiler >configure:4159: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:4159: $? = 0 >configure:4168: result: yes >configure:4177: checking whether x86_64-pc-linux-gnu-gcc -m32 accepts -g >configure:4197: x86_64-pc-linux-gnu-gcc -m32 -c -g conftest.c >&5 >configure:4197: $? = 0 >configure:4238: result: yes >configure:4255: checking for x86_64-pc-linux-gnu-gcc -m32 option to accept ISO C89 >configure:4318: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:4318: $? = 0 >configure:4331: result: none needed >configure:4463: checking for C++ compiler version >configure:4472: x86_64-pc-linux-gnu-g++ -m32 --version >&5 >x86_64-pc-linux-gnu-g++ (Gentoo 4.8.2 p1.3r1, pie-0.5.8r1) 4.8.2 >Copyright (C) 2013 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:4483: $? = 0 >configure:4472: x86_64-pc-linux-gnu-g++ -m32 -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.2/x86_64-pc-linux-gnu-g++ >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.2/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /home/dan/.portage/portage/sys-devel/gcc-4.8.2/work/gcc-4.8.2/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/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 4.8.2 p1.3r1, pie-0.5.8r1' --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 --enable-lto --without-cloog >Thread model: posix >gcc version 4.8.2 (Gentoo 4.8.2 p1.3r1, pie-0.5.8r1) >configure:4483: $? = 0 >configure:4472: 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:4483: $? = 1 >configure:4472: x86_64-pc-linux-gnu-g++ -m32 -qversion >&5 >x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-qversion' >x86_64-pc-linux-gnu-g++: fatal error: no input files >compilation terminated. >configure:4483: $? = 1 >configure:4487: checking whether we are using the GNU C++ compiler >configure:4506: x86_64-pc-linux-gnu-g++ -m32 -c -march=native -O2 -pipe -ggdb conftest.cpp >&5 >configure:4506: $? = 0 >configure:4515: result: yes >configure:4524: checking whether x86_64-pc-linux-gnu-g++ -m32 accepts -g >configure:4544: x86_64-pc-linux-gnu-g++ -m32 -c -g conftest.cpp >&5 >configure:4544: $? = 0 >configure:4585: result: yes >configure:4611: checking for i686-pc-linux-gnu-cpp >configure:4641: result: no >configure:4651: checking for cpp >configure:4667: found /usr/bin/cpp >configure:4678: result: cpp >configure:4856: checking for the directory containing the Wine tools >configure:4884: result: $(top_builddir) >configure:4898: checking for flex >configure:4914: found /usr/bin/flex >configure:4925: result: flex >configure:4941: checking whether flex is recent enough >configure:4951: result: yes >configure:4963: checking for bison >configure:4979: found /usr/bin/bison >configure:4990: result: bison >configure:5012: checking for i686-pc-linux-gnu-ar >configure:5039: result: x86_64-pc-linux-gnu-ar >configure:5110: checking for i686-pc-linux-gnu-strip >configure:5140: result: no >configure:5150: checking for strip >configure:5166: found /usr/bin/strip >configure:5177: result: strip >configure:5204: checking for i686-pc-linux-gnu-ranlib >configure:5231: result: x86_64-pc-linux-gnu-ranlib >configure:5293: checking whether ln -s works >configure:5297: result: yes >configure:5304: checking for grep that handles long lines and -e >configure:5362: result: /bin/grep >configure:5367: checking for egrep >configure:5429: result: /bin/grep -E >configure:5436: checking for ldconfig >configure:5467: result: /bin/true >configure:5479: checking for msgfmt >configure:5495: found /usr/bin/msgfmt >configure:5506: result: msgfmt >configure:5521: checking for i686-pc-linux-gnu-pkg-config >configure:5548: result: x86_64-pc-linux-gnu-pkg-config >configure:5850: checking whether msgfmt supports contexts >configure:5860: result: yes >configure:5878: checking for i386_set_ldt in -li386 >configure:5903: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -li386 >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -li386 >collect2: error: ld returned 1 exit status >configure:5903: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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:5912: result: no >configure:5923: checking for _oss_ioctl in -lossaudio >configure:5948: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -lossaudio >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lossaudio >collect2: error: ld returned 1 exit status >configure:5948: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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:5957: result: no >configure:5980: checking for special C compiler options needed for large files >configure:6025: result: no >configure:6031: checking for _FILE_OFFSET_BITS value needed for large files >configure:6056: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:16:3: warning: left shift count >= width of type [enabled by default] > int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 > ^ >conftest.c:16:3: warning: left shift count >= width of type [enabled by default] >conftest.c:17:10: warning: left shift count >= width of type [enabled by default] > && LARGE_OFF_T % 2147483647 == 1) > ^ >conftest.c:17:10: warning: left shift count >= width of type [enabled by default] >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:6056: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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:6080: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6080: $? = 0 >configure:6088: result: 64 >configure:6179: checking how to run the C preprocessor >configure:6210: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6210: $? = 0 >configure:6224: 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:6224: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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:6249: result: x86_64-pc-linux-gnu-gcc -m32 -E >configure:6269: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6269: $? = 0 >configure:6283: 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:6283: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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:6312: checking for ANSI C header files >configure:6332: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6332: $? = 0 >configure:6405: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6405: $? = 0 >configure:6405: ./conftest >configure:6405: $? = 0 >configure:6416: result: yes >configure:6429: checking for sys/types.h >configure:6429: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6429: $? = 0 >configure:6429: result: yes >configure:6429: checking for sys/stat.h >configure:6429: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6429: $? = 0 >configure:6429: result: yes >configure:6429: checking for stdlib.h >configure:6429: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6429: $? = 0 >configure:6429: result: yes >configure:6429: checking for string.h >configure:6429: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6429: $? = 0 >configure:6429: result: yes >configure:6429: checking for memory.h >configure:6429: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6429: $? = 0 >configure:6429: result: yes >configure:6429: checking for strings.h >configure:6429: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6429: $? = 0 >configure:6429: result: yes >configure:6429: checking for inttypes.h >configure:6429: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6429: $? = 0 >configure:6429: result: yes >configure:6429: checking for stdint.h >configure:6429: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6429: $? = 0 >configure:6429: result: yes >configure:6429: checking for unistd.h >configure:6429: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6429: $? = 0 >configure:6429: result: yes >configure:6575: checking for AL/al.h >configure:6575: result: no >configure:6575: checking ApplicationServices/ApplicationServices.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:54:53: fatal error: ApplicationServices/ApplicationServices.h: No such file or directory > #include <ApplicationServices/ApplicationServices.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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:6575: result: no >configure:6575: checking ApplicationServices/ApplicationServices.h presence >configure:6575: 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:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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:6575: result: no >configure:6575: checking for ApplicationServices/ApplicationServices.h >configure:6575: result: no >configure:6575: checking AudioToolbox/AudioConverter.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:54:41: fatal error: AudioToolbox/AudioConverter.h: No such file or directory > #include <AudioToolbox/AudioConverter.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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:6575: result: no >configure:6575: checking AudioToolbox/AudioConverter.h presence >configure:6575: 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:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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:6575: result: no >configure:6575: checking for AudioToolbox/AudioConverter.h >configure:6575: result: no >configure:6575: checking AudioUnit/AudioUnit.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:54:33: fatal error: AudioUnit/AudioUnit.h: No such file or directory > #include <AudioUnit/AudioUnit.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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:6575: result: no >configure:6575: checking AudioUnit/AudioUnit.h presence >configure:6575: 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:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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:6575: result: no >configure:6575: checking for AudioUnit/AudioUnit.h >configure:6575: result: no >configure:6575: checking AudioUnit/AudioComponent.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:54:38: fatal error: AudioUnit/AudioComponent.h: No such file or directory > #include <AudioUnit/AudioComponent.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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:6575: result: no >configure:6575: checking AudioUnit/AudioComponent.h presence >configure:6575: 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:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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:6575: result: no >configure:6575: checking for AudioUnit/AudioComponent.h >configure:6575: result: no >configure:6575: checking for CL/cl.h >configure:6575: result: no >configure:6575: checking Carbon/Carbon.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:54:27: fatal error: Carbon/Carbon.h: No such file or directory > #include <Carbon/Carbon.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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:6575: result: no >configure:6575: checking Carbon/Carbon.h presence >configure:6575: 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:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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:6575: result: no >configure:6575: checking for Carbon/Carbon.h >configure:6575: result: no >configure:6575: checking CoreAudio/CoreAudio.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:54:33: fatal error: CoreAudio/CoreAudio.h: No such file or directory > #include <CoreAudio/CoreAudio.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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:6575: result: no >configure:6575: checking CoreAudio/CoreAudio.h presence >configure:6575: 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:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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:6575: result: no >configure:6575: checking for CoreAudio/CoreAudio.h >configure:6575: result: no >configure:6575: checking CoreServices/CoreServices.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:54:39: fatal error: CoreServices/CoreServices.h: No such file or directory > #include <CoreServices/CoreServices.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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:6575: result: no >configure:6575: checking CoreServices/CoreServices.h presence >configure:6575: 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:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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:6575: result: no >configure:6575: checking for CoreServices/CoreServices.h >configure:6575: result: no >configure:6575: checking DiskArbitration/DiskArbitration.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:54:45: fatal error: DiskArbitration/DiskArbitration.h: No such file or directory > #include <DiskArbitration/DiskArbitration.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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:6575: result: no >configure:6575: checking DiskArbitration/DiskArbitration.h presence >configure:6575: 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:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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:6575: result: no >configure:6575: checking for DiskArbitration/DiskArbitration.h >configure:6575: result: no >configure:6575: checking IOKit/IOKitLib.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:54:28: fatal error: IOKit/IOKitLib.h: No such file or directory > #include <IOKit/IOKitLib.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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:6575: result: no >configure:6575: checking IOKit/IOKitLib.h presence >configure:6575: 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:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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:6575: result: no >configure:6575: checking for IOKit/IOKitLib.h >configure:6575: result: no >configure:6575: checking IOKit/hid/IOHIDLib.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb 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:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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:6575: result: no >configure:6575: checking IOKit/hid/IOHIDLib.h presence >configure:6575: 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:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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:6575: result: no >configure:6575: checking for IOKit/hid/IOHIDLib.h >configure:6575: result: no >configure:6575: checking for OpenAL/al.h >configure:6575: result: no >configure:6575: checking for OpenCL/opencl.h >configure:6575: result: no >configure:6575: checking QuickTime/ImageCompression.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:54:40: fatal error: QuickTime/ImageCompression.h: No such file or directory > #include <QuickTime/ImageCompression.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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:6575: result: no >configure:6575: checking QuickTime/ImageCompression.h presence >configure:6575: 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:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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:6575: result: no >configure:6575: checking for QuickTime/ImageCompression.h >configure:6575: result: no >configure:6575: checking Security/Security.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:54:31: fatal error: Security/Security.h: No such file or directory > #include <Security/Security.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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:6575: result: no >configure:6575: checking Security/Security.h presence >configure:6575: 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:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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:6575: result: no >configure:6575: checking for Security/Security.h >configure:6575: result: no >configure:6575: checking alias.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:54:19: fatal error: alias.h: No such file or directory > #include <alias.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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:6575: result: no >configure:6575: checking alias.h presence >configure:6575: 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:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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:6575: result: no >configure:6575: checking for alias.h >configure:6575: result: no >configure:6575: checking alsa/asoundlib.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking alsa/asoundlib.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for alsa/asoundlib.h >configure:6575: result: yes >configure:6575: checking arpa/inet.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking arpa/inet.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for arpa/inet.h >configure:6575: result: yes >configure:6575: checking arpa/nameser.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking arpa/nameser.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for arpa/nameser.h >configure:6575: result: yes >configure:6575: checking asm/types.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking asm/types.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for asm/types.h >configure:6575: result: yes >configure:6575: checking asm/user.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:58:22: fatal error: asm/user.h: No such file or directory > #include <asm/user.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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:6575: result: no >configure:6575: checking asm/user.h presence >configure:6575: 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:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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:6575: result: no >configure:6575: checking for asm/user.h >configure:6575: result: no >configure:6575: checking curses.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking curses.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for curses.h >configure:6575: result: yes >configure:6575: checking direct.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:59:20: fatal error: direct.h: No such file or directory > #include <direct.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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:6575: result: no >configure:6575: checking direct.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:26:20: fatal error: direct.h: No such file or directory > #include <direct.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_H 1 >| /* end confdefs.h. */ >| #include <direct.h> >configure:6575: result: no >configure:6575: checking for direct.h >configure:6575: result: no >configure:6575: checking dirent.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking dirent.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for dirent.h >configure:6575: result: yes >configure:6575: checking dlfcn.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking dlfcn.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for dlfcn.h >configure:6575: result: yes >configure:6575: checking elf.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking elf.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for elf.h >configure:6575: result: yes >configure:6575: checking float.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking float.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for float.h >configure:6575: result: yes >configure:6575: checking fnmatch.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking fnmatch.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for fnmatch.h >configure:6575: result: yes >configure:6575: checking getopt.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking getopt.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for getopt.h >configure:6575: result: yes >configure:6575: checking gettext-po.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking gettext-po.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for gettext-po.h >configure:6575: result: yes >configure:6575: checking grp.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking grp.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for grp.h >configure:6575: result: yes >configure:6575: checking for gsm.h >configure:6575: result: no >configure:6575: checking for gsm/gsm.h >configure:6575: result: no >configure:6575: checking ieeefp.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:67:20: fatal error: ieeefp.h: No such file or directory > #include <ieeefp.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_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:6575: result: no >configure:6575: checking ieeefp.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:34:20: fatal error: ieeefp.h: No such file or directory > #include <ieeefp.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| /* end confdefs.h. */ >| #include <ieeefp.h> >configure:6575: result: no >configure:6575: checking for ieeefp.h >configure:6575: result: no >configure:6575: checking inet/mib2.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:67:23: fatal error: inet/mib2.h: No such file or directory > #include <inet/mib2.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_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:6575: result: no >configure:6575: checking inet/mib2.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:34:23: fatal error: inet/mib2.h: No such file or directory > #include <inet/mib2.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| /* end confdefs.h. */ >| #include <inet/mib2.h> >configure:6575: result: no >configure:6575: checking for inet/mib2.h >configure:6575: result: no >configure:6575: checking io.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:67:16: fatal error: io.h: No such file or directory > #include <io.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_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:6575: result: no >configure:6575: checking io.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:34:16: fatal error: io.h: No such file or directory > #include <io.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| /* end confdefs.h. */ >| #include <io.h> >configure:6575: result: no >configure:6575: checking for io.h >configure:6575: result: no >configure:6575: checking kstat.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:67:19: fatal error: kstat.h: No such file or directory > #include <kstat.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_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:6575: result: no >configure:6575: checking kstat.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:34:19: fatal error: kstat.h: No such file or directory > #include <kstat.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| /* end confdefs.h. */ >| #include <kstat.h> >configure:6575: result: no >configure:6575: checking for kstat.h >configure:6575: result: no >configure:6575: checking lber.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking lber.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for lber.h >configure:6575: result: yes >configure:6575: checking ldap.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking ldap.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for ldap.h >configure:6575: result: yes >configure:6575: checking libproc.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:69:21: fatal error: libproc.h: No such file or directory > #include <libproc.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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:6575: result: no >configure:6575: checking libproc.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:36:21: fatal error: libproc.h: No such file or directory > #include <libproc.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_H 1 >| /* end confdefs.h. */ >| #include <libproc.h> >configure:6575: result: no >configure:6575: checking for libproc.h >configure:6575: result: no >configure:6575: checking link.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking link.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for link.h >configure:6575: result: yes >configure:6575: checking linux/cdrom.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking linux/cdrom.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for linux/cdrom.h >configure:6575: result: yes >configure:6575: checking linux/compiler.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:71:28: fatal error: linux/compiler.h: No such file or directory > #include <linux/compiler.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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:6575: result: no >configure:6575: checking linux/compiler.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:38:28: fatal error: linux/compiler.h: No such file or directory > #include <linux/compiler.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_H 1 >| #define HAVE_LINK_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| /* end confdefs.h. */ >| #include <linux/compiler.h> >configure:6575: result: no >configure:6575: checking for linux/compiler.h >configure:6575: result: no >configure:6575: checking linux/filter.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking linux/filter.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for linux/filter.h >configure:6575: result: yes >configure:6575: checking linux/hdreg.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking linux/hdreg.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for linux/hdreg.h >configure:6575: result: yes >configure:6575: checking linux/input.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking linux/input.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for linux/input.h >configure:6575: result: yes >configure:6575: checking linux/ioctl.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking linux/ioctl.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for linux/ioctl.h >configure:6575: result: yes >configure:6575: checking linux/joystick.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking linux/joystick.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for linux/joystick.h >configure:6575: result: yes >configure:6575: checking linux/major.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking linux/major.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for linux/major.h >configure:6575: result: yes >configure:6575: checking linux/param.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking linux/param.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for linux/param.h >configure:6575: result: yes >configure:6575: checking linux/serial.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking linux/serial.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for linux/serial.h >configure:6575: result: yes >configure:6575: checking linux/types.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking linux/types.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for linux/types.h >configure:6575: result: yes >configure:6575: checking linux/ucdrom.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:80:26: fatal error: linux/ucdrom.h: No such file or directory > #include <linux/ucdrom.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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:6575: result: no >configure:6575: checking linux/ucdrom.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:47:26: fatal error: linux/ucdrom.h: No such file or directory > #include <linux/ucdrom.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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:6575: result: no >configure:6575: checking for linux/ucdrom.h >configure:6575: result: no >configure:6575: checking lwp.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:80:17: fatal error: lwp.h: No such file or directory > #include <lwp.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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:6575: result: no >configure:6575: checking lwp.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:47:17: fatal error: lwp.h: No such file or directory > #include <lwp.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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:6575: result: no >configure:6575: checking for lwp.h >configure:6575: result: no >configure:6575: checking mach-o/nlist.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:80:26: fatal error: mach-o/nlist.h: No such file or directory > #include <mach-o/nlist.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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:6575: result: no >configure:6575: checking mach-o/nlist.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:47:26: fatal error: mach-o/nlist.h: No such file or directory > #include <mach-o/nlist.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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:6575: result: no >configure:6575: checking for mach-o/nlist.h >configure:6575: result: no >configure:6575: checking mach-o/loader.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:80:27: fatal error: mach-o/loader.h: No such file or directory > #include <mach-o/loader.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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:6575: result: no >configure:6575: checking mach-o/loader.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:47:27: fatal error: mach-o/loader.h: No such file or directory > #include <mach-o/loader.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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:6575: result: no >configure:6575: checking for mach-o/loader.h >configure:6575: result: no >configure:6575: checking mach/mach.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:80:23: fatal error: mach/mach.h: No such file or directory > #include <mach/mach.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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:6575: result: no >configure:6575: checking mach/mach.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:47:23: fatal error: mach/mach.h: No such file or directory > #include <mach/mach.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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:6575: result: no >configure:6575: checking for mach/mach.h >configure:6575: result: no >configure:6575: checking mach/machine.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:80:26: fatal error: mach/machine.h: No such file or directory > #include <mach/machine.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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:6575: result: no >configure:6575: checking mach/machine.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:47:26: fatal error: mach/machine.h: No such file or directory > #include <mach/machine.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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:6575: result: no >configure:6575: checking for mach/machine.h >configure:6575: result: no >configure:6575: checking machine/cpu.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:80:25: fatal error: machine/cpu.h: No such file or directory > #include <machine/cpu.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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:6575: result: no >configure:6575: checking machine/cpu.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:47:25: fatal error: machine/cpu.h: No such file or directory > #include <machine/cpu.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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:6575: result: no >configure:6575: checking for machine/cpu.h >configure:6575: result: no >configure:6575: checking machine/limits.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:80:28: fatal error: machine/limits.h: No such file or directory > #include <machine/limits.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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:6575: result: no >configure:6575: checking machine/limits.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:47:28: fatal error: machine/limits.h: No such file or directory > #include <machine/limits.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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:6575: result: no >configure:6575: checking for machine/limits.h >configure:6575: result: no >configure:6575: checking machine/sysarch.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:80:29: fatal error: machine/sysarch.h: No such file or directory > #include <machine/sysarch.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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:6575: result: no >configure:6575: checking machine/sysarch.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:47:29: fatal error: machine/sysarch.h: No such file or directory > #include <machine/sysarch.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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:6575: result: no >configure:6575: checking for machine/sysarch.h >configure:6575: result: no >configure:6575: checking mntent.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking mntent.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for mntent.h >configure:6575: result: yes >configure:6575: checking ncurses.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking ncurses.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for ncurses.h >configure:6575: result: yes >configure:6575: checking netdb.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking netdb.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for netdb.h >configure:6575: result: yes >configure:6575: checking netinet/in.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking netinet/in.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for netinet/in.h >configure:6575: result: yes >configure:6575: checking netinet/in_systm.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking netinet/in_systm.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for netinet/in_systm.h >configure:6575: result: yes >configure:6575: checking netinet/tcp.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking netinet/tcp.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for netinet/tcp.h >configure:6575: result: yes >configure:6575: checking netinet/tcp_fsm.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:86:29: fatal error: netinet/tcp_fsm.h: No such file or directory > #include <netinet/tcp_fsm.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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:6575: result: no >configure:6575: checking netinet/tcp_fsm.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:53:29: fatal error: netinet/tcp_fsm.h: No such file or directory > #include <netinet/tcp_fsm.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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:6575: result: no >configure:6575: checking for netinet/tcp_fsm.h >configure:6575: result: no >configure:6575: checking poll.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking poll.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for poll.h >configure:6575: result: yes >configure:6575: checking port.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:87:18: fatal error: port.h: No such file or directory > #include <port.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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:6575: result: no >configure:6575: checking port.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:54:18: fatal error: port.h: No such file or directory > #include <port.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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:6575: result: no >configure:6575: checking for port.h >configure:6575: result: no >configure:6575: checking process.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:87:21: fatal error: process.h: No such file or directory > #include <process.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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:6575: result: no >configure:6575: checking process.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:54:21: fatal error: process.h: No such file or directory > #include <process.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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:6575: result: no >configure:6575: checking for process.h >configure:6575: result: no >configure:6575: checking pthread.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking pthread.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for pthread.h >configure:6575: result: yes >configure:6575: checking pwd.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking pwd.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for pwd.h >configure:6575: result: yes >configure:6575: checking sched.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking sched.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for sched.h >configure:6575: result: yes >configure:6575: checking scsi/scsi.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking scsi/scsi.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for scsi/scsi.h >configure:6575: result: yes >configure:6575: checking scsi/scsi_ioctl.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking scsi/scsi_ioctl.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for scsi/scsi_ioctl.h >configure:6575: result: yes >configure:6575: checking scsi/sg.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking scsi/sg.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for scsi/sg.h >configure:6575: result: yes >configure:6575: checking stdbool.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking stdbool.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for stdbool.h >configure:6575: result: yes >configure:6575: checking for stdint.h >configure:6575: result: yes >configure:6575: checking stropts.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking stropts.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for stropts.h >configure:6575: result: yes >configure:6575: checking sys/asoundlib.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >In file included from conftest.c:96: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:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking sys/asoundlib.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >In file included from conftest.c:63: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:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for sys/asoundlib.h >configure:6575: result: yes >configure:6575: checking sys/attr.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:97:22: fatal error: sys/attr.h: No such file or directory > #include <sys/attr.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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:6575: result: no >configure:6575: checking sys/attr.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:64:22: fatal error: sys/attr.h: No such file or directory > #include <sys/attr.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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:6575: result: no >configure:6575: checking for sys/attr.h >configure:6575: result: no >configure:6575: checking sys/cdio.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:97:22: fatal error: sys/cdio.h: No such file or directory > #include <sys/cdio.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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:6575: result: no >configure:6575: checking sys/cdio.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:64:22: fatal error: sys/cdio.h: No such file or directory > #include <sys/cdio.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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:6575: result: no >configure:6575: checking for sys/cdio.h >configure:6575: result: no >configure:6575: checking sys/elf32.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:97:23: fatal error: sys/elf32.h: No such file or directory > #include <sys/elf32.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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:6575: result: no >configure:6575: checking sys/elf32.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:64:23: fatal error: sys/elf32.h: No such file or directory > #include <sys/elf32.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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:6575: result: no >configure:6575: checking for sys/elf32.h >configure:6575: result: no >configure:6575: checking sys/epoll.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking sys/epoll.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for sys/epoll.h >configure:6575: result: yes >configure:6575: checking sys/event.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:98:23: fatal error: sys/event.h: No such file or directory > #include <sys/event.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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:6575: result: no >configure:6575: checking sys/event.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:65:23: fatal error: sys/event.h: No such file or directory > #include <sys/event.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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:6575: result: no >configure:6575: checking for sys/event.h >configure:6575: result: no >configure:6575: checking sys/exec_elf.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:98:26: fatal error: sys/exec_elf.h: No such file or directory > #include <sys/exec_elf.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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:6575: result: no >configure:6575: checking sys/exec_elf.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:65:26: fatal error: sys/exec_elf.h: No such file or directory > #include <sys/exec_elf.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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:6575: result: no >configure:6575: checking for sys/exec_elf.h >configure:6575: result: no >configure:6575: checking sys/filio.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:98:23: fatal error: sys/filio.h: No such file or directory > #include <sys/filio.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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:6575: result: no >configure:6575: checking sys/filio.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:65:23: fatal error: sys/filio.h: No such file or directory > #include <sys/filio.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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:6575: result: no >configure:6575: checking for sys/filio.h >configure:6575: result: no >configure:6575: checking sys/inotify.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking sys/inotify.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for sys/inotify.h >configure:6575: result: yes >configure:6575: checking sys/ioctl.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking sys/ioctl.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for sys/ioctl.h >configure:6575: result: yes >configure:6575: checking sys/ipc.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking sys/ipc.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for sys/ipc.h >configure:6575: result: yes >configure:6575: checking sys/limits.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:101:24: fatal error: sys/limits.h: No such file or directory > #include <sys/limits.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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:6575: result: no >configure:6575: checking sys/limits.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:68:24: fatal error: sys/limits.h: No such file or directory > #include <sys/limits.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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:6575: result: no >configure:6575: checking for sys/limits.h >configure:6575: result: no >configure:6575: checking sys/link.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:101:22: fatal error: sys/link.h: No such file or directory > #include <sys/link.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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:6575: result: no >configure:6575: checking sys/link.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:68:22: fatal error: sys/link.h: No such file or directory > #include <sys/link.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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:6575: result: no >configure:6575: checking for sys/link.h >configure:6575: result: no >configure:6575: checking sys/mman.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking sys/mman.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for sys/mman.h >configure:6575: result: yes >configure:6575: checking sys/modem.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:102:23: fatal error: sys/modem.h: No such file or directory > #include <sys/modem.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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:6575: result: no >configure:6575: checking sys/modem.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:69:23: fatal error: sys/modem.h: No such file or directory > #include <sys/modem.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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:6575: result: no >configure:6575: checking for sys/modem.h >configure:6575: result: no >configure:6575: checking sys/msg.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking sys/msg.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for sys/msg.h >configure:6575: result: yes >configure:6575: checking sys/mtio.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking sys/mtio.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for sys/mtio.h >configure:6575: result: yes >configure:6575: checking sys/param.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking sys/param.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for sys/param.h >configure:6575: result: yes >configure:6575: checking sys/poll.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking sys/poll.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for sys/poll.h >configure:6575: result: yes >configure:6575: checking sys/prctl.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking sys/prctl.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for sys/prctl.h >configure:6575: result: yes >configure:6575: checking sys/protosw.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:107:25: fatal error: sys/protosw.h: No such file or directory > #include <sys/protosw.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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:6575: result: no >configure:6575: checking sys/protosw.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:74:25: fatal error: sys/protosw.h: No such file or directory > #include <sys/protosw.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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:6575: result: no >configure:6575: checking for sys/protosw.h >configure:6575: result: no >configure:6575: checking sys/ptrace.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking sys/ptrace.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for sys/ptrace.h >configure:6575: result: yes >configure:6575: checking sys/queue.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking sys/queue.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for sys/queue.h >configure:6575: result: yes >configure:6575: checking sys/resource.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking sys/resource.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for sys/resource.h >configure:6575: result: yes >configure:6575: checking sys/scsiio.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:110:24: fatal error: sys/scsiio.h: No such file or directory > #include <sys/scsiio.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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:6575: result: no >configure:6575: checking sys/scsiio.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:77:24: fatal error: sys/scsiio.h: No such file or directory > #include <sys/scsiio.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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:6575: result: no >configure:6575: checking for sys/scsiio.h >configure:6575: result: no >configure:6575: checking sys/shm.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking sys/shm.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for sys/shm.h >configure:6575: result: yes >configure:6575: checking sys/signal.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking sys/signal.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for sys/signal.h >configure:6575: result: yes >configure:6575: checking sys/socket.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking sys/socket.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for sys/socket.h >configure:6575: result: yes >configure:6575: checking sys/socketvar.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking sys/socketvar.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for sys/socketvar.h >configure:6575: result: yes >configure:6575: checking sys/sockio.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:114:24: fatal error: sys/sockio.h: No such file or directory > #include <sys/sockio.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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:6575: result: no >configure:6575: checking sys/sockio.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:81:24: fatal error: sys/sockio.h: No such file or directory > #include <sys/sockio.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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:6575: result: no >configure:6575: checking for sys/sockio.h >configure:6575: result: no >configure:6575: checking sys/statvfs.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking sys/statvfs.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for sys/statvfs.h >configure:6575: result: yes >configure:6575: checking sys/strtio.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:115:24: fatal error: sys/strtio.h: No such file or directory > #include <sys/strtio.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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:6575: result: no >configure:6575: checking sys/strtio.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:82:24: fatal error: sys/strtio.h: No such file or directory > #include <sys/strtio.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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:6575: result: no >configure:6575: checking for sys/strtio.h >configure:6575: result: no >configure:6575: checking sys/syscall.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking sys/syscall.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for sys/syscall.h >configure:6575: result: yes >configure:6575: checking sys/tihdr.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:116:23: fatal error: sys/tihdr.h: No such file or directory > #include <sys/tihdr.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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 >| /* 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:6575: result: no >configure:6575: checking sys/tihdr.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:83:23: fatal error: sys/tihdr.h: No such file or directory > #include <sys/tihdr.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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 >| /* end confdefs.h. */ >| #include <sys/tihdr.h> >configure:6575: result: no >configure:6575: checking for sys/tihdr.h >configure:6575: result: no >configure:6575: checking sys/time.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking sys/time.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for sys/time.h >configure:6575: result: yes >configure:6575: checking sys/timeout.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:117:25: fatal error: sys/timeout.h: No such file or directory > #include <sys/timeout.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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_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:6575: result: no >configure:6575: checking sys/timeout.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:84:25: fatal error: sys/timeout.h: No such file or directory > #include <sys/timeout.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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_TIME_H 1 >| /* end confdefs.h. */ >| #include <sys/timeout.h> >configure:6575: result: no >configure:6575: checking for sys/timeout.h >configure:6575: result: no >configure:6575: checking sys/times.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking sys/times.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for sys/times.h >configure:6575: result: yes >configure:6575: checking sys/uio.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking sys/uio.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for sys/uio.h >configure:6575: result: yes >configure:6575: checking sys/user.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking sys/user.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for sys/user.h >configure:6575: result: yes >configure:6575: checking sys/utsname.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking sys/utsname.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for sys/utsname.h >configure:6575: result: yes >configure:6575: checking sys/vm86.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking sys/vm86.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for sys/vm86.h >configure:6575: result: yes >configure:6575: checking sys/wait.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking sys/wait.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for sys/wait.h >configure:6575: result: yes >configure:6575: checking syscall.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking syscall.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for syscall.h >configure:6575: result: yes >configure:6575: checking termios.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking termios.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for termios.h >configure:6575: result: yes >configure:6575: checking for unistd.h >configure:6575: result: yes >configure:6575: checking utime.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking utime.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for utime.h >configure:6575: result: yes >configure:6575: checking valgrind/memcheck.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:127:31: fatal error: valgrind/memcheck.h: No such file or directory > #include <valgrind/memcheck.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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_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 >| /* 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 <valgrind/memcheck.h> >configure:6575: result: no >configure:6575: checking valgrind/memcheck.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:94:31: fatal error: valgrind/memcheck.h: No such file or directory > #include <valgrind/memcheck.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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_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 >| /* end confdefs.h. */ >| #include <valgrind/memcheck.h> >configure:6575: result: no >configure:6575: checking for valgrind/memcheck.h >configure:6575: result: no >configure:6575: checking valgrind/valgrind.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:127:31: fatal error: valgrind/valgrind.h: No such file or directory > #include <valgrind/valgrind.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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_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 >| /* 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 <valgrind/valgrind.h> >configure:6575: result: no >configure:6575: checking valgrind/valgrind.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:94:31: fatal error: valgrind/valgrind.h: No such file or directory > #include <valgrind/valgrind.h> > ^ >compilation terminated. >configure:6575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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_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 >| /* end confdefs.h. */ >| #include <valgrind/valgrind.h> >configure:6575: result: no >configure:6575: checking for valgrind/valgrind.h >configure:6575: result: no >configure:6575: checking zlib.h usability >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking zlib.h presence >configure:6575: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6575: $? = 0 >configure:6575: result: yes >configure:6575: checking for zlib.h >configure:6575: result: yes >configure:6585: checking whether stat file-mode macros are broken >configure:6612: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6612: $? = 0 >configure:6619: result: no >configure:6632: checking for sys/mount.h >configure:6632: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6632: $? = 0 >configure:6632: result: yes >configure:6632: checking for sys/statfs.h >configure:6632: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6632: $? = 0 >configure:6632: result: yes >configure:6632: checking for sys/sysctl.h >configure:6632: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6632: $? = 0 >configure:6632: result: yes >configure:6632: checking for sys/user.h >configure:6632: result: yes >configure:6632: checking for sys/vfs.h >configure:6632: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6632: $? = 0 >configure:6632: result: yes >configure:6665: checking for netinet/ip.h >configure:6665: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6665: $? = 0 >configure:6665: result: yes >configure:6665: checking for net/if.h >configure:6665: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6665: $? = 0 >configure:6665: result: yes >configure:6665: checking for net/if_arp.h >configure:6665: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6665: $? = 0 >configure:6665: result: yes >configure:6665: checking for net/if_dl.h >configure:6665: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:126:23: fatal error: net/if_dl.h: No such file or directory > #include <net/if_dl.h> > ^ >compilation terminated. >configure:6665: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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_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_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:6665: result: no >configure:6665: checking for net/if_types.h >configure:6665: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:126:26: fatal error: net/if_types.h: No such file or directory > #include <net/if_types.h> > ^ >compilation terminated. >configure:6665: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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_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_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:6665: result: no >configure:6665: checking for net/route.h >configure:6665: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6665: $? = 0 >configure:6665: result: yes >configure:6665: checking for netinet/if_ether.h >configure:6665: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6665: $? = 0 >configure:6665: result: yes >configure:6665: checking for netinet/if_inarp.h >configure:6665: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:128:30: fatal error: netinet/if_inarp.h: No such file or directory > #include <netinet/if_inarp.h> > ^ >compilation terminated. >configure:6665: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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_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_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:6665: result: no >configure:6665: checking for netinet/in_pcb.h >configure:6665: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:128:28: fatal error: netinet/in_pcb.h: No such file or directory > #include <netinet/in_pcb.h> > ^ >compilation terminated. >configure:6665: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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_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_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:6665: result: no >configure:6665: checking for netinet/ip_icmp.h >configure:6665: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6665: $? = 0 >configure:6665: result: yes >configure:6665: checking for netinet/ip_var.h >configure:6665: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:129:28: fatal error: netinet/ip_var.h: No such file or directory > #include <netinet/ip_var.h> > ^ >compilation terminated. >configure:6665: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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_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_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:6665: result: no >configure:6665: checking for netinet/udp.h >configure:6665: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6665: $? = 0 >configure:6665: result: yes >configure:6665: checking for netipx/ipx.h >configure:6665: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6665: $? = 0 >configure:6665: result: yes >configure:6665: checking for sys/un.h >configure:6665: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6665: $? = 0 >configure:6665: result: yes >configure:6701: checking for netinet/tcp_timer.h >configure:6701: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:147:31: fatal error: netinet/tcp_timer.h: No such file or directory > #include <netinet/tcp_timer.h> > ^ >compilation terminated. >configure:6701: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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_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_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:6701: result: no >configure:6701: checking for netinet/udp_var.h >configure:6701: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:147:29: fatal error: netinet/udp_var.h: No such file or directory > #include <netinet/udp_var.h> > ^ >compilation terminated. >configure:6701: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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_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_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:6701: result: no >configure:6701: checking for netinet/icmp_var.h >configure:6701: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:147:30: fatal error: netinet/icmp_var.h: No such file or directory > #include <netinet/icmp_var.h> > ^ >compilation terminated. >configure:6701: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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_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_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:6701: result: no >configure:6701: checking for netinet/tcp_var.h >configure:6701: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:147:29: fatal error: netinet/tcp_var.h: No such file or directory > #include <netinet/tcp_var.h> > ^ >compilation terminated. >configure:6701: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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_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_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:6701: result: no >configure:6752: checking for linux/ipx.h >configure:6752: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6752: $? = 0 >configure:6752: result: yes >configure:6752: checking for linux/irda.h >configure:6752: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6752: $? = 0 >configure:6752: result: yes >configure:6752: checking for linux/rtnetlink.h >configure:6752: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6752: $? = 0 >configure:6752: result: yes >configure:6775: checking for mach-o/dyld_images.h >configure:6775: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:119:32: fatal error: mach-o/dyld_images.h: No such file or directory > #include <mach-o/dyld_images.h> > ^ >compilation terminated. >configure:6775: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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_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_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:6775: result: no >configure:6794: checking for resolv.h >configure:6794: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6794: $? = 0 >configure:6794: result: yes >configure:6817: checking for ifaddrs.h >configure:6817: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6817: $? = 0 >configure:6817: result: yes >configure:6831: checking for ucontext.h >configure:6831: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6831: $? = 0 >configure:6831: result: yes >configure:6845: checking for sys/thr.h >configure:6845: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:120:21: fatal error: sys/thr.h: No such file or directory > #include <sys/thr.h> > ^ >compilation terminated. >configure:6845: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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_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_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_UCONTEXT_H 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #ifdef HAVE_UCONTEXT_H >| #include <ucontext.h> >| #endif >| >| #include <sys/thr.h> >configure:6845: result: no >configure:6862: checking for pthread_np.h >configure:6862: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:119:24: fatal error: pthread_np.h: No such file or directory > #include <pthread_np.h> > ^ >compilation terminated. >configure:6862: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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_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_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_UCONTEXT_H 1 >| /* end confdefs.h. */ >| #ifdef HAVE_PTHREAD_H >| #include <pthread.h> >| #endif >| >| #include <pthread_np.h> >configure:6862: result: no >configure:6879: checking for linux/videodev.h >configure:6879: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:123:28: fatal error: linux/videodev.h: No such file or directory > #include <linux/videodev.h> > ^ >compilation terminated. >configure:6879: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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_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_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_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:6879: result: no >configure:6879: checking for linux/videodev2.h >configure:6879: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6879: $? = 0 >configure:6879: result: yes >configure:6879: checking for libv4l1.h >configure:6879: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:6879: $? = 0 >configure:6879: result: yes >configure:6899: checking for libprocstat.h >configure:6899: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c:127:25: fatal error: libprocstat.h: No such file or directory > #include <libprocstat.h> > ^ >compilation terminated. >configure:6899: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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_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_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_UCONTEXT_H 1 >| #define HAVE_LINUX_VIDEODEV2_H 1 >| #define HAVE_LIBV4L1_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:6899: result: no >configure:6936: checking for ldd >configure:6955: found /usr/bin/ldd >configure:6968: result: /usr/bin/ldd >configure:6979: checking for i686-pc-linux-gnu-readelf >configure:7009: result: no >configure:7019: checking for readelf >configure:7035: found /usr/bin/readelf >configure:7046: result: readelf >configure:8080: checking whether we can build a GNU style ELF dll >configure:8091: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fPIC -shared -Wl,-Bsymbolic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8091: $? = 0 >configure:8100: result: yes >configure:8105: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1 >configure:8116: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fPIC -shared -Wl,-soname,confest.so.1 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8116: $? = 0 >configure:8125: result: yes >configure:8158: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map >configure:8169: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fPIC -shared -Wl,--version-script=conftest.map -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8169: $? = 0 >configure:8178: result: yes >configure:8185: checking whether the compiler supports -fPIC -Wl,--export-dynamic >configure:8196: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fPIC -Wl,--export-dynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8196: $? = 0 >configure:8205: result: yes >configure:8212: checking whether the compiler supports -fPIC -Wl,--rpath,$ORIGIN/../lib >configure:8223: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -fPIC -Wl,--rpath,$ORIGIN/../lib -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8223: $? = 0 >configure:8233: result: yes >configure:8269: checking whether the compiler supports -Wl,--enable-new-dtags >configure:8280: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,--enable-new-dtags -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8280: $? = 0 >configure:8289: result: yes >configure:8297: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400 >configure:8308: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,--section-start,.interp=0x7bf00400 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8308: $? = 0 >configure:8317: result: yes >configure:8328: checking for prelink >configure:8346: found /usr/sbin/prelink >configure:8359: result: /usr/sbin/prelink >configure:8543: checking for pthread_create >configure:8543: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/var/tmp/portage/app-emulation/wine-1.7.15/temp/ccnJH8e3.o: In function `main': >/var/tmp/portage/app-emulation/wine-1.7.15/work/wine-1.7.15-x86/conftest.c:151: undefined reference to `pthread_create' >collect2: error: ld returned 1 exit status >configure:8543: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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_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_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_UCONTEXT_H 1 >| #define HAVE_LINUX_VIDEODEV2_H 1 >| #define HAVE_LIBV4L1_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:8543: result: no >configure:8547: checking for pthread_create in -lpthread >configure:8572: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -lpthread >&5 >configure:8572: $? = 0 >configure:8581: result: yes >configure:8601: checking for X >configure:8709: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:8709: $? = 0 >configure:8740: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -lX11 >&5 >configure:8740: $? = 0 >configure:8790: result: libraries , headers >configure:8889: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -lX11 >&5 >configure:8889: $? = 0 >configure:8987: checking for gethostbyname >configure:8987: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8987: $? = 0 >configure:8987: result: yes >configure:9084: checking for connect >configure:9084: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9084: $? = 0 >configure:9084: result: yes >configure:9133: checking for remove >configure:9133: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9133: $? = 0 >configure:9133: result: yes >configure:9182: checking for shmat >configure:9182: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9182: $? = 0 >configure:9182: result: yes >configure:9240: checking for IceConnectionNumber in -lICE >configure:9265: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -lICE >&5 >configure:9265: $? = 0 >configure:9274: result: yes >configure:9290: checking for -lX11 >configure:9315: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -lX11 >&5 >configure:9315: $? = 0 >configure:9334: result: libX11.so.6 >configure:9343: checking for -lXext >configure:9368: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -lXext -lX11 >&5 >configure:9368: $? = 0 >configure:9387: result: libXext.so.6 >configure:9414: checking for X11/Xlib.h >configure:9414: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:9414: $? = 0 >configure:9414: result: yes >configure:9414: checking for X11/XKBlib.h >configure:9414: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:9414: $? = 0 >configure:9414: result: yes >configure:9414: checking for X11/Xutil.h >configure:9414: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:9414: $? = 0 >configure:9414: result: yes >configure:9414: checking for X11/Xcursor/Xcursor.h >configure:9414: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:9414: $? = 0 >configure:9414: result: yes >configure:9414: checking for X11/extensions/shape.h >configure:9414: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:9414: $? = 0 >configure:9414: result: yes >configure:9414: checking for X11/extensions/XInput.h >configure:9414: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:9414: $? = 0 >configure:9414: result: yes >configure:9414: checking for X11/extensions/XInput2.h >configure:9414: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:9414: $? = 0 >configure:9414: result: yes >configure:9414: checking for X11/extensions/XShm.h >configure:9414: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:9414: $? = 0 >configure:9414: result: yes >configure:9414: checking for X11/extensions/Xcomposite.h >configure:9414: result: no >configure:9414: checking for X11/extensions/Xinerama.h >configure:9414: result: no >configure:9414: checking for X11/extensions/Xrandr.h >configure:9414: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:9414: $? = 0 >configure:9414: result: yes >configure:9414: checking for X11/extensions/Xrender.h >configure:9414: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:9414: $? = 0 >configure:9414: result: yes >configure:9414: checking for X11/extensions/xf86vmode.h >configure:9414: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:9414: $? = 0 >configure:9414: result: yes >configure:9414: checking for X11/extensions/xf86vmproto.h >configure:9414: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:9414: $? = 0 >configure:9414: result: yes >configure:9433: checking for XkbQueryExtension in -lX11 >configure:9458: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -lX11 -lXext -lX11 >&5 >configure:9458: $? = 0 >configure:9467: result: yes >configure:9479: checking for -lXcursor >configure:9504: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -lXcursor -lXext -lX11 >&5 >configure:9504: $? = 0 >configure:9523: result: libXcursor.so.1 >configure:9544: checking for -lXi >configure:9569: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -lXi -lXext -lX11 >&5 >configure:9569: $? = 0 >configure:9588: result: libXi.so.6 >configure:9621: checking for XShmQueryExtension in -lXext >configure:9646: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -lXext -lXext -lX11 >&5 >configure:9646: $? = 0 >configure:9655: result: yes >configure:9675: checking for XShapeQueryExtension in -lXext >configure:9700: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -lXext -lXext -lX11 >&5 >configure:9700: $? = 0 >configure:9709: result: yes >configure:9729: checking for -lXxf86vm >configure:9754: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -lXxf86vm -lXext -lX11 >&5 >configure:9754: $? = 0 >configure:9773: result: libXxf86vm.so.1 >configure:9794: checking for -lXrender >configure:9819: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -lXrender -lXext -lX11 >&5 >configure:9819: $? = 0 >configure:9838: result: libXrender.so.1 >configure:9845: checking for XRenderSetPictureTransform in -lXrender >configure:9870: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -lXrender -lXext -lX11 >&5 >configure:9870: $? = 0 >configure:9879: result: yes >configure:9887: checking for XRenderCreateLinearGradient in -lXrender >configure:9912: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -lXrender -lXext -lX11 >&5 >configure:9912: $? = 0 >configure:9921: result: yes >configure:9955: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:9955: $? = 0 >configure:9956: checking for -lXrandr >configure:9981: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -lXrandr -lXext -lX11 >&5 >configure:9981: $? = 0 >configure:10000: result: libXrandr.so.2 >configure:10019: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:10019: $? = 0 >configure:10183: checking for XICCallback.callback >configure:10183: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:10183: $? = 0 >configure:10183: result: yes >configure:10195: checking for XEvent.xcookie >configure:10195: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >conftest.c: In function 'main': >conftest.c:151:5: error: used struct type value where scalar is required > if (ac_aggr.xcookie) > ^ >configure:10195: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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_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_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_UCONTEXT_H 1 >| #define HAVE_LINUX_VIDEODEV2_H 1 >| #define HAVE_LIBV4L1_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:10195: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:10195: $? = 0 >configure:10195: result: yes >configure:10213: checking for -lGL >configure:10238: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -lGL -lXext -lX11 -lm >&5 >configure:10238: $? = 0 >configure:10315: result: libGL.so.1 >configure:10326: checking for gluLookAt in -lGLU >configure:10351: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -lGLU -lGL -lXext -lX11 -lm >&5 >configure:10351: $? = 0 >configure:10360: result: yes >configure:10598: libxml-2.0 cflags: -I/usr/include/libxml2 >configure:10599: libxml-2.0 libs: -L/usr/lib32 -lxml2 >configure:10605: checking libxml/parser.h usability >configure:10605: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -I/usr/include/libxml2 conftest.c >&5 >configure:10605: $? = 0 >configure:10605: result: yes >configure:10605: checking libxml/parser.h presence >configure:10605: x86_64-pc-linux-gnu-gcc -m32 -E -I/usr/include/libxml2 conftest.c >configure:10605: $? = 0 >configure:10605: result: yes >configure:10605: checking for libxml/parser.h >configure:10605: result: yes >configure:10605: checking libxml/xmlsave.h usability >configure:10605: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -I/usr/include/libxml2 conftest.c >&5 >configure:10605: $? = 0 >configure:10605: result: yes >configure:10605: checking libxml/xmlsave.h presence >configure:10605: x86_64-pc-linux-gnu-gcc -m32 -E -I/usr/include/libxml2 conftest.c >configure:10605: $? = 0 >configure:10605: result: yes >configure:10605: checking for libxml/xmlsave.h >configure:10605: result: yes >configure:10605: checking libxml/SAX2.h usability >configure:10605: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -I/usr/include/libxml2 conftest.c >&5 >configure:10605: $? = 0 >configure:10605: result: yes >configure:10605: checking libxml/SAX2.h presence >configure:10605: x86_64-pc-linux-gnu-gcc -m32 -E -I/usr/include/libxml2 conftest.c >configure:10605: $? = 0 >configure:10605: result: yes >configure:10605: checking for libxml/SAX2.h >configure:10605: result: yes >configure:10617: checking for xmlParseMemory in -lxml2 >configure:10642: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -I/usr/include/libxml2 -Wl,-O1 -Wl,--as-needed conftest.c -lxml2 -L/usr/lib32 -lxml2 >&5 >configure:10642: $? = 0 >configure:10651: result: yes >configure:10661: checking for xmlReadMemory in -lxml2 >configure:10686: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -I/usr/include/libxml2 -Wl,-O1 -Wl,--as-needed conftest.c -lxml2 -L/usr/lib32 -lxml2 >&5 >configure:10686: $? = 0 >configure:10695: result: yes >configure:10703: checking for xmlNewDocPI in -lxml2 >configure:10728: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -I/usr/include/libxml2 -Wl,-O1 -Wl,--as-needed conftest.c -lxml2 -L/usr/lib32 -lxml2 >&5 >configure:10728: $? = 0 >configure:10737: result: yes >configure:10745: checking for xmlSchemaSetParserStructuredErrors in -lxml2 >configure:10770: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -I/usr/include/libxml2 -Wl,-O1 -Wl,--as-needed conftest.c -lxml2 -L/usr/lib32 -lxml2 >&5 >configure:10770: $? = 0 >configure:10779: result: yes >configure:10787: checking for xmlSchemaSetValidStructuredErrors in -lxml2 >configure:10812: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -I/usr/include/libxml2 -Wl,-O1 -Wl,--as-needed conftest.c -lxml2 -L/usr/lib32 -lxml2 >&5 >configure:10812: $? = 0 >configure:10821: result: yes >configure:10829: checking for xmlFirstElementChild in -lxml2 >configure:10854: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -I/usr/include/libxml2 -Wl,-O1 -Wl,--as-needed conftest.c -lxml2 -L/usr/lib32 -lxml2 >&5 >configure:10854: $? = 0 >configure:10863: result: yes >configure:10871: checking for xmlDocProperties >configure:10871: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -I/usr/include/libxml2 conftest.c >&5 >configure:10871: $? = 0 >configure:10871: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -I/usr/include/libxml2 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:159:31: error: expected expression before ')' token > if (sizeof ((xmlDocProperties))) > ^ >configure:10871: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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_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_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_UCONTEXT_H 1 >| #define HAVE_LINUX_VIDEODEV2_H 1 >| #define HAVE_LIBV4L1_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:10871: result: yes >configure:10912: libxslt cflags: -I/usr/include/libxml2 >configure:10913: libxslt libs: -L/usr/lib32 -lxslt -lxml2 -lz -lm -ldl -lm -lrt -lxml2 >configure:10919: checking for libxslt/pattern.h >configure:10919: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -I/usr/include/libxml2 conftest.c >&5 >configure:10919: $? = 0 >configure:10919: result: yes >configure:10919: checking for libxslt/transform.h >configure:10919: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -I/usr/include/libxml2 conftest.c >&5 >configure:10919: $? = 0 >configure:10919: result: yes >configure:10934: checking for -lxslt >configure:10959: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -I/usr/include/libxml2 -Wl,-O1 -Wl,--as-needed conftest.c -lxslt -L/usr/lib32 -lxslt -lxml2 -lz -lm -ldl -lm -lrt -lxml2 >&5 >configure:10959: $? = 0 >configure:10978: result: libxslt.so.1 >configure:11019: dbus-1 cflags: -I/usr/include/dbus-1.0 -I/usr/lib32/dbus-1.0/include >configure:11020: dbus-1 libs: -L/usr/lib32 -ldbus-1 >configure:11023: checking dbus/dbus.h usability >configure:11023: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -I/usr/include/dbus-1.0 -I/usr/lib32/dbus-1.0/include conftest.c >&5 >configure:11023: $? = 0 >configure:11023: result: yes >configure:11023: checking dbus/dbus.h presence >configure:11023: x86_64-pc-linux-gnu-gcc -m32 -E -I/usr/include/dbus-1.0 -I/usr/lib32/dbus-1.0/include conftest.c >configure:11023: $? = 0 >configure:11023: result: yes >configure:11023: checking for dbus/dbus.h >configure:11023: result: yes >configure:11025: checking for -ldbus-1 >configure:11050: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -I/usr/include/dbus-1.0 -I/usr/lib32/dbus-1.0/include -Wl,-O1 -Wl,--as-needed conftest.c -ldbus-1 -L/usr/lib32 -ldbus-1 >&5 >configure:11050: $? = 0 >configure:11069: result: libdbus-1.so.3 >configure:11207: gnutls cflags: >configure:11208: gnutls libs: -L/usr/lib32 -lgnutls >configure:11211: checking gnutls/gnutls.h usability >configure:11211: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:11211: $? = 0 >configure:11211: result: yes >configure:11211: checking gnutls/gnutls.h presence >configure:11211: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:11211: $? = 0 >configure:11211: result: yes >configure:11211: checking for gnutls/gnutls.h >configure:11211: result: yes >configure:11225: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:11225: $? = 0 >configure:11226: checking for -lgnutls >configure:11251: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -lgnutls -L/usr/lib32 -lgnutls >&5 >configure:11251: $? = 0 >configure:11270: result: libgnutls.so.26 >configure:11303: checking for -lncurses >configure:11328: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -lncurses >&5 >configure:11328: $? = 0 >configure:11347: result: libncurses.so.5 >configure:11416: checking for mousemask >configure:11416: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -lncurses >&5 >configure:11416: $? = 0 >configure:11416: result: yes >configure:11778: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/var/tmp/portage/app-emulation/wine-1.7.15/temp/ccvwAM2R.o: In function `main': >/var/tmp/portage/app-emulation/wine-1.7.15/work/wine-1.7.15-x86/conftest.c:169: undefined reference to `__res_query' >collect2: error: ld returned 1 exit status >configure:11778: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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_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_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_UCONTEXT_H 1 >| #define HAVE_LINUX_VIDEODEV2_H 1 >| #define HAVE_LIBV4L1_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.26" >| #define SONAME_LIBNCURSES "libncurses.so.5" >| #define HAVE_MOUSEMASK 1 >| /* end confdefs.h. */ >| #ifdef HAVE_NETINET_IN_H >| #include <netinet/in.h> >| #endif >| #include <resolv.h> >| int >| main () >| { >| res_query("foo",ns_c_in,0,0,0); >| ; >| return 0; >| } >configure:11778: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -lresolv >&5 >configure:11778: $? = 0 >configure:11809: lcms2 cflags: >configure:11810: lcms2 libs: -L/usr/lib32 -llcms2 >configure:11815: checking lcms2.h usability >configure:11815: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:11815: $? = 0 >configure:11815: result: yes >configure:11815: checking lcms2.h presence >configure:11815: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:11815: $? = 0 >configure:11815: result: yes >configure:11815: checking for lcms2.h >configure:11815: result: yes >configure:11827: checking for cmsOpenProfileFromFile in -llcms2 >configure:11852: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -llcms2 >&5 >configure:11852: $? = 0 >configure:11861: result: yes >configure:11904: freetype2 cflags: -I/usr/include/freetype2 >configure:11905: freetype2 libs: -L/usr/lib32 -lfreetype >configure:11910: checking ft2build.h usability >configure:11910: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -I/usr/include/freetype2 conftest.c >&5 >configure:11910: $? = 0 >configure:11910: result: yes >configure:11910: checking ft2build.h presence >configure:11910: x86_64-pc-linux-gnu-gcc -m32 -E -I/usr/include/freetype2 conftest.c >configure:11910: $? = 0 >configure:11910: result: yes >configure:11910: checking for ft2build.h >configure:11910: result: yes >configure:11922: checking for -lfreetype >configure:11947: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -I/usr/include/freetype2 -Wl,-O1 -Wl,--as-needed conftest.c -lfreetype -L/usr/lib32 -lfreetype >&5 >configure:11947: $? = 0 >configure:11966: result: libfreetype.so.6 >configure:11976: checking for FT_TrueTypeEngineType >configure:11976: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -I/usr/include/freetype2 conftest.c >&5 >configure:11976: $? = 0 >configure:11976: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -I/usr/include/freetype2 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:174:36: error: expected expression before ')' token > if (sizeof ((FT_TrueTypeEngineType))) > ^ >configure:11976: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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_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_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_UCONTEXT_H 1 >| #define HAVE_LINUX_VIDEODEV2_H 1 >| #define HAVE_LIBV4L1_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.26" >| #define SONAME_LIBNCURSES "libncurses.so.5" >| #define HAVE_MOUSEMASK 1 >| #define HAVE_RESOLV 1 >| #define HAVE_LCMS2_H 1 >| #define HAVE_LCMS2 1 >| #define HAVE_FT2BUILD_H 1 >| #define SONAME_LIBFREETYPE "libfreetype.so.6" >| #define HAVE_FREETYPE 1 >| /* end confdefs.h. */ >| #include <ft2build.h> >| #include FT_MODULE_H >| >| int >| main () >| { >| if (sizeof ((FT_TrueTypeEngineType))) >| return 0; >| ; >| return 0; >| } >configure:11976: result: yes >configure:12007: checking for parport header/ppdev.h >configure:12026: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:12026: $? = 0 >configure:12033: result: yes >configure:12052: checking for pthread_attr_get_np >configure:12052: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -lpthread >&5 >/var/tmp/portage/app-emulation/wine-1.7.15/temp/ccfgXVl4.o: In function `main': >/var/tmp/portage/app-emulation/wine-1.7.15/work/wine-1.7.15-x86/conftest.c:204: undefined reference to `pthread_attr_get_np' >collect2: error: ld returned 1 exit status >configure:12052: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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_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_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_UCONTEXT_H 1 >| #define HAVE_LINUX_VIDEODEV2_H 1 >| #define HAVE_LIBV4L1_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.26" >| #define SONAME_LIBNCURSES "libncurses.so.5" >| #define HAVE_MOUSEMASK 1 >| #define HAVE_RESOLV 1 >| #define HAVE_LCMS2_H 1 >| #define HAVE_LCMS2 1 >| #define HAVE_FT2BUILD_H 1 >| #define SONAME_LIBFREETYPE "libfreetype.so.6" >| #define HAVE_FREETYPE 1 >| #define HAVE_FT_TRUETYPEENGINETYPE 1 >| #define HAVE_PPDEV 1 >| /* end confdefs.h. */ >| /* Define pthread_attr_get_np to an innocuous variant, in case <limits.h> declares pthread_attr_get_np. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define pthread_attr_get_np innocuous_pthread_attr_get_np >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char pthread_attr_get_np (); 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_attr_get_np >| >| /* 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_attr_get_np (); >| /* 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_attr_get_np || defined __stub___pthread_attr_get_np >| choke me >| #endif >| >| int >| main () >| { >| return pthread_attr_get_np (); >| ; >| return 0; >| } >configure:12052: result: no >configure:12052: checking for pthread_getattr_np >configure:12052: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -lpthread >&5 >configure:12052: $? = 0 >configure:12052: result: yes >configure:12052: checking for pthread_getthreadid_np >configure:12052: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -lpthread >&5 >/var/tmp/portage/app-emulation/wine-1.7.15/temp/ccnOm8mf.o: In function `main': >/var/tmp/portage/app-emulation/wine-1.7.15/work/wine-1.7.15-x86/conftest.c:205: undefined reference to `pthread_getthreadid_np' >collect2: error: ld returned 1 exit status >configure:12052: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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_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_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_UCONTEXT_H 1 >| #define HAVE_LINUX_VIDEODEV2_H 1 >| #define HAVE_LIBV4L1_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.26" >| #define SONAME_LIBNCURSES "libncurses.so.5" >| #define HAVE_MOUSEMASK 1 >| #define HAVE_RESOLV 1 >| #define HAVE_LCMS2_H 1 >| #define HAVE_LCMS2 1 >| #define HAVE_FT2BUILD_H 1 >| #define SONAME_LIBFREETYPE "libfreetype.so.6" >| #define HAVE_FREETYPE 1 >| #define HAVE_FT_TRUETYPEENGINETYPE 1 >| #define HAVE_PPDEV 1 >| #define HAVE_PTHREAD_GETATTR_NP 1 >| /* end confdefs.h. */ >| /* Define pthread_getthreadid_np to an innocuous variant, in case <limits.h> declares pthread_getthreadid_np. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define pthread_getthreadid_np innocuous_pthread_getthreadid_np >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char pthread_getthreadid_np (); 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_getthreadid_np >| >| /* 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_getthreadid_np (); >| /* 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_getthreadid_np || defined __stub___pthread_getthreadid_np >| choke me >| #endif >| >| int >| main () >| { >| return pthread_getthreadid_np (); >| ; >| return 0; >| } >configure:12052: result: no >configure:12052: checking for pthread_get_stackaddr_np >configure:12052: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -lpthread >&5 >/var/tmp/portage/app-emulation/wine-1.7.15/temp/ccVhkR7k.o: In function `main': >/var/tmp/portage/app-emulation/wine-1.7.15/work/wine-1.7.15-x86/conftest.c:205: undefined reference to `pthread_get_stackaddr_np' >collect2: error: ld returned 1 exit status >configure:12052: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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_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_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_UCONTEXT_H 1 >| #define HAVE_LINUX_VIDEODEV2_H 1 >| #define HAVE_LIBV4L1_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.26" >| #define SONAME_LIBNCURSES "libncurses.so.5" >| #define HAVE_MOUSEMASK 1 >| #define HAVE_RESOLV 1 >| #define HAVE_LCMS2_H 1 >| #define HAVE_LCMS2 1 >| #define HAVE_FT2BUILD_H 1 >| #define SONAME_LIBFREETYPE "libfreetype.so.6" >| #define HAVE_FREETYPE 1 >| #define HAVE_FT_TRUETYPEENGINETYPE 1 >| #define HAVE_PPDEV 1 >| #define HAVE_PTHREAD_GETATTR_NP 1 >| /* end confdefs.h. */ >| /* Define pthread_get_stackaddr_np to an innocuous variant, in case <limits.h> declares pthread_get_stackaddr_np. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define pthread_get_stackaddr_np innocuous_pthread_get_stackaddr_np >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char pthread_get_stackaddr_np (); 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_get_stackaddr_np >| >| /* 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_get_stackaddr_np (); >| /* 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_get_stackaddr_np || defined __stub___pthread_get_stackaddr_np >| choke me >| #endif >| >| int >| main () >| { >| return pthread_get_stackaddr_np (); >| ; >| return 0; >| } >configure:12052: result: no >configure:12052: checking for pthread_get_stacksize_np >configure:12052: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -lpthread >&5 >/var/tmp/portage/app-emulation/wine-1.7.15/temp/cckS2aDt.o: In function `main': >/var/tmp/portage/app-emulation/wine-1.7.15/work/wine-1.7.15-x86/conftest.c:205: undefined reference to `pthread_get_stacksize_np' >collect2: error: ld returned 1 exit status >configure:12052: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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_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_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_UCONTEXT_H 1 >| #define HAVE_LINUX_VIDEODEV2_H 1 >| #define HAVE_LIBV4L1_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.26" >| #define SONAME_LIBNCURSES "libncurses.so.5" >| #define HAVE_MOUSEMASK 1 >| #define HAVE_RESOLV 1 >| #define HAVE_LCMS2_H 1 >| #define HAVE_LCMS2 1 >| #define HAVE_FT2BUILD_H 1 >| #define SONAME_LIBFREETYPE "libfreetype.so.6" >| #define HAVE_FREETYPE 1 >| #define HAVE_FT_TRUETYPEENGINETYPE 1 >| #define HAVE_PPDEV 1 >| #define HAVE_PTHREAD_GETATTR_NP 1 >| /* end confdefs.h. */ >| /* Define pthread_get_stacksize_np to an innocuous variant, in case <limits.h> declares pthread_get_stacksize_np. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define pthread_get_stacksize_np innocuous_pthread_get_stacksize_np >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char pthread_get_stacksize_np (); 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_get_stacksize_np >| >| /* 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_get_stacksize_np (); >| /* 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_get_stacksize_np || defined __stub___pthread_get_stacksize_np >| choke me >| #endif >| >| int >| main () >| { >| return pthread_get_stacksize_np (); >| ; >| return 0; >| } >configure:12052: result: no >configure:12065: checking for inflate in -lz >configure:12090: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -lz >&5 >configure:12090: $? = 0 >configure:12099: result: yes >configure:12123: checking for po_message_msgctxt in -lgettextpo >configure:12148: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -lgettextpo >&5 >configure:12148: $? = 0 >configure:12157: result: yes >configure:12193: checking pulse/pulseaudio.h usability >configure:12193: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:12193: $? = 0 >configure:12193: result: yes >configure:12193: checking pulse/pulseaudio.h presence >configure:12193: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:12193: $? = 0 >configure:12193: result: yes >configure:12193: checking for pulse/pulseaudio.h >configure:12193: result: yes >configure:12198: checking for pa_stream_is_corked in -lpulse >configure:12223: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -lpulse -L/usr/lib32 -lpulse >&5 >configure:12223: $? = 0 >configure:12232: result: yes >configure:12274: gstreamer-app-0.10 cflags: -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib32/glib-2.0/include -I/usr/include/libxml2 >configure:12275: gstreamer-app-0.10 libs: -L/usr/lib32 -lgstapp-0.10 -lgstbase-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -pthread -lrt -lgthread-2.0 -pthread -lrt -lglib-2.0 -lxml2 >configure:12287: checking gst/gstpad.h usability >configure:12287: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib32/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 >configure:12287: $? = 0 >configure:12287: result: yes >configure:12287: checking gst/gstpad.h presence >configure:12287: x86_64-pc-linux-gnu-gcc -m32 -E -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib32/glib-2.0/include -I/usr/include/libxml2 conftest.c >configure:12287: $? = 0 >configure:12287: result: yes >configure:12287: checking for gst/gstpad.h >configure:12287: result: yes >configure:12289: checking gst/app/gstappsink.h usability >configure:12289: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib32/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 >configure:12289: $? = 0 >configure:12289: result: yes >configure:12289: checking gst/app/gstappsink.h presence >configure:12289: x86_64-pc-linux-gnu-gcc -m32 -E -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib32/glib-2.0/include -I/usr/include/libxml2 conftest.c >configure:12289: $? = 0 >configure:12289: result: yes >configure:12289: checking for gst/app/gstappsink.h >configure:12289: result: yes >configure:12291: checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit >configure:12304: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib32/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 >configure:12304: $? = 0 >configure:12305: result: yes >configure:12307: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10 >configure:12332: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib32/glib-2.0/include -I/usr/include/libxml2 -Wl,-O1 -Wl,--as-needed conftest.c -lgstreamer-0.10 >&5 >configure:12332: $? = 0 >configure:12341: result: yes >configure:12344: checking for gst_app_buffer_new in -lgstapp-0.10 >configure:12369: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib32/glib-2.0/include -I/usr/include/libxml2 -Wl,-O1 -Wl,--as-needed conftest.c -lgstapp-0.10 -L/usr/lib32 -lgstapp-0.10 -lgstbase-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -pthread -lrt -lgthread-2.0 -pthread -lrt -lglib-2.0 -lxml2 >&5 >configure:12369: $? = 0 >configure:12378: result: yes >configure:12418: checking for snd_pcm_hw_params_get_access_mask in -lasound >configure:12443: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -lasound >&5 >configure:12443: $? = 0 >configure:12452: result: yes >configure:12470: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:12470: $? = 0 >configure:12624: checking cups/cups.h usability >configure:12624: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:12624: $? = 0 >configure:12624: result: yes >configure:12624: checking cups/cups.h presence >configure:12624: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:12624: $? = 0 >configure:12624: result: yes >configure:12624: checking for cups/cups.h >configure:12624: result: yes >configure:12629: checking for -lcups >configure:12654: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -lcups >&5 >configure:12654: $? = 0 >configure:12673: result: libcups.so.2 >configure:12712: fontconfig cflags: >configure:12713: fontconfig libs: -L/usr/lib32 -lfontconfig >configure:12718: checking fontconfig/fontconfig.h usability >configure:12718: x86_64-pc-linux-gnu-gcc -m32 -c -march=native -O2 -pipe -ggdb conftest.c >&5 >configure:12718: $? = 0 >configure:12718: result: yes >configure:12718: checking fontconfig/fontconfig.h presence >configure:12718: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:12718: $? = 0 >configure:12718: result: yes >configure:12718: checking for fontconfig/fontconfig.h >configure:12718: result: yes >configure:12730: checking for -lfontconfig >configure:12755: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -O2 -pipe -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -lfontconfig -L/usr/lib32 -lfontconfig >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: libfreetype.so.6, needed by /usr/lib32/libfontconfig.so, not found (try using -rpath or -rpath-link) >/usr/lib32/libfontconfig.so: undefined reference to `FT_Get_Sfnt_Name_Count' >/usr/lib32/libfontconfig.so: undefined reference to `FT_Get_Glyph_Name' >/usr/lib32/libfontconfig.so: undefined reference to `FT_Load_Glyph' >/usr/lib32/libfontconfig.so: undefined reference to `FT_Get_X11_Font_Format' >/usr/lib32/libfontconfig.so: undefined reference to `FT_Load_Sfnt_Table' >/usr/lib32/libfontconfig.so: undefined reference to `FT_Get_Postscript_Name' >/usr/lib32/libfontconfig.so: undefined reference to `FT_Done_Face' >/usr/lib32/libfontconfig.so: undefined reference to `FT_Done_FreeType' >/usr/lib32/libfontconfig.so: undefined reference to `FT_New_Face' >/usr/lib32/libfontconfig.so: undefined reference to `FT_Init_FreeType' >/usr/lib32/libfontconfig.so: undefined reference to `FT_Get_First_Char' >/usr/lib32/libfontconfig.so: undefined reference to `FT_Get_PS_Font_Info' >/usr/lib32/libfontconfig.so: undefined reference to `FT_Select_Charmap' >/usr/lib32/libfontconfig.so: undefined reference to `FT_Get_Sfnt_Table' >/usr/lib32/libfontconfig.so: undefined reference to `FT_Select_Size' >/usr/lib32/libfontconfig.so: undefined reference to `FT_Get_Char_Index' >/usr/lib32/libfontconfig.so: undefined reference to `FT_Get_Next_Char' >/usr/lib32/libfontconfig.so: undefined reference to `FT_Has_PS_Glyph_Names' >/usr/lib32/libfontconfig.so: undefined reference to `FT_Get_BDF_Property' >/usr/lib32/libfontconfig.so: undefined reference to `FT_Get_Sfnt_Name' >collect2: error: ld returned 1 exit status >configure:12755: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Wine" >| #define PACKAGE_TARNAME "wine" >| #define PACKAGE_VERSION "1.7.15" >| #define PACKAGE_STRING "Wine 1.7.15" >| #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_CURSES_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_GETTEXT_PO_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LBER_H 1 >| #define HAVE_LDAP_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_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_NCURSES_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_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_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_UCONTEXT_H 1 >| #define HAVE_LINUX_VIDEODEV2_H 1 >| #define HAVE_LIBV4L1_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.26" >| #define SONAME_LIBNCURSES "libncurses.so.5" >| #define HAVE_MOUSEMASK 1 >| #define HAVE_RESOLV 1 >| #define HAVE_LCMS2_H 1 >| #define HAVE_LCMS2 1 >| #define HAVE_FT2BUILD_H 1 >| #define SONAME_LIBFREETYPE "libfreetype.so.6" >| #define HAVE_FREETYPE 1 >| #define HAVE_FT_TRUETYPEENGINETYPE 1 >| #define HAVE_PPDEV 1 >| #define HAVE_PTHREAD_GETATTR_NP 1 >| #define HAVE_ZLIB 1 >| #define HAVE_LIBGETTEXTPO 1 >| #define HAVE_PULSE_PULSEAUDIO_H 1 >| #define HAVE_PULSEAUDIO 1 >| #define HAVE_CUPS_CUPS_H 1 >| #define SONAME_LIBCUPS "libcups.so.2" >| #define HAVE_FONTCONFIG_FONTCONFIG_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 FcInit (); >| int >| main () >| { >| return FcInit (); >| ; >| return 0; >| } >configure:12770: result: not found >configure:12795: error: fontconfig development files not found, fontconfig won't be supported. >This is an error since --with-fontconfig was requested. > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=i686-pc-linux-gnu >ac_cv_c_compiler_gnu=yes >ac_cv_c_dll_gnuelf=yes >ac_cv_c_ppdev=yes >ac_cv_cflags__Wl___enable_new_dtags=yes >ac_cv_cflags__Wl___section_start__interp_0x7bf00400=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=native -O2 -pipe -ggdb' >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=native -O2 -pipe -ggdb' >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_PNG_CFLAGS_set= >ac_cv_env_PNG_CFLAGS_value= >ac_cv_env_PNG_LIBS_set= >ac_cv_env_PNG_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_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_mousemask=yes >ac_cv_func_pthread_attr_get_np=no >ac_cv_func_pthread_create=no >ac_cv_func_pthread_get_stackaddr_np=no >ac_cv_func_pthread_get_stacksize_np=no >ac_cv_func_pthread_getattr_np=yes >ac_cv_func_pthread_getthreadid_np=no >ac_cv_func_remove=yes >ac_cv_func_shmat=yes >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_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_cups_cups_h=yes >ac_cv_header_curses_h=yes >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_fontconfig_fontconfig_h=yes >ac_cv_header_ft2build_h=yes >ac_cv_header_getopt_h=yes >ac_cv_header_gettext_po_h=yes >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_gst_app_gstappsink_h=yes >ac_cv_header_gst_gstpad_h=yes >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=yes >ac_cv_header_lcms2_h=yes >ac_cv_header_ldap_h=yes >ac_cv_header_libproc_h=no >ac_cv_header_libprocstat_h=no >ac_cv_header_libv4l1_h=yes >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_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=yes >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_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_pulse_pulseaudio_h=yes >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_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_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_wait_h=yes >ac_cv_header_syscall_h=yes >ac_cv_header_termios_h=yes >ac_cv_header_ucontext_h=yes >ac_cv_header_unistd_h=yes >ac_cv_header_utime_h=yes >ac_cv_header_valgrind_memcheck_h=no >ac_cv_header_valgrind_valgrind_h=no >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_asound_snd_pcm_hw_params_get_access_mask=yes >ac_cv_lib_gettextpo_po_message_msgctxt=yes >ac_cv_lib_gstapp_0_10_gst_app_buffer_new=yes >ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=yes >ac_cv_lib_i386_i386_set_ldt=no >ac_cv_lib_lcms2_cmsOpenProfileFromFile=yes >ac_cv_lib_ossaudio__oss_ioctl=no >ac_cv_lib_pthread_pthread_create=yes >ac_cv_lib_pulse_pa_stream_is_corked=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_cups=libcups.so.2 >ac_cv_lib_soname_dbus_1=libdbus-1.so.3 >ac_cv_lib_soname_freetype=libfreetype.so.6 >ac_cv_lib_soname_gnutls=libgnutls.so.26 >ac_cv_lib_soname_ncurses=libncurses.so.5 >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_lib_z_inflate=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_path_PRELINK=/usr/sbin/prelink >ac_cv_prog_AR=x86_64-pc-linux-gnu-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_MSGFMT=msgfmt >ac_cv_prog_PKG_CONFIG=x86_64-pc-linux-gnu-pkg-config >ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-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_FT_TrueTypeEngineType=yes >ac_cv_type_xmlDocProperties=yes >wine_cv_toolsdir='$(top_builddir)' > >## ----------------- ## >## Output variables. ## >## ----------------- ## > > > > > > > > > > > > > $(CC) -o $@ -Wl,--export-dynamic -Wl,--section-start,.interp=0x7bf00400 main.o $(LIBWINE) $(LIBPORT) $(EXTRALIBS) $(LDFLAGS) $(LDRPATH_INSTALL) > $(CC) -o $@ -Wl,--export-dynamic -Wl,--section-start,.interp=0x7bf00400 main.o $(LIBWINE) $(LIBPORT) $(EXTRALIBS) $(LDFLAGS) $(LDRPATH_LOCAL) > $(CC) -shared -Wl,-soname,libwine.so.1 -Wl,--version-script=$(srcdir)/wine.map $(OBJS) $(EXTRALIBS) $(LDFLAGS) $(LIBS) -o $@ > $(INSTALL_PROGRAM) libwine.so.1.0 $(DESTDIR)$(libdir)/libwine.so.1.0 > $(INSTALL_PROGRAM) wine-installed $(DESTDIR)$(bindir)/wine > $(RM) $(DESTDIR)$(bindir)/wine > $(RM) $@ && $(LN_S) libwine.so.1 $@ > $(RM) $@ && $(LN_S) libwine.so.1.0 $@ > -cd $(DESTDIR)$(libdir) && $(RM) libwine.so libwine.so.1 libwine.so.1.0 > cd $(DESTDIR)$(libdir) && $(RM) libwine.so && $(LN_S) libwine.so.1.0 libwine.so > cd $(DESTDIR)$(libdir) && $(RM) libwine.so.1 && $(LN_S) libwine.so.1.0 libwine.so.1 >' >' >ALL_TEST_RESOURCES='' >ALL_VARS_RULES='' >ALSA_LIBS='-lasound' >APPKIT_LIBS='' >APPLICATIONSERVICES_LIBS='' >AR='x86_64-pc-linux-gnu-ar' >ARFLAGS='rc' >BISON='bison' >BUILTINFLAG='' >CAPI20_CFLAGS='' >CAPI20_LIBS='' >CARBON_LIBS='' >CC='x86_64-pc-linux-gnu-gcc -m32' >CFLAGS='-march=native -O2 -pipe -ggdb' >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=native -O2 -pipe -ggdb' >DBUS_CFLAGS=' -I/usr/include/dbus-1.0 -I/usr/lib32/dbus-1.0/include ' >DBUS_LIBS=' -L/usr/lib32 -ldbus-1 ' >DEFS='' >DISKARBITRATION_LIBS='' >DLLFLAGS='-D_REENTRANT -fPIC' >DLLPREFIX='' >DLLTOOL='' >DL_LIBS='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >EXEEXT='' >EXTRACFLAGS='' >EXTRA_TARGETS = libwine.so libwine.so.1 libwine.so.1.0 >FLEX='flex' >FONTCONFIG_CFLAGS='' >FONTCONFIG_LIBS=' -L/usr/lib32 -lfontconfig ' >FONTFORGE='' >FORCEFEEDBACK_LIBS='' >FREETYPE_CFLAGS=' -I/usr/include/freetype2 ' >FREETYPE_LIBS=' -L/usr/lib32 -lfreetype ' >GETTEXTPO_LIBS='-lgettextpo' >GNUTLS_CFLAGS='' >GNUTLS_LIBS=' -L/usr/lib32 -lgnutls ' >GPHOTO2_CFLAGS='' >GPHOTO2_LIBS='' >GPHOTO2_PORT_CFLAGS='' >GPHOTO2_PORT_LIBS='' >GREP='/bin/grep' >GSTREAMER_CFLAGS=' -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib32/glib-2.0/include -I/usr/include/libxml2' >GSTREAMER_LIBS=' -L/usr/lib32 -lgstapp-0.10 -lgstbase-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -pthread -lrt -lgthread-2.0 -pthread -lrt -lglib-2.0 -lxml2 ' >HAL_CFLAGS='' >HAL_LIBS='' >ICOTOOL='' >IOKIT_LIBS='' >JPEG_CFLAGS='' >JPEG_LIBS='' >KSTAT_LIBS='' >LCMS2_CFLAGS='' >LCMS2_LIBS=' -L/usr/lib32 -llcms2 ' >LDAP_LIBS='' >LDCONFIG='/bin/true' >LDD='/usr/bin/ldd' >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_RULES=' >LINGUAS='' >LN_S='ln -s' >LOADER_RULES=' >LTLIBOBJS='' >MPG123_CFLAGS='' >MPG123_LIBS='' >MSGFMT='msgfmt' >OBJEXT='o' >OBJS = $(C_SRCS:.c=.o) $(EXTRA_OBJS) >OPENAL_LIBS='' >OPENCL_LIBS='' >OPENGL_LIBS='-lGL' >OSS4_CFLAGS='' >PACKAGE_BUGREPORT='wine-devel@winehq.org' >PACKAGE_NAME='Wine' >PACKAGE_STRING='Wine 1.7.15' >PACKAGE_TARNAME='wine' >PACKAGE_URL='http://www.winehq.org' >PACKAGE_VERSION='1.7.15' >PATH_SEPARATOR=':' >PKG_CONFIG='x86_64-pc-linux-gnu-pkg-config' >PNG_CFLAGS='' >PNG_LIBS='' >POLL_LIBS='' >PRELINK='/usr/sbin/prelink' >PROCSTAT_LIBS='' >PTHREAD_LIBS='-lpthread' >PULSEINCL='' >PULSELIBS='-L/usr/lib32 -lpulse ' >QUICKTIME_LIBS='' >RANLIB='x86_64-pc-linux-gnu-ranlib' >READELF='readelf' >RESOLV_LIBS='-lresolv' >RSVG='' >RT_LIBS='' >SANE_CFLAGS='' >SANE_LIBS='' >SECURITY_LIBS='' >SET_MAKE='' >SHELL='/bin/sh' >SOCKET_LIBS='' >STRIP='strip' >TARGETFLAGS='' >TIFF_CFLAGS='' >TIFF_LIBS='' >TOOLSDIR='$(top_builddir)' >TOOLSEXT='' >UNWINDFLAGS='' >XMKMF='' >XML2_CFLAGS=' -I/usr/include/libxml2 ' >XML2_LIBS=' -L/usr/lib32 -lxml2 ' >XSLT_CFLAGS=' -I/usr/include/libxml2 ' >XSLT_LIBS=' -L/usr/lib32 -lxslt -lxml2 -lz -lm -ldl -lm -lrt -lxml2 ' >X_CFLAGS='' >X_EXTRA_LIBS='' >X_LIBS=' -lXext -lX11' >X_PRE_LIBS=' -lSM -lICE' >Z_LIBS='-lz' >ac_ct_AR='' >ac_ct_CC='' >ac_ct_CXX='' >all: libwine.so >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-1.7.15' >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='${docdir}' >includedir='${prefix}/include' >infodir='/usr/share/info' >install install-dev:: >install install-lib:: libwine.so.1.0 >install install-lib:: wine-installed >libdir='/usr/lib32' >libexecdir='${exec_prefix}/libexec' >libwine.so.1.0: $(OBJS) $(srcdir)/wine.map >libwine.so.1: libwine.so.1.0 >libwine.so: libwine.so.1 >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='' >uninstall:: >uninstall:: >wine-installed: main.o >wine: main.o > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "Wine" >#define PACKAGE_TARNAME "wine" >#define PACKAGE_VERSION "1.7.15" >#define PACKAGE_STRING "Wine 1.7.15" >#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_CURSES_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_GETTEXT_PO_H 1 >#define HAVE_GRP_H 1 >#define HAVE_LBER_H 1 >#define HAVE_LDAP_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_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_NCURSES_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_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_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_UCONTEXT_H 1 >#define HAVE_LINUX_VIDEODEV2_H 1 >#define HAVE_LIBV4L1_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.26" >#define SONAME_LIBNCURSES "libncurses.so.5" >#define HAVE_MOUSEMASK 1 >#define HAVE_RESOLV 1 >#define HAVE_LCMS2_H 1 >#define HAVE_LCMS2 1 >#define HAVE_FT2BUILD_H 1 >#define SONAME_LIBFREETYPE "libfreetype.so.6" >#define HAVE_FREETYPE 1 >#define HAVE_FT_TRUETYPEENGINETYPE 1 >#define HAVE_PPDEV 1 >#define HAVE_PTHREAD_GETATTR_NP 1 >#define HAVE_ZLIB 1 >#define HAVE_LIBGETTEXTPO 1 >#define HAVE_PULSE_PULSEAUDIO_H 1 >#define HAVE_PULSEAUDIO 1 >#define HAVE_CUPS_CUPS_H 1 >#define SONAME_LIBCUPS "libcups.so.2" >#define HAVE_FONTCONFIG_FONTCONFIG_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 505514
:
373428
| 373450