Mesa 7.9.2 fails to compile

Xianwen Chen <[email protected]>
Newsgroups gmane.comp.video.mesa3d.user
Message-ID <[email protected]>
Hi there,

I'm compiling Mesa 1.9.2 on my Linux box. The Makefile was generated with

./configure --prefix=/mnt/hda1/usr --with-expat=/mnt/hda1=usr.

While making, I got following error:

dri2.c: In function 'DRI2WireToEvent':
dri2.c:130 error: 'xDRI2BufferSwapComplete' has no member named 'sbc_hi'
dri2.c:130 error: 'xDRI2BufferSwapComplete' has no member named 'sbc_lo'

Any suggestion on fixing the problem is appeciated.

Xianwen


-- 
Backup email: [email protected]

_______________________________________________
mesa-users mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-users
config.log (application/octet-stream, 31.4 KB)
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by Mesa configure 7.9.0, which was
generated by GNU Autoconf 2.63b.  Invocation command line was

  $ ./configure --prefix=/mnt/hda1/usr --with-expat=/mnt/hda1/usr

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

hostname = box
uname -m = i686
uname -r = 2.6.33.3-tinycore
uname -s = Linux
uname -v = #2012 SMP Wed May 12 17:05:42 EEST 2010

/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: /mnt/hda1/sbin
PATH: /mnt/hda1/bin
PATH: /mnt/hda1/usr/sbin
PATH: /mnt/hda1/usr/bin
PATH: /mnt/hda1/sbin
PATH: /mnt/hda1/bin
PATH: /mnt/hda1/usr/sbin
PATH: /mnt/hda1/usr/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /mnt/hda1/tce/ondemand


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

configure:2529: checking build system type
configure:2543: result: i686-pc-linux-gnu
configure:2563: checking host system type
configure:2576: result: i686-pc-linux-gnu
configure:2652: checking for gcc
configure:2668: found /usr/local/bin/gcc
configure:2679: result: gcc
configure:2908: checking for C compiler version
configure:2916: gcc --version >&5
gcc (GCC) 4.4.3
Copyright (C) 2010 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:2920: $? = 0
configure:2927: gcc -v >&5
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.4.3/configure --prefix=/usr/local --enable-languages=c,c++ --disable-bootstrap
Thread model: posix
gcc version 4.4.3 (GCC) 
configure:2931: $? = 0
configure:2938: gcc -V >&5
gcc: '-V' option must have argument
configure:2942: $? = 1
configure:2961: checking for C compiler default output file name
configure:2983: gcc -march=native -O2 -pipe -fomit-frame-pointer   conftest.c  >&5
configure:2987: $? = 0
configure:3024: result: a.out
configure:3040: checking whether the C compiler works
configure:3050: ./a.out
configure:3054: $? = 0
configure:3069: result: yes
configure:3076: checking whether we are cross compiling
configure:3078: result: no
configure:3081: checking for suffix of executables
configure:3088: gcc -o conftest -march=native -O2 -pipe -fomit-frame-pointer   conftest.c  >&5
configure:3092: $? = 0
configure:3114: result: 
configure:3120: checking for suffix of object files
configure:3142: gcc -c -march=native -O2 -pipe -fomit-frame-pointer  conftest.c >&5
configure:3146: $? = 0
configure:3167: result: o
configure:3171: checking whether we are using the GNU C compiler
configure:3190: gcc -c -march=native -O2 -pipe -fomit-frame-pointer  conftest.c >&5
configure:3190: $? = 0
configure:3199: result: yes
configure:3208: checking whether gcc accepts -g
configure:3228: gcc -c -g  conftest.c >&5
configure:3228: $? = 0
configure:3269: result: yes
configure:3286: checking for gcc option to accept ISO C89
configure:3350: gcc  -c -march=native -O2 -pipe -fomit-frame-pointer  conftest.c >&5
configure:3350: $? = 0
configure:3363: result: none needed
configure:3388: checking how to run the C preprocessor
configure:3419: gcc -E  conftest.c
configure:3419: $? = 0
configure:3433: gcc -E  conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:3433: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Mesa"
| #define PACKAGE_TARNAME "mesa"
| #define PACKAGE_VERSION "7.9.0"
| #define PACKAGE_STRING "Mesa 7.9.0"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3458: result: gcc -E
configure:3478: gcc -E  conftest.c
configure:3478: $? = 0
configure:3492: gcc -E  conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:3492: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Mesa"
| #define PACKAGE_TARNAME "mesa"
| #define PACKAGE_VERSION "7.9.0"
| #define PACKAGE_STRING "Mesa 7.9.0"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3568: checking for gcc
configure:3595: result: gcc
configure:3824: checking for C compiler version
configure:3832: gcc --version >&5
gcc (GCC) 4.4.3
Copyright (C) 2010 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:3836: $? = 0
configure:3843: gcc -v >&5
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.4.3/configure --prefix=/usr/local --enable-languages=c,c++ --disable-bootstrap
Thread model: posix
gcc version 4.4.3 (GCC) 
configure:3847: $? = 0
configure:3854: gcc -V >&5
gcc: '-V' option must have argument
configure:3858: $? = 1
configure:3861: checking whether we are using the GNU C compiler
configure:3889: result: yes
configure:3898: checking whether gcc accepts -g
configure:3959: result: yes
configure:3976: checking for gcc option to accept ISO C89
configure:4053: result: none needed
configure:4131: checking for g++
configure:4147: found /usr/local/bin/g++
configure:4158: result: g++
configure:4185: checking for C++ compiler version
configure:4193: g++ --version >&5
g++ (GCC) 4.4.3
Copyright (C) 2010 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:4197: $? = 0
configure:4204: g++ -v >&5
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.4.3/configure --prefix=/usr/local --enable-languages=c,c++ --disable-bootstrap
Thread model: posix
gcc version 4.4.3 (GCC) 
configure:4208: $? = 0
configure:4215: g++ -V >&5
g++: '-V' option must have argument
configure:4219: $? = 1
configure:4222: checking whether we are using the GNU C++ compiler
configure:4241: g++ -c -march=native -O2 -pipe -fomit-frame-pointer  conftest.cpp >&5
configure:4241: $? = 0
configure:4250: result: yes
configure:4259: checking whether g++ accepts -g
configure:4279: g++ -c -g  conftest.cpp >&5
configure:4279: $? = 0
configure:4320: result: yes
configure:4347: checking for gmake
configure:4377: result: no
configure:4347: checking for make
configure:4363: found /usr/local/bin/make
configure:4374: result: make
configure:4389: checking for python2
configure:4419: result: no
configure:4389: checking for python
configure:4405: found /mnt/hda1/usr/bin/python
configure:4416: result: python
configure:4429: checking for makedepend
configure:4462: result: no
configure:4469: checking for sed
configure:4487: found /usr/local/bin/sed
configure:4499: result: /usr/local/bin/sed
configure:4522: checking for a BSD-compatible install
configure:4590: result: /usr/bin/install -c
configure:4655: checking if compiling with clang
configure:4674: gcc -c -march=native -O2 -pipe -fomit-frame-pointer  conftest.c >&5
conftest.c: In function 'main':
conftest.c:15: error: 'not' undeclared (first use in this function)
conftest.c:15: error: (Each undeclared identifier is reported only once
conftest.c:15: error: for each function it appears in.)
conftest.c:15: error: expected ';' before 'clang'
configure:4674: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Mesa"
| #define PACKAGE_TARNAME "mesa"
| #define PACKAGE_VERSION "7.9.0"
| #define PACKAGE_STRING "Mesa 7.9.0"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
| #ifndef __clang__
|        not clang
| #endif
| 
|   ;
|   return 0;
| }
configure:4681: result: no
configure:4685: checking whether gcc version is sufficient
configure:4701: result: yes
configure:4774: checking for pkg-config
configure:4792: found /mnt/hda1/usr/bin/pkg-config
configure:4804: result: /mnt/hda1/usr/bin/pkg-config
configure:4829: checking pkg-config is at least version 0.9.0
configure:4832: result: yes
configure:4874: checking whether gcc supports -fvisibility=hidden
configure:4888: gcc -o conftest -march=native -O2 -pipe -fomit-frame-pointer -Wall -Wmissing-prototypes -std=c99 -ffast-math -fvisibility=hidden   conftest.c  >&5
configure:4888: $? = 0
configure:4889: result: yes
configure:4906: checking whether g++ supports -fvisibility=hidden
configure:4920: gcc -o conftest -march=native -O2 -pipe -fomit-frame-pointer -Wall -Wmissing-prototypes -std=c99 -ffast-math -fvisibility=hidden -fno-strict-aliasing   conftest.c  >&5
configure:4920: $? = 0
configure:4921: result: yes
configure:5113: checking whether to enable assembly
configure:5165: result: yes, x86
configure:5213: checking for gcc option to produce PIC
configure:5299: result: -fPIC
configure:5305: checking for dlopen
configure:5305: gcc -o conftest -march=native -O2 -pipe -fomit-frame-pointer -Wall -Wmissing-prototypes -std=c99 -ffast-math -fvisibility=hidden -fno-strict-aliasing   conftest.c  >&5
/tmp/ccYaxo6c.o: In function `main':
conftest.c:(.text+0x7): undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:5305: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Mesa"
| #define PACKAGE_TARNAME "mesa"
| #define PACKAGE_VERSION "7.9.0"
| #define PACKAGE_STRING "Mesa 7.9.0"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dlopen innocuous_dlopen
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dlopen (); 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 dlopen
| 
| /* 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 dlopen ();
| /* 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_dlopen || defined __stub___dlopen
| choke me
| #endif
| 
| int
| main ()
| {
| return dlopen ();
|   ;
|   return 0;
| }
configure:5305: result: no
configure:5309: checking for dlopen in -ldl
configure:5334: gcc -o conftest -march=native -O2 -pipe -fomit-frame-pointer -Wall -Wmissing-prototypes -std=c99 -ffast-math -fvisibility=hidden -fno-strict-aliasing   conftest.c -ldl   >&5
configure:5334: $? = 0
configure:5343: result: yes
configure:5353: checking for posix_memalign
configure:5353: gcc -o conftest -march=native -O2 -pipe -fomit-frame-pointer -Wall -Wmissing-prototypes -std=c99 -ffast-math -fvisibility=hidden -fno-strict-aliasing   conftest.c  >&5
configure:5353: $? = 0
configure:5353: result: yes
configure:5755: checking pkg-config files for X11 are available
configure:5758: $PKG_CONFIG --exists --print-errors "x11"
configure:5761: $? = 0
configure:5772: result: yes
configure:5780: checking for X11
configure:5787: $PKG_CONFIG --exists --print-errors "x11"
configure:5790: $? = 0
configure:5803: $PKG_CONFIG --exists --print-errors "x11"
configure:5806: $? = 0
configure:5863: result: yes
configure:6697: checking for LIBDRM
configure:6704: $PKG_CONFIG --exists --print-errors "libdrm >= $LIBDRM_REQUIRED"
configure:6707: $? = 0
configure:6720: $PKG_CONFIG --exists --print-errors "libdrm >= $LIBDRM_REQUIRED"
configure:6723: $? = 0
configure:6780: result: yes
configure:6786: checking for DRI2PROTO
configure:6793: $PKG_CONFIG --exists --print-errors "dri2proto >= $DRI2PROTO_REQUIRED"
configure:6796: $? = 0
configure:6809: $PKG_CONFIG --exists --print-errors "dri2proto >= $DRI2PROTO_REQUIRED"
configure:6812: $? = 0
configure:6869: result: yes
configure:6875: checking for GLPROTO
configure:6882: $PKG_CONFIG --exists --print-errors "glproto >= $GLPROTO_REQUIRED"
configure:6885: $? = 0
configure:6898: $PKG_CONFIG --exists --print-errors "glproto >= $GLPROTO_REQUIRED"
configure:6901: $? = 0
configure:6958: result: yes
configure:6972: checking for XF86VIDMODE
configure:6979: $PKG_CONFIG --exists --print-errors "xxf86vm"
Package xxf86vm was not found in the pkg-config search path.
Perhaps you should add the directory containing `xxf86vm.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xxf86vm' found
configure:6982: $? = 1
configure:6995: $PKG_CONFIG --exists --print-errors "xxf86vm"
Package xxf86vm was not found in the pkg-config search path.
Perhaps you should add the directory containing `xxf86vm.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xxf86vm' found
configure:6998: $? = 1
configure:7011: result: no
No package 'xxf86vm' found
configure:7050: checking for DRIGL
configure:7057: $PKG_CONFIG --exists --print-errors "$dri_modules"
configure:7060: $? = 0
configure:7073: $PKG_CONFIG --exists --print-errors "$dri_modules"
configure:7076: $? = 0
configure:7133: result: yes
configure:7272: checking for LIBDRM_RADEON
configure:7279: $PKG_CONFIG --exists --print-errors "libdrm_radeon libdrm >= $LIBDRM_RADEON_REQUIRED"
configure:7282: $? = 0
configure:7295: $PKG_CONFIG --exists --print-errors "libdrm_radeon libdrm >= $LIBDRM_RADEON_REQUIRED"
configure:7298: $? = 0
configure:7335: result: yes
configure:7548: checking expat.h usability
configure:7548: gcc -c -march=native -O2 -pipe -fomit-frame-pointer -Wall -Wmissing-prototypes -std=c99 -ffast-math -fvisibility=hidden -fno-strict-aliasing  -I/mnt/hda1/usr/include conftest.c >&5
configure:7548: $? = 0
configure:7548: result: yes
configure:7548: checking expat.h presence
configure:7548: gcc -E  -I/mnt/hda1/usr/include conftest.c
configure:7548: $? = 0
configure:7548: result: yes
configure:7548: checking for expat.h
configure:7548: result: yes
configure:7556: checking for XML_ParserCreate in -lexpat
configure:7581: gcc -o conftest -march=native -O2 -pipe -fomit-frame-pointer -Wall -Wmissing-prototypes -std=c99 -ffast-math -fvisibility=hidden -fno-strict-aliasing  -I/mnt/hda1/usr/include  -L/mnt/hda1/usr/lib conftest.c -lexpat   >&5
configure:7581: $? = 0
configure:7590: result: yes
configure:7615: checking for INTEL
configure:7622: $PKG_CONFIG --exists --print-errors "libdrm_intel >= 2.4.21"
configure:7625: $? = 0
configure:7638: $PKG_CONFIG --exists --print-errors "libdrm_intel >= 2.4.21"
configure:7641: $? = 0
configure:7698: result: yes
configure:7802: checking for XCB_DRI2
configure:7809: $PKG_CONFIG --exists --print-errors "x11-xcb xcb-dri2 xcb-xfixes"
configure:7812: $? = 0
configure:7825: $PKG_CONFIG --exists --print-errors "x11-xcb xcb-dri2 xcb-xfixes"
configure:7828: $? = 0
configure:7865: result: yes
configure:7871: checking for LIBUDEV
configure:7878: $PKG_CONFIG --exists --print-errors "libudev > 150"
Package libudev was not found in the pkg-config search path.
Perhaps you should add the directory containing `libudev.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libudev' found
configure:7881: $? = 1
configure:7894: $PKG_CONFIG --exists --print-errors "libudev > 150"
Package libudev was not found in the pkg-config search path.
Perhaps you should add the directory containing `libudev.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libudev' found
configure:7897: $? = 1
configure:7910: result: no
No package 'libudev' found
configure:8026: checking for GLW
configure:8033: $PKG_CONFIG --exists --print-errors "x11 xt"
configure:8036: $? = 0
configure:8049: $PKG_CONFIG --exists --print-errors "x11 xt"
configure:8052: $? = 0
configure:8109: result: yes
configure:8418: checking udis86.h usability
configure:8418: gcc -c -march=native -O2 -pipe -fomit-frame-pointer -Wall -Wmissing-prototypes -std=c99 -ffast-math -fvisibility=hidden -fno-strict-aliasing  -I/mnt/hda1/usr/include conftest.c >&5
conftest.c:43:20: error: udis86.h: No such file or directory
configure:8418: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Mesa"
| #define PACKAGE_TARNAME "mesa"
| #define PACKAGE_VERSION "7.9.0"
| #define PACKAGE_STRING "Mesa 7.9.0"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"
| #define PACKAGE_URL ""
| #define HAVE_LIBEXPAT 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 <udis86.h>
configure:8418: result: no
configure:8418: checking udis86.h presence
configure:8418: gcc -E  -I/mnt/hda1/usr/include conftest.c
conftest.c:10:20: error: udis86.h: No such file or directory
configure:8418: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Mesa"
| #define PACKAGE_TARNAME "mesa"
| #define PACKAGE_VERSION "7.9.0"
| #define PACKAGE_STRING "Mesa 7.9.0"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"
| #define PACKAGE_URL ""
| #define HAVE_LIBEXPAT 1
| /* end confdefs.h.  */
| #include <udis86.h>
configure:8418: result: no
configure:8418: checking for udis86.h
configure:8418: result: no
configure:8428: checking for llvm-config
configure:8459: result: no
configure:8509: checking for XORG
configure:8516: $PKG_CONFIG --exists --print-errors "xorg-server >= 1.6.0 libdrm >= $LIBDRM_XORG_REQUIRED libkms >= $LIBKMS_XORG_REQUIRED"
Package xorg-server was not found in the pkg-config search path.
Perhaps you should add the directory containing `xorg-server.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xorg-server' found
configure:8519: $? = 1
configure:8532: $PKG_CONFIG --exists --print-errors "xorg-server >= 1.6.0 libdrm >= $LIBDRM_XORG_REQUIRED libkms >= $LIBKMS_XORG_REQUIRED"
Package xorg-server was not found in the pkg-config search path.
Perhaps you should add the directory containing `xorg-server.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xorg-server' found
configure:8535: $? = 1
configure:8548: result: no
No package 'xorg-server' found
configure:9370: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by Mesa config.status 7.9.0, which was
generated by GNU Autoconf 2.63b.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on box

config.status:886: creating configs/autoconf
config.status:1043: executing configs commands

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_ARCH_FLAGS_set=
ac_cv_env_ARCH_FLAGS_value=
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=set
ac_cv_env_CFLAGS_value='-march=native -O2 -pipe -fomit-frame-pointer'
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=set
ac_cv_env_CXXFLAGS_value='-march=native -O2 -pipe -fomit-frame-pointer'
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_DRI2PROTO_CFLAGS_set=
ac_cv_env_DRI2PROTO_CFLAGS_value=
ac_cv_env_DRI2PROTO_LIBS_set=
ac_cv_env_DRI2PROTO_LIBS_value=
ac_cv_env_DRIGL_CFLAGS_set=
ac_cv_env_DRIGL_CFLAGS_value=
ac_cv_env_DRIGL_LIBS_set=
ac_cv_env_DRIGL_LIBS_value=
ac_cv_env_EXTRA_LIB_PATH_set=
ac_cv_env_EXTRA_LIB_PATH_value=
ac_cv_env_GLPROTO_CFLAGS_set=
ac_cv_env_GLPROTO_CFLAGS_value=
ac_cv_env_GLPROTO_LIBS_set=
ac_cv_env_GLPROTO_LIBS_value=
ac_cv_env_GLUT_CFLAGS_set=
ac_cv_env_GLUT_CFLAGS_value=
ac_cv_env_GLUT_LIBS_set=
ac_cv_env_GLUT_LIBS_value=
ac_cv_env_GLW_CFLAGS_set=
ac_cv_env_GLW_CFLAGS_value=
ac_cv_env_GLW_LIBS_set=
ac_cv_env_GLW_LIBS_value=
ac_cv_env_INTEL_CFLAGS_set=
ac_cv_env_INTEL_CFLAGS_value=
ac_cv_env_INTEL_LIBS_set=
ac_cv_env_INTEL_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBDRM_CFLAGS_set=
ac_cv_env_LIBDRM_CFLAGS_value=
ac_cv_env_LIBDRM_LIBS_set=
ac_cv_env_LIBDRM_LIBS_value=
ac_cv_env_LIBDRM_RADEON_CFLAGS_set=
ac_cv_env_LIBDRM_RADEON_CFLAGS_value=
ac_cv_env_LIBDRM_RADEON_LIBS_set=
ac_cv_env_LIBDRM_RADEON_LIBS_value=
ac_cv_env_LIBDRM_XORG_CFLAGS_set=
ac_cv_env_LIBDRM_XORG_CFLAGS_value=
ac_cv_env_LIBDRM_XORG_LIBS_set=
ac_cv_env_LIBDRM_XORG_LIBS_value=
ac_cv_env_LIBKMS_XORG_CFLAGS_set=
ac_cv_env_LIBKMS_XORG_CFLAGS_value=
ac_cv_env_LIBKMS_XORG_LIBS_set=
ac_cv_env_LIBKMS_XORG_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBUDEV_CFLAGS_set=
ac_cv_env_LIBUDEV_CFLAGS_value=
ac_cv_env_LIBUDEV_LIBS_set=
ac_cv_env_LIBUDEV_LIBS_value=
ac_cv_env_MKLIB_OPTIONS_set=
ac_cv_env_MKLIB_OPTIONS_value=
ac_cv_env_OPT_FLAGS_set=
ac_cv_env_OPT_FLAGS_value=
ac_cv_env_PIC_FLAGS_set=
ac_cv_env_PIC_FLAGS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_X11_CFLAGS_set=
ac_cv_env_X11_CFLAGS_value=
ac_cv_env_X11_INCLUDES_set=
ac_cv_env_X11_INCLUDES_value=
ac_cv_env_X11_LIBS_set=
ac_cv_env_X11_LIBS_value=
ac_cv_env_XCB_CFLAGS_set=
ac_cv_env_XCB_CFLAGS_value=
ac_cv_env_XCB_DRI2_CFLAGS_set=
ac_cv_env_XCB_DRI2_CFLAGS_value=
ac_cv_env_XCB_DRI2_LIBS_set=
ac_cv_env_XCB_DRI2_LIBS_value=
ac_cv_env_XCB_LIBS_set=
ac_cv_env_XCB_LIBS_value=
ac_cv_env_XEXT_CFLAGS_set=
ac_cv_env_XEXT_CFLAGS_value=
ac_cv_env_XEXT_LIBS_set=
ac_cv_env_XEXT_LIBS_value=
ac_cv_env_XF86VIDMODE_CFLAGS_set=
ac_cv_env_XF86VIDMODE_CFLAGS_value=
ac_cv_env_XF86VIDMODE_LIBS_set=
ac_cv_env_XF86VIDMODE_LIBS_value=
ac_cv_env_XLIBGL_CFLAGS_set=
ac_cv_env_XLIBGL_CFLAGS_value=
ac_cv_env_XLIBGL_LIBS_set=
ac_cv_env_XLIBGL_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_XORG_CFLAGS_set=
ac_cv_env_XORG_CFLAGS_value=
ac_cv_env_XORG_LIBS_set=
ac_cv_env_XORG_LIBS_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_func_dlopen=no
ac_cv_func_posix_memalign=yes
ac_cv_header_expat_h=yes
ac_cv_header_udis86_h=no
ac_cv_host=i686-pc-linux-gnu
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_expat_XML_ParserCreate=yes
ac_cv_objext=o
ac_cv_path_LLVM_CONFIG=no
ac_cv_path_SED=/usr/local/bin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/mnt/hda1/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_MAKE=make
ac_cv_prog_PYTHON2=python
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
pkg_cv_DRI2PROTO_CFLAGS='-I/mnt/hda1/usr/include  '
pkg_cv_DRI2PROTO_LIBS=' '
pkg_cv_DRIGL_CFLAGS='-I/mnt/hda1/usr/include  '
pkg_cv_DRIGL_LIBS='-L/mnt/hda1/usr/lib -lX11 -lXext -lXdamage -lXfixes  '
pkg_cv_GLPROTO_CFLAGS='-I/mnt/hda1/usr/include  '
pkg_cv_GLPROTO_LIBS=' '
pkg_cv_GLW_CFLAGS='-I/mnt/hda1/usr/include  '
pkg_cv_GLW_LIBS='-L/mnt/hda1/usr/lib -lXt -lX11  '
pkg_cv_INTEL_CFLAGS='-I/mnt/hda1/usr/include -I/mnt/hda1/usr/include/libdrm  '
pkg_cv_INTEL_LIBS='-L/mnt/hda1/usr/lib -ldrm_intel -ldrm  '
pkg_cv_LIBDRM_CFLAGS='-I/mnt/hda1/usr/include -I/mnt/hda1/usr/include/libdrm  '
pkg_cv_LIBDRM_LIBS='-L/mnt/hda1/usr/lib -ldrm  '
pkg_cv_LIBDRM_RADEON_CFLAGS='-I/mnt/hda1/usr/include -I/mnt/hda1/usr/include/libdrm  '
pkg_cv_LIBDRM_RADEON_LIBS='-L/mnt/hda1/usr/lib -ldrm_radeon -ldrm  '
pkg_cv_X11_CFLAGS='-I/mnt/hda1/usr/include  '
pkg_cv_X11_LIBS='-L/mnt/hda1/usr/lib -lX11  '
pkg_cv_XCB_DRI2_CFLAGS='-I/mnt/hda1/usr/include  '
pkg_cv_XCB_DRI2_LIBS='-L/mnt/hda1/usr/lib -lX11-xcb -lX11 -lxcb-dri2 -lxcb-xfixes -lxcb-render -lxcb-shape -lxcb  '

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

API_DEFINES=' -DFEATURE_GL=1'
APP_LIB_DEPS='-lm'
ARCH_FLAGS=''
ASM_FLAGS='-DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM'
CC='gcc'
CFLAGS='-march=native -O2 -pipe -fomit-frame-pointer -Wall -Wmissing-prototypes -std=c99 -ffast-math -fvisibility=hidden -fno-strict-aliasing'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXFLAGS='-march=native -O2 -pipe -fomit-frame-pointer -Wall -fvisibility=hidden -fno-strict-aliasing'
DEFINES=' -D_GNU_SOURCE -DPTHREADS -DHAVE_POSIX_MEMALIGN -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -DHAVE_XCB_DRI2'
DEFS='-DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"7.9.0\" -DPACKAGE_STRING=\"Mesa\ 7.9.0\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DHAVE_LIBEXPAT=1'
DLOPEN_LIBS='-ldl'
DRI2PROTO_CFLAGS='-I/mnt/hda1/usr/include  '
DRI2PROTO_LIBS=' '
DRIGL_CFLAGS='-I/mnt/hda1/usr/include  '
DRIGL_LIBS='-L/mnt/hda1/usr/lib -lX11 -lXext -lXdamage -lXfixes  '
DRIVER_DIRS='dri'
DRI_DIRS='i810 i915 i965 mach64 mga r128 r200 r300 r600 radeon savage sis tdfx unichrome swrast'
DRI_DRIVER_INSTALL_DIR='${libdir}/dri'
DRI_DRIVER_SEARCH_DIR='${DRI_DRIVER_INSTALL_DIR}'
DRI_LIB_DEPS=' -L/mnt/hda1/usr/lib -ldrm   -L/mnt/hda1/usr/lib -lexpat -lm -lpthread -ldl'
DRI_PC_REQ_PRIV='libdrm >= 2.4.15'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGL_CLIENT_APIS='$(GL_LIB)'
EGL_DRIVERS_DIRS='glx dri2'
EGL_DRIVER_INSTALL_DIR='${libdir}/egl'
EGL_LIB_DEPS='-ldl -lpthread'
EGL_LIB_GLOB='lib$(EGL_LIB).*so*'
EGL_LIB_NAME='lib$(EGL_LIB).so'
EGL_PLATFORMS='x11 drm'
EGREP=''
EXEEXT=''
EXPAT_INCLUDES='-I/mnt/hda1/usr/include'
EXTRA_LIB_PATH=''
GALLIUM_DIRS='auxiliary drivers state_trackers'
GALLIUM_DRIVERS_DIRS='softpipe failover galahad trace rbug identity svga i915 i965 r300'
GALLIUM_STATE_TRACKERS_DIRS='dri egl'
GALLIUM_TARGET_DIRS=' egl dri-r300 dri-swrast'
GALLIUM_WINSYS_DIRS='sw sw/xlib sw/dri i915/sw radeon/drm'
GLAPI_ASM_SOURCES='$(X86_API)'
GLES_OVERLAY='0'
GLESv1_CM_LIB_DEPS='-L/mnt/hda1/usr/lib -ldrm   -lm -lpthread -ldl'
GLESv1_CM_LIB_GLOB='lib$(GLESv1_CM_LIB).*so*'
GLESv1_CM_LIB_NAME='lib$(GLESv1_CM_LIB).so'
GLESv1_CM_PC_LIB_PRIV='-lm -lpthread -ldl'
GLESv2_LIB_DEPS='-L/mnt/hda1/usr/lib -ldrm   -lm -lpthread -ldl'
GLESv2_LIB_GLOB='lib$(GLESv2_LIB).*so*'
GLESv2_LIB_NAME='lib$(GLESv2_LIB).so'
GLESv2_PC_LIB_PRIV='-lm -lpthread -ldl'
GLPROTO_CFLAGS='-I/mnt/hda1/usr/include  '
GLPROTO_LIBS=' '
GLUT_CFLAGS=''
GLUT_LIBS=''
GLUT_LIB_DEPS=''
GLUT_LIB_GLOB='lib$(GLUT_LIB).*so*'
GLUT_LIB_NAME='lib$(GLUT_LIB).so'
GLUT_MESA_DEPS=''
GLUT_PC_CFLAGS=''
GLUT_PC_LIB_PRIV=''
GLUT_PC_REQ_PRIV=''
GLU_DIRS='sgi'
GLU_LIB_DEPS='-lm '
GLU_LIB_GLOB='lib$(GLU_LIB).*so*'
GLU_LIB_NAME='lib$(GLU_LIB).so'
GLU_MESA_DEPS='-l$(GL_LIB)'
GLU_PC_CFLAGS=''
GLU_PC_LIB_PRIV='-lm '
GLU_PC_REQ='gl'
GLU_PC_REQ_PRIV=''
GLW_CFLAGS='-I/mnt/hda1/usr/include  '
GLW_LIBS='-L/mnt/hda1/usr/lib -lXt -lX11  '
GLW_LIB_DEPS='-L/mnt/hda1/usr/lib -lXt -lX11  '
GLW_LIB_GLOB='lib$(GLW_LIB).*so*'
GLW_LIB_NAME='lib$(GLW_LIB).so'
GLW_MESA_DEPS='-l$(GL_LIB)'
GLW_PC_CFLAGS=''
GLW_PC_LIB_PRIV=''
GLW_PC_REQ_PRIV='x11 xt'
GLW_SOURCES='GLwDrawA.c'
GL_LIB_DEPS='-L/mnt/hda1/usr/lib -lX11 -lXext -lXdamage -lXfixes   -L/mnt/hda1/usr/lib -ldrm   -lm -lpthread -ldl'
GL_LIB_GLOB='lib$(GL_LIB).*so*'
GL_LIB_NAME='lib$(GL_LIB).so'
GL_PC_CFLAGS=''
GL_PC_LIB_PRIV='-lm -lpthread -ldl'
GL_PC_REQ_PRIV='libdrm >= 2.4.15 dri2proto >= 2.1 glproto >= 1.4.11 x11 xext xdamage xfixes'
GREP=''
HAVE_XF86VIDMODE='no'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INTEL_CFLAGS='-I/mnt/hda1/usr/include -I/mnt/hda1/usr/include/libdrm  '
INTEL_LIBS='-L/mnt/hda1/usr/lib -ldrm_intel -ldrm  '
LDFLAGS=''
LIBDRM_CFLAGS='-I/mnt/hda1/usr/include -I/mnt/hda1/usr/include/libdrm  '
LIBDRM_LIBS='-L/mnt/hda1/usr/lib -ldrm  '
LIBDRM_RADEON_CFLAGS='-I/mnt/hda1/usr/include -I/mnt/hda1/usr/include/libdrm  '
LIBDRM_RADEON_LIBS='-L/mnt/hda1/usr/lib -ldrm_radeon -ldrm  '
LIBDRM_XORG_CFLAGS=''
LIBDRM_XORG_LIBS=''
LIBKMS_XORG_CFLAGS=''
LIBKMS_XORG_LIBS=''
LIBOBJS=''
LIBS='-lexpat '
LIBUDEV_CFLAGS=''
LIBUDEV_LIBS=''
LIB_DIR='lib'
LLVM_CFLAGS=''
LLVM_CONFIG='no'
LLVM_LDFLAGS=''
LLVM_LIBS=''
LLVM_VERSION=''
LTLIBOBJS=''
MAKE='make'
MESA_ASM_SOURCES='$(X86_SOURCES)'
MESA_LLVM='0'
MKDEP=''
MKDEP_OPTIONS='-fdepend -I/tmp/tcloop/gcc/usr/local/bin/../lib/gcc/i686-pc-linux-gnu/4.4.3/include -I/tmp/tcloop/gcc/usr/local/bin/../lib/gcc/i686-pc-linux-gnu/4.4.3/include-fixed'
MKLIB_OPTIONS=''
MOTIF_CFLAGS=''
MOTIF_CONFIG=''
OBJEXT='o'
OPT_FLAGS=''
OSMESA_LIB='OSMesa'
OSMESA_LIB_DEPS=''
OSMESA_LIB_GLOB='lib$(OSMESA_LIB).*so*'
OSMESA_LIB_NAME='lib$(OSMESA_LIB).so'
OSMESA_MESA_DEPS=''
OSMESA_PC_LIB_PRIV=''
OSMESA_PC_REQ=''
PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa'
PACKAGE_NAME='Mesa'
PACKAGE_STRING='Mesa 7.9.0'
PACKAGE_TARNAME='mesa'
PACKAGE_URL=''
PACKAGE_VERSION='7.9.0'
PATH_SEPARATOR=':'
PIC_FLAGS='-fPIC'
PKG_CONFIG='/mnt/hda1/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
POSIX_SHELL=''
PROGRAM_DIRS=''
PYTHON2='python'
RADEON_CFLAGS='-DHAVE_LIBDRM_RADEON=1 -I/mnt/hda1/usr/include -I/mnt/hda1/usr/include/libdrm  '
RADEON_LDFLAGS='-L/mnt/hda1/usr/lib -ldrm_radeon -ldrm  '
SED='/usr/local/bin/sed'
SHELL='/mnt/hda1/bin/bash'
SRC_DIRS='mapi/glapi glsl mesa  glx egl glu glw gallium gallium/winsys gallium/targets'
VG_LIB_DEPS=''
VG_LIB_GLOB='lib$(VG_LIB).*so*'
VG_LIB_NAME='lib$(VG_LIB).so'
X11_CFLAGS='-I/mnt/hda1/usr/include  '
X11_INCLUDES=' -I/mnt/hda1/usr/include  '
X11_LIBS='-L/mnt/hda1/usr/lib -lX11  '
XCB_CFLAGS=''
XCB_DRI2_CFLAGS='-I/mnt/hda1/usr/include  '
XCB_DRI2_LIBS='-L/mnt/hda1/usr/lib -lX11-xcb -lX11 -lxcb-dri2 -lxcb-xfixes -lxcb-render -lxcb-shape -lxcb  '
XCB_LIBS=''
XEXT_CFLAGS=''
XEXT_LIBS=''
XF86VIDMODE_CFLAGS=''
XF86VIDMODE_LIBS=''
XLIBGL_CFLAGS=''
XLIBGL_LIBS=''
XMKMF=''
XORG_CFLAGS=''
XORG_DRIVER_INSTALL_DIR='${exec_prefix}/lib/xorg/modules/drivers'
XORG_LIBS=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
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='${prefix}'
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='/mnt/hda1/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

/* confdefs.h */
#define PACKAGE_NAME "Mesa"
#define PACKAGE_TARNAME "mesa"
#define PACKAGE_VERSION "7.9.0"
#define PACKAGE_STRING "Mesa 7.9.0"
#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"
#define PACKAGE_URL ""
#define HAVE_LIBEXPAT 1

configure: exit 0
Makefile (application/octet-stream, 13.5 KB) - not displayed
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.