build wine from git

Questions about Wine on Linux
Locked
cdhiller
Newbie
Newbie
Posts: 1
Joined: Sat Oct 20, 2012 7:07 am

build wine from git

Post by cdhiller »

hi,

i'm using Ubuntu 12.04 and trying to build wine from source.

first of all i installed some development tools:

apt-get install git build-essential
apt-get build-dep wine

after that, i cloned the git-repository to my local directory:

git clone git://source.winehq.org/git/wine.git ~/wine-git

next step was to change to ~/wine-git and start

./configure

but the configuration stops with the following messages:

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for cpp... cpp
checking for the directory containing the Wine tools... $(top_builddir)
checking for flex... flex
checking whether flex is recent enough... yes
checking for bison... bison
checking for ar... ar
checking for ranlib... ranlib
checking whether ln -s works... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ldconfig... /sbin/ldconfig
checking for a BSD-compatible install... /usr/bin/install -c
checking for lclint... no
checking for lint... no
checking for fontforge... fontforge
checking for pkg-config... pkg-config
checking for rsvg... no
checking for convert... convert
checking for icotool... icotool
checking for msgfmt... msgfmt
checking whether msgfmt supports contexts... yes
checking for i386_set_ldt in -li386... no
checking for _oss_ioctl in -lossaudio... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking how to run the C preprocessor... /lib/cpp
configure: error: in `/home/cdh/wine-git':
configure: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details

i attached the config.log

can anyone tell me whats going wrong ?

CU
Claus-Dieter

PS. cause i could'nt attach the config.log, i have to paste it here ?

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.5.15, which was
generated by GNU Autoconf 2.69. Invocation command line was

$ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = chaos
uname -m = i686
uname -r = 3.2.0-32-generic-pae
uname -s = Linux
uname -v = #51-Ubuntu SMP Wed Sep 26 21:54:23 UTC 2012

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /usr/lib/lightdm/lightdm
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2823: checking build system type
configure:2837: result: i686-pc-linux-gnu
configure:2857: checking host system type
configure:2870: result: i686-pc-linux-gnu
configure:2900: checking whether make sets $(MAKE)
configure:2922: result: yes
configure:2979: checking for gcc
configure:2995: found /usr/bin/gcc
configure:3006: result: gcc
configure:3235: checking for C compiler version
configure:3244: gcc --version >&5
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 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:3255: $? = 0
configure:3244: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configure:3255: $? = 0
configure:3244: gcc -V >&5
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3255: $? = 4
configure:3244: gcc -qversion >&5
gcc: error: unrecognized option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3255: $? = 4
configure:3275: checking whether the C compiler works
configure:3297: gcc conftest.c >&5
configure:3301: $? = 0
configure:3349: result: yes
configure:3352: checking for C compiler default output file name
configure:3354: result: a.out
configure:3360: checking for suffix of executables
configure:3367: gcc -o conftest conftest.c >&5
configure:3371: $? = 0
configure:3393: result:
configure:3415: checking whether we are cross compiling
configure:3423: gcc -o conftest conftest.c >&5
configure:3427: $? = 0
configure:3434: ./conftest
configure:3438: $? = 0
configure:3453: result: no
configure:3458: checking for suffix of object files
configure:3480: gcc -c conftest.c >&5
configure:3484: $? = 0
configure:3505: result: o
configure:3509: checking whether we are using the GNU C compiler
configure:3528: gcc -c conftest.c >&5
configure:3528: $? = 0
configure:3537: result: yes
configure:3546: checking whether gcc accepts -g
configure:3566: gcc -c -g conftest.c >&5
configure:3566: $? = 0
configure:3607: result: yes
configure:3624: checking for gcc option to accept ISO C89
configure:3687: gcc -c -g -O2 conftest.c >&5
configure:3687: $? = 0
configure:3700: result: none needed
configure:3778: checking for g++
configure:3794: found /usr/bin/g++
configure:3805: result: g++
configure:3832: checking for C++ compiler version
configure:3841: g++ --version >&5
g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 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:3852: $? = 0
configure:3841: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configure:3852: $? = 0
configure:3841: g++ -V >&5
g++: error: unrecognized option '-V'
g++: fatal error: no input files
compilation terminated.
configure:3852: $? = 4
configure:3841: g++ -qversion >&5
g++: error: unrecognized option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:3852: $? = 4
configure:3856: checking whether we are using the GNU C++ compiler
configure:3875: g++ -c conftest.cpp >&5
configure:3875: $? = 0
configure:3884: result: yes
configure:3893: checking whether g++ accepts -g
configure:3913: g++ -c -g conftest.cpp >&5
configure:3913: $? = 0
configure:3954: result: yes
configure:4020: checking for cpp
configure:4036: found /usr/bin/cpp
configure:4047: result: cpp
configure:4217: checking for the directory containing the Wine tools
configure:4241: result: $(top_builddir)
configure:4255: checking for flex
configure:4271: found /usr/bin/flex
configure:4282: result: flex
configure:4298: checking whether flex is recent enough
configure:4308: result: yes
configure:4320: checking for bison
configure:4336: found /usr/bin/bison
configure:4347: result: bison
configure:4413: checking for ar
configure:4429: found /usr/bin/ar
configure:4440: result: ar
configure:4509: checking for ranlib
configure:4525: found /usr/bin/ranlib
configure:4536: result: ranlib
configure:4558: checking whether ln -s works
configure:4562: result: yes
configure:4569: checking for grep that handles long lines and -e
configure:4627: result: /bin/grep
configure:4632: checking for egrep
configure:4694: result: /bin/grep -E
configure:4701: checking for ldconfig
configure:4719: found /sbin/ldconfig
configure:4732: result: /sbin/ldconfig
configure:4754: checking for a BSD-compatible install
configure:4822: result: /usr/bin/install -c
configure:4842: checking for lclint
configure:4872: result: no
configure:4842: checking for lint
configure:4872: result: no
configure:4890: checking for fontforge
configure:4906: found /usr/bin/fontforge
configure:4917: result: fontforge
configure:4933: checking for pkg-config
configure:4949: found /usr/bin/pkg-config
configure:4960: result: pkg-config
configure:4976: checking for rsvg
configure:5006: result: no
configure:5019: checking for convert
configure:5035: found /usr/bin/convert
configure:5046: result: convert
configure:5062: checking for icotool
configure:5078: found /usr/bin/icotool
configure:5089: result: icotool
configure:5105: checking for msgfmt
configure:5121: found /usr/bin/msgfmt
configure:5132: result: msgfmt
configure:5216: checking whether msgfmt supports contexts
configure:5226: result: yes
configure:5244: checking for i386_set_ldt in -li386
configure:5269: gcc -o conftest -g -O2 conftest.c -li386 >&5
/usr/bin/ld: cannot find -li386
collect2: ld returned 1 exit status
configure:5269: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "1.5.15"
| #define PACKAGE_STRING "Wine 1.5.15"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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:5278: result: no
configure:5289: checking for _oss_ioctl in -lossaudio
configure:5314: gcc -o conftest -g -O2 conftest.c -lossaudio >&5
/usr/bin/ld: cannot find -lossaudio
collect2: ld returned 1 exit status
configure:5314: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "1.5.15"
| #define PACKAGE_STRING "Wine 1.5.15"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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:5323: result: no
configure:5350: checking for special C compiler options needed for large files
configure:5395: result: no
configure:5401: checking for _FILE_OFFSET_BITS value needed for large files
configure:5426: gcc -c -g -O2 conftest.c >&5
conftest.c:16:3: warning: left shift count >= width of type [enabled by default]
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]
conftest.c:17:10: warning: left shift count >= width of type [enabled by default]
conftest.c:16:7: error: size of array 'off_t_is_large' is negative
conftest.c:18:9: warning: variably modified 'off_t_is_large' at file scope [enabled by default]
configure:5426: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "1.5.15"
| #define PACKAGE_STRING "Wine 1.5.15"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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:5450: gcc -c -g -O2 conftest.c >&5
configure:5450: $? = 0
configure:5458: result: 64
configure:5549: checking how to run the C preprocessor
configure:5580: gcc -E conftest.c
In file included from conftest.c:12:0:
/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
configure:5580: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "1.5.15"
| #define PACKAGE_STRING "Wine 1.5.15"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://www.winehq.org"
| #define EXEEXT ""
| #define _FILE_OFFSET_BITS 64
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:5580: gcc -E conftest.c
In file included from conftest.c:12:0:
/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
configure:5580: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "1.5.15"
| #define PACKAGE_STRING "Wine 1.5.15"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://www.winehq.org"
| #define EXEEXT ""
| #define _FILE_OFFSET_BITS 64
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:5580: gcc -E -traditional-cpp conftest.c
In file included from /usr/include/features.h:358:0,
from /usr/include/assert.h:38,
from conftest.c:15:
/usr/include/i386-linux-gnu/sys/cdefs.h:32:3: error: #error "You need a ISO C conforming compiler to use the glibc headers"
configure:5580: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "1.5.15"
| #define PACKAGE_STRING "Wine 1.5.15"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://www.winehq.org"
| #define EXEEXT ""
| #define _FILE_OFFSET_BITS 64
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:5580: gcc -E -traditional-cpp conftest.c
In file included from /usr/include/features.h:358:0,
from /usr/include/assert.h:38,
from conftest.c:15:
/usr/include/i386-linux-gnu/sys/cdefs.h:32:3: error: #error "You need a ISO C conforming compiler to use the glibc headers"
configure:5580: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "1.5.15"
| #define PACKAGE_STRING "Wine 1.5.15"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://www.winehq.org"
| #define EXEEXT ""
| #define _FILE_OFFSET_BITS 64
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:5580: /lib/cpp conftest.c
In file included from conftest.c:12:0:
/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
configure:5580: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "1.5.15"
| #define PACKAGE_STRING "Wine 1.5.15"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://www.winehq.org"
| #define EXEEXT ""
| #define _FILE_OFFSET_BITS 64
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:5580: /lib/cpp conftest.c
In file included from conftest.c:12:0:
/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
configure:5580: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "1.5.15"
| #define PACKAGE_STRING "Wine 1.5.15"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://www.winehq.org"
| #define EXEEXT ""
| #define _FILE_OFFSET_BITS 64
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:5619: result: /lib/cpp
configure:5639: /lib/cpp conftest.c
In file included from conftest.c:12:0:
/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
configure:5639: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "1.5.15"
| #define PACKAGE_STRING "Wine 1.5.15"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://www.winehq.org"
| #define EXEEXT ""
| #define _FILE_OFFSET_BITS 64
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:5639: /lib/cpp conftest.c
In file included from conftest.c:12:0:
/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
configure:5639: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "1.5.15"
| #define PACKAGE_STRING "Wine 1.5.15"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://www.winehq.org"
| #define EXEEXT ""
| #define _FILE_OFFSET_BITS 64
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:5669: error: in `/home/cdh/wine-git':
configure:5671: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=i686-pc-linux-gnu
ac_cv_lib_i386_i386_set_ldt=no
ac_cv_lib_ossaudio__oss_ioctl=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_LDCONFIG=/sbin/ldconfig
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_BISON=bison
ac_cv_prog_CONVERT=convert
ac_cv_prog_CPP=/lib/cpp
ac_cv_prog_FLEX=flex
ac_cv_prog_FONTFORGE=fontforge
ac_cv_prog_ICOTOOL=icotool
ac_cv_prog_MSGFMT=msgfmt
ac_cv_prog_PKG_CONFIG=pkg-config
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CPPBIN=cpp
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
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
wine_cv_toolsdir='$(top_builddir)'

