[Mesa-users] Make error in Mesa 7.9.2

Amy maskov amy.maskov at gmail.com
Fri Sep 9 01:09:18 PDT 2011


Hi
    Jose
           This is my compilation options for Mesa 7.10.3

*******************************************************************************************************
[root at localhost Mesa-7.10.3]# ./configure
LIBDRM_CFLAGS="-I/usr/local/libdrm/iclude/libdrm
-I/usr/local/libdrm/include"
LIBDRM_LIBS="/usr/local/libdrm/lib/libdrm.so.2"
GLPROTO_CFLAGS="-I/usr/local/glproto/include/GL/internal
-I/usr/local/glproto/include/GL"
GLPROTO_LIBS="/usr/lib/nvidia/libGL.so" --prefix=/usr/local/Mesa-7.9.2
--enable-driglx-direct --enable-gallium --enable-gles-overlay
--with-driver=dri --with-dri-driverdir=/usr/lib/dri
--with-state-trackers=egl,glx,dri --with-dri-drivers=i965,i915,intel
LIBDRM_RADEON_CFLAGS="-I/usr/local/libdrm/include/libdrm
-I/usr/local/libdrm/include"
LIBDRM_RADEON_LIBS="/usr/local/libdrm/lib/libdrm_radeon.so"
--with-egl-platforms='drm x11'
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
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 how to run the C preprocessor... gcc -E
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gmake... gmake
checking for python2... python2
checking for makedepend... /usr/bin/makedepend
checking for sed... /bin/sed
checking for flex... /usr/bin/flex
checking for bison... /usr/bin/bison
checking for a BSD-compatible install... /usr/bin/install -c
checking if compiling with clang... no
checking whether gcc version is sufficient... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether gcc supports -fvisibility=hidden... yes
checking whether g++ supports -fvisibility=hidden... yes
checking whether to enable assembly... yes, x86
checking for gcc option to produce PIC... -fPIC
checking for dlopen... no
checking for dlopen in -ldl... yes
checking for posix_memalign... yes
checking pkg-config files for X11 are available... yes
checking for X11... yes
checking for LIBDRM... yes
checking for DRI2PROTO... yes
checking for GLPROTO... yes
checking for XF86VIDMODE... yes
checking for DRIGL... yes
checking for LIBDRM_RADEON... yes
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking for XML_ParserCreate in -lexpat... yes
checking for INTEL... yes
checking for XCB_DRI2... no
checking for LIBUDEV... no
checking for GLW... yes
checking udis86.h usability... no
checking udis86.h presence... no
checking for udis86.h... no
checking for llvm-config... no
configure: creating ./config.status
config.status: creating configs/autoconf
config.status: executing configs commands

        prefix:          /usr/local/Mesa-7.9.2
        exec_prefix:     ${prefix}
        libdir:          ${exec_prefix}/lib
        includedir:      ${prefix}/include

        OpenGL:          yes (ES1: no ES2: no)
        GLES overlay:    yes
        OpenVG:          no

        Driver:          dri
        OSMesa:          no
        DRI drivers:     i965 i915 intel
        DRI driver dir:  /usr/lib/dri
        Use XCB:         no

        GLU:             yes
        GLw:             yes (Motif: no)
        glut:            no

        EGL:             yes
        EGL platforms:   drm x11
        EGL drivers:     egl_glx egl_gallium
        EGL Gallium STs: $(GL_LIB) $(GLESv1_CM_LIB) $(GLESv2_LIB)

        llvm:            no

        Gallium:         yes
        Gallium dirs:    auxiliary drivers state_trackers
        Target dirs:      egl dri-r300 dri-swrast
        Winsys dirs:     sw sw/xlib sw/dri i915/sw radeon/drm
        Driver dirs:     softpipe failover galahad trace rbug identity
svga i915 i965 r300
        Trackers dirs:   egl glx dri

        Shared libs:     yes
        Static libs:     no

        CFLAGS:          -g -O2 -Wall -Wmissing-prototypes -ffast-math
-fvisibility=hidden -fno-strict-aliasing -fPIC
        CXXFLAGS:        -g -O2 -Wall -fvisibility=hidden
-fno-strict-aliasing -fPIC
        Macros:          -D_GNU_SOURCE -DPTHREADS
-DHAVE_POSIX_MEMALIGN -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER
-DGLX_DIRECT_RENDERING -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS
-DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM

        PYTHON2:         python2

        Run 'gmake' to build Mesa
**************************************************************************************************

and version of libdrm is 2.4.26 and the compilation options are given
below, Here environment variable PCIACCESS cflags and lib are also
included and libintel.so from libdrm is giving error message inn the
make of Mesa.

[root at localhost libdrm-2.4.26]# ./configure
--prefix=/usr/local/libdrm-2.4.24 --enable-nouveau-experimental-api
LDFLAGS="-L/usr/local/libatomic/lib"
CPPFLAGS="-I/usr/local/libatomic/include"
PCIACCESS_CFLAGS="-I/usr/local/pciaccess/include"
PCIACCESS_LIBS="-L/usr/local/pciaccess/lib"
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to disable maintainer-specific portions of Makefiles... 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 style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for PTHREADSTUBS... yes
checking for PCIACCESS... yes
checking for clock_gettime... no
checking for clock_gettime in -lrt... yes
checking for supported warning flags...
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wextra... yes
checking whether gcc supports -Wsign-compare... yes
checking whether gcc supports -Werror-implicit-function-declaration... yes
checking whether gcc supports -Wpointer-arith... yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc supports -Wmissing-prototypes... yes
checking whether gcc supports -Wmissing-declarations... yes
checking whether gcc supports -Wnested-externs... yes
checking whether gcc supports -Wpacked... yes
checking whether gcc supports -Wswitch-enum... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether gcc supports -Wstrict-aliasing=2... yes
checking whether gcc supports -Winit-self... yes
checking whether gcc supports -Wunsafe-loop-optimizations... yes
checking whether gcc supports -Wdeclaration-after-statement... yes
checking whether gcc supports -Wold-style-definition... yes
checking whether gcc supports -Wno-missing-field-initializers... yes
checking whether gcc supports -Wno-unused-parameter... yes
checking whether gcc supports -Wno-attributes... yes
checking whether gcc supports -Wno-long-long... yes
checking whether gcc supports -Winline... yes
checking which warning flags were supported...  -Wall -Wextra
-Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum
-Wmissing-format-attribute -Wstrict-aliasing=2 -Winit-self
-Wunsafe-loop-optimizations -Wdeclaration-after-statement
-Wold-style-definition -Wno-missing-field-initializers
-Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline
checking for CAIRO... yes
checking for LIBUDEV... no
checking for native atomic primitives... checking atomic_ops.h usability... yes
checking atomic_ops.h presence... yes
checking for atomic_ops.h... yes
libatomic-ops
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libkms/Makefile
config.status: creating libkms/libkms.pc
config.status: creating intel/Makefile
config.status: creating intel/libdrm_intel.pc
config.status: creating radeon/Makefile
config.status: creating radeon/libdrm_radeon.pc
config.status: creating nouveau/Makefile
config.status: creating nouveau/libdrm_nouveau.pc
config.status: creating tests/Makefile
config.status: creating tests/modeprint/Makefile
config.status: creating tests/modetest/Makefile
config.status: creating tests/kmstest/Makefile
config.status: creating tests/vbltest/Makefile
config.status: creating include/Makefile
config.status: creating include/drm/Makefile
config.status: creating libdrm.pc
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands

libdrm 2.4.26 will be compiled with:

  libkms         yes
  Intel API      yes
  vmwgfx API     no
  Radeon API     yes
  Nouveau API    yes
**********************************************************************************************************

Thanks for giving reply
Amy

On 9/9/11, Jose Ramon Muñoz Pekkarinen <koalinux at gmail.com> wrote:
>
> Did you use the same options than before?
>
> What version of libdrm did you build?
>
> On Thursday 08 September 2011 12:06:45 Amy maskov wrote:
>> Hi
>>     List
>>            The earlier problem was with pythonMAPI that was not
>> installed on my box, Now getting the make error ->
>> ***************************************************************************
>> ******************************** mklib: Making Linux shared library:
>> i965_dri.so.tmp
>> g++ -g -O2 -Wall -Wmissing-prototypes -ffast-math -fvisibility=hidden
>> -fno-strict-aliasing  -fPIC  -DUSE_X86_ASM -DUSE_MMX_ASM
>> -DUSE_3DNOW_ASM -DUSE_SSE_ASM -D_GNU_SOURCE -DPTHREADS
>> -DHAVE_POSIX_MEMALIGN -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER
>> -DGLX_DIRECT_RENDERING -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS
>> -DFEATURE_GL=1 -o i965_dri.so.test
>> ../../../../../src/mesa/drivers/dri/common/dri_test.o i965_dri.so.tmp
>>  /usr/local/libdrm/lib/libdrm.so.2 -lexpat -lm -lpthread -ldl
>> -L/usr/local/libdrm/lib -ldrm_intel -ldrm
>> /usr/local/libdrm/lib/libdrm_intel.so: undefined reference to
>> `pci_device_probe' /usr/local/libdrm/lib/libdrm_intel.so: undefined
>> reference to `pci_system_init' /usr/local/libdrm/lib/libdrm_intel.so:
>> undefined reference to
>> `pci_system_cleanup'
>> /usr/local/libdrm/lib/libdrm_etintel.so: undefined reference to
>> `pci_device_find_by_slot'
>> collect2: ld returned 1 exit status
>> ***************************************************************************
>> ************************* whether the problem is with libdrm or with mesa?
>>
>>
>> Thanks in advance
>> Amy
>>
>> On 9/6/11, Amy maskov <amy.maskov at gmail.com> wrote:
>> > Hi
>> >
>> >     Jose
>> >
>> >            You are right, though libdrm was installed with radeon
>> >
>> > options, mesa configure could not find it until set it through
>> > LIBDRM_RAEDON_CFLAG AND LIBDRM_RAEDON_LIB. but now the make command is
>> > giving an syntax error in ->
>> >
>> >    ../../../src/mapi/mapi/mapi_abi.py \
>> >
>> >                 -i vgapi/vgapi_defines.h vgapi.csv > vgapi_tmp.h
>> >
>> >   File "../../../src/mapi/mapi/mapi_abi.py", line 63
>> >
>> >     sep = '' if t.endswith('*') else ' '
>> >
>> > now this syntax error is nothing to do with any config options etc. i
>> > think its a python error , i have python 2 which it checked during
>> > configure options.
>> >
>> > Can anyone suggests the core of the problem.
>> > Thanks in advance
>> >
>> > Amy.
>> >
>> > On 9/5/11, Jose Ramon Muñoz Pekkarinen <koalinux at gmail.com> wrote:
>> >> 	It seems your problem is here.
>> >> 	
>> >>> configure: WARNING: libdrm_radeon is missing, not building
>> >>> gallium-radeon
>> >>>
>> >> 	Did you build drm first?
>> >> 	
>> >> 	These links will help you in case you're lost:
>> >> 	
>> >> 	http://pkg-xorg.alioth.debian.org/howto/build-mesa.html
>> >> 	
>> >> 	http://dri.freedesktop.org/wiki/Building
>> >> 	
>> >> 	http://www.x.org/wiki/radeonBuildHowTo
>> >> 	
>> >> 	Greetings
>> >>
>> >> On Monday 05 September 2011 12:26:14 Amy maskov wrote:
>> >>> Hi
>> >>>
>> >>>    List Users
>> >>>
>> >>>                    I am trying to compile Mesa 7.9.2 on centos 5.6
>> >>>
>> >>> [Linux localhost.localdomain 2.6.39-4.el5.elrepo #1 SMP PREEMPT Thu
>> >>> Aug 4 19:58:19 EDT 2011 i686 i686 i386 GNU/Linux] When i run
>> >>> ./configure as shown next, it confgures successfully, and then makes
>> >>> gives an error which is given at last section of the mail. I could not
>> >>> figure it out where is the problem?
>> >>>
>> >>> Can anyone guide me
>> >>> Thanks in advance.
>> >>> Amy
>> >>>
>> >>> ***********************************************************************
>> >>> **** *******************************
>> >>>
>> >>> [root at localhost Mesa-7.9.2]# ./configure
>> >>> LIBDRM_CFLAGS="-I/usr/local/libdrm/iclude/libdrm
>> >>> -I/usr/local/libdrm/include"
>> >>> LIBDRM_LIBS="/usr/local/libdrm/lib/libdrm.so.2"
>> >>> GLPROTO_CFLAGS="-I/usr/local/glproto/include/GL/internal
>> >>> -I/usr/local/glproto/include/GL"
>> >>> GLPROTO_LIBS="/usr/lib/nvidia/libGL.so" --prefix=/usr/local/Mesa-7.9.2
>> >>> checking build system type... i686-pc-linux-gnu
>> >>> checking host system type... i686-pc-linux-gnu
>> >>> 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 how to run the C preprocessor... gcc -E
>> >>> checking for gcc... (cached) gcc
>> >>> checking whether we are using the GNU C compiler... (cached) yes
>> >>> checking whether gcc accepts -g... (cached) yes
>> >>> checking for gcc option to accept ISO C89... (cached) none needed
>> >>> checking for g++... g++
>> >>> checking whether we are using the GNU C++ compiler... yes
>> >>> checking whether g++ accepts -g... yes
>> >>> checking for gmake... gmake
>> >>> checking for python2... python2
>> >>> checking for makedepend... /usr/bin/makedepend
>> >>> checking for sed... /bin/sed
>> >>> checking for a BSD-compatible install... /usr/bin/install -c
>> >>> checking if compiling with clang... no
>> >>> checking whether gcc version is sufficient... yes
>> >>> checking for pkg-config... /usr/bin/pkg-config
>> >>> checking pkg-config is at least version 0.9.0... yes
>> >>> checking whether gcc supports -fvisibility=hidden... yes
>> >>> checking whether g++ supports -fvisibility=hidden... yes
>> >>> checking whether to enable assembly... yes, x86
>> >>> checking for gcc option to produce PIC... -fPIC
>> >>> checking for dlopen... no
>> >>> checking for dlopen in -ldl... yes
>> >>> checking for posix_memalign... yes
>> >>> checking pkg-config files for X11 are available... yes
>> >>> checking for X11... yes
>> >>> checking for LIBDRM... yes
>> >>> checking for DRI2PROTO... yes
>> >>> checking for GLPROTO... yes
>> >>> checking for XF86VIDMODE... yes
>> >>> checking for DRIGL... yes
>> >>> checking for LIBDRM_RADEON... no
>> >>> checking expat.h usability... yes
>> >>> checking expat.h presence... yes
>> >>> checking for expat.h... yes
>> >>> checking for XML_ParserCreate in -lexpat... yes
>> >>> checking for INTEL... yes
>> >>> checking for XCB_DRI2... no
>> >>> checking for LIBUDEV... no
>> >>> checking for GLW... yes
>> >>> checking udis86.h usability... no
>> >>> checking udis86.h presence... no
>> >>> checking for udis86.h... no
>> >>> checking for llvm-config... no
>> >>> checking for XORG... no
>> >>> configure: WARNING: libdrm_radeon is missing, not building
>> >>> gallium-radeon
>> >>> (r300) configure: creating ./config.status
>> >>> config.status: creating configs/autoconf
>> >>> config.status: executing configs commands
>> >>>
>> >>>         prefix:          /usr/local/Mesa-7.9.2
>> >>>         exec_prefix:     ${prefix}
>> >>>         libdir:          ${exec_prefix}/lib
>> >>>         includedir:      ${prefix}/include
>> >>>
>> >>>         Driver:          dri
>> >>>         OSMesa:          no
>> >>>         DRI drivers:     i810 i915 i965 mach64 mga r128 r200 r300 r600
>> >>>
>> >>> radeon savage sis tdfx unichrome swrast
>> >>>
>> >>>         DRI driver dir:  ${libdir}/dri
>> >>>         Use XCB:         no
>> >>>
>> >>>         llvm:            no
>> >>>
>> >>>         Gallium:         yes
>> >>>         Gallium dirs:    auxiliary drivers state_trackers
>> >>>         Target dirs:      egl dri-swrast
>> >>>         Winsys dirs:     sw sw/xlib sw/dri i915/sw
>> >>>         Driver dirs:     softpipe failover galahad trace rbug identity
>> >>>
>> >>> svga i915 i965
>> >>>
>> >>>         Trackers dirs:   dri egl
>> >>>         EGL client APIs: $(GL_LIB)
>> >>>
>> >>>         Shared libs:     yes
>> >>>         Static libs:     no
>> >>>         EGL:             glx
>> >>>         EGL platforms:   x11 drm
>> >>>         GLU:             yes
>> >>>         GLw:             yes (Motif: no)
>> >>>         glut:            no
>> >>>
>> >>>         CFLAGS:          -g -O2 -Wall -Wmissing-prototypes -std=c99
>> >>>
>> >>> -ffast-math -fvisibility=hidden -fno-strict-aliasing -fPIC
>> >>>
>> >>>         CXXFLAGS:        -g -O2 -Wall -fvisibility=hidden
>> >>>
>> >>> -fno-strict-aliasing -fPIC
>> >>>
>> >>>         Macros:          -D_GNU_SOURCE -DPTHREADS
>> >>>
>> >>> -DHAVE_POSIX_MEMALIGN -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER
>> >>> -DGLX_DIRECT_RENDERING -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS
>> >>> -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM
>> >>>
>> >>>         PYTHON2:         python2
>> >>>
>> >>>         Run 'gmake' to build Mesa
>> >>>
>> >>> ***********************************************************************
>> >>> **** ****************************** make error->
>> >>>
>> >>> ............................
>> >>> ...........................
>> >>> gcc -c -I. -I../../../../../src/mesa/drivers/dri/common -Iserver
>> >>> -I../../../../../include -I../../../../../src/mapi
>> >>> -I../../../../../src/mesa -I../../../../../src/egl/main
>> >>> -I../../../../../src/egl/drivers/dri -I/usr/local/libdrm/iclude/libdrm
>> >>> -I/usr/local/libdrm/iclude  -g -O2 -Wall -Wmissing-prototypes -std=c99
>> >>> -ffast-math -fvisibility=hidden -fno-strict-aliasing  -fPIC
>> >>> -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM
>> >>> -D_GNU_SOURCE -DPTHREADS -DHAVE_POSIX_MEMALIGN
>> >>> -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING
>> >>> -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -DFEATURE_GL=1
>> >>> ../common/utils.c -o ../common/utils.o
>> >>> In file included from ../common/utils.h:32,
>> >>>
>> >>>                  from ../common/utils.c:37:
>> >>> ../../../../../include/GL/internal/dri_interface.h:51:17: error:
>> >>> drm.h: No such file or directory
>> >>> In file included from ../common/utils.h:32,
>> >>>
>> >>>                  from ../common/utils.c:37:
>> >>> ../../../../../include/GL/internal/dri_interface.h:317: error:
>> >>> expected declaration specifiers or ‘...’ before ‘drm_clip_rect_t’
>> >>> ../../../../../include/GL/internal/dri_interface.h:319: error:
>> >>> expected declaration specifiers or ‘...’ before ‘drm_clip_rect_t’
>> >>> ../../../../../include/GL/internal/dri_interface.h:373: error:
>> >>> expected declaration specifiers or ‘...’ before ‘drm_clip_rect_t’
>> >>> ../../../../../include/GL/internal/dri_interface.h:632: error:
>> >>> expected declaration specifiers or ‘...’ before ‘drm_drawable_t’
>> >>> ../../../../../include/GL/internal/dri_interface.h:640: error:
>> >>> expected declaration specifiers or ‘...’ before ‘drm_context_t’
>> >>> gmake[6]: *** [../common/utils.o] Error 1
>> >>> gmake[6]: Leaving directory
>> >>> `/root/Downloads/Mesa-7.9.2/src/mesa/drivers/dri/i810'
>> >>> gmake[5]: *** [lib] Error 2
>> >>> gmake[5]: Leaving directory
>> >>> `/root/Downloads/Mesa-7.9.2/src/mesa/drivers/dri/i810'
>> >>> gmake[4]: *** [subdirs] Error 1
>> >>> gmake[4]: Leaving directory
>> >>> `/root/Downloads/Mesa-7.9.2/src/mesa/drivers/dri' gmake[3]: ***
>> >>> [default]
>> >>> Error 1
>> >>> gmake[3]: Leaving directory
>> >>> `/root/Downloads/Mesa-7.9.2/src/mesa/drivers'
>> >>> gmake[2]: *** [driver_subdirs] Error 2
>> >>> gmake[2]: Leaving directory `/root/Downloads/Mesa-7.9.2/src/mesa'
>> >>> make[1]: *** [subdirs] Error 1
>> >>> make[1]: Leaving directory `/root/Downloads/Mesa-7.9.2/src'
>> >>> make: *** [default] Error 1
>> >>> ***********************************************************************
>> >>> **** ********************************
>> >>> _______________________________________________
>> >>> mesa-users mailing list
>> >>> mesa-users at lists.freedesktop.org
>> >>> http://lists.freedesktop.org/mailman/listinfo/mesa-users
>


More information about the mesa-users mailing list