## ----------------- ##
## Output variables. ##
## ----------------- ##

ALL_TEST_RESOURCES=''
ALSALIBS=''
APPLICATIONSERVICESLIB=''
AR='ar'
ARFLAGS='rc'
BISON='bison'
BUILTINFLAG=''
CARBONLIB=''
CC='gcc'
CFLAGS='-g -O2'
CONVERT='convert'
COREAUDIO=''
COREFOUNDATIONLIB=''
CORESERVICESLIB=''
CPP='/lib/cpp'
CPPBIN='cpp'
CPPFLAGS=''
CROSSCC=''
CROSSTARGET=''
CROSSTEST_DISABLE=''
CRTLIBS=''
CUPSINCL=''
CXX='g++'
CXXFLAGS='-g -O2'
DBUSINCL=''
DEFS=''
DISKARBITRATIONLIB=''
DLLEXT=''
DLLFLAGS=''
DLLTOOL=''
DLLWRAP=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
EXTRACFLAGS=''
EXTRA_BINARIES=''
FLEX='flex'
FONTCONFIGINCL=''
FONTFORGE='fontforge'
FRAMEWORK_OPENAL=''
FREETYPEINCL=''
FREETYPELIBS=''
GNUTLSINCL=''
GPHOTO2INCL=''
GPHOTO2LIBS=''
GREP='/bin/grep'
GSTREAMER_INCL=''
GSTREAMER_LIBS=''
HALINCL=''
ICOTOOL='icotool'
IMPLIBEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
IOKITLIB=''
LCMSLIBS=''
LDAPLIBS=''
LDCONFIG='/sbin/ldconfig'
LDD=''
LDDLLFLAGS=''
LDEXECFLAGS=''
LDFLAGS=''
LDPATH=''
LDRPATH_INSTALL=''
LDRPATH_LOCAL=''
LDSHARED=''
LIBDL=''
LIBEXT=''
LIBGETTEXTPO=''
LIBKSTAT=''
LIBMPG123=''
LIBOBJS=''
LIBOPENAL=''
LIBOPENCL=''
LIBPOLL=''
LIBPTHREAD=''
LIBS=''
LINGUAS=''
LINT=''
LINTFLAGS=''
LN_S='ln -s'
LTLIBOBJS=''
MAINTAINER_MODE='#'
MAIN_BINARY=''
MSGFMT='msgfmt'
OBJEXT='o'
OPENGL_LIBS=''
OSS4INCL=''
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_NAME='Wine'
PACKAGE_STRING='Wine 1.5.15'
PACKAGE_TARNAME='wine'
PACKAGE_URL='http://www.winehq.org'
PACKAGE_VERSION='1.5.15'
PATH_SEPARATOR=':'
PKG_CONFIG='pkg-config'
PNGINCL=''
PORCFLAGS=''
PRELINK=''
QUICKTIMELIB=''
RANLIB='ranlib'
RESOLVLIBS=''
RSVG='false'
SANEINCL=''
SECURITYLIB=''
SET_MAKE=''
SHELL='/bin/bash'
SOCKETLIBS=''
TARGETFLAGS=''
TOOLSDIR='$(top_builddir)'
TOOLSEXT=''
UNWINDFLAGS=''
WOW64_DISABLE=''
XLIB=''
XMKMF=''
XML2INCL=''
XML2LIBS=''
XSLTINCL=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ZLIB=''
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
ft_devel=''
gphoto2_devel=''
gphoto2port_devel=''
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sane_devel=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ------------------- ##
## File substitutions. ##
## ------------------- ##

MAKE_DLL_RULES=''
MAKE_IMPLIB_RULES=''
MAKE_PROG_RULES=''
MAKE_RULES=''
MAKE_TEST_RULES=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "Wine"
#define PACKAGE_TARNAME "wine"
#define PACKAGE_VERSION "1.5.15"
#define PACKAGE_STRING "Wine 1.5.15"
#define PACKAGE_BUGREPORT "[email protected]"
#define PACKAGE_URL "http://www.winehq.org"
#define EXEEXT ""
#define _FILE_OFFSET_BITS 64

configure: exit 1
Locked