On Tue, Sep 8, 2009 at 8:27 PM, Stephan Raue <mailingli...@openelec.tv>wrote:
> /home/stephan/projects/OpenELEC/build.OpenELEC.intel.i386.uClibc.devel/toolchain/bin/i686-linux-uclibc-gcc
> -c -Os -Wall -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -mtune=generic
> -s -fomit-frame-pointer -Wall -Wmissing-prototypes -std=c99 -ffast-math
> -fno-strict-aliasing -Os -Wall -pipe -D_FILE_OFFSET_BITS=64
> -D_LARGEFILE_SOURCE -mtune=generic -s -fomit-frame-pointer -D_GNU_SOURCE
> -fPIC -D_GNU_SOURCE -DPTHREADS -DHAVE_POSIX_MEMALIGN
> -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING
> -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -include main/mfeatures.h
> -D__GL_EXPORTS -UIN_DRI_DRIVER -I. -I./glapi/headers-es1 -I./state_tracker
> -I../state_tracker -I../../../include -I../../../src/mesa
> -I../../../src/gallium/include -I../../../src/gallium/auxiliary
> ../glapi/glapi.c -o objs-es1/glapi/glapi.o
> ../glapi/glapi.c:227: error: '__glapi_noop_table' undeclared here (not in a
> function)
> ../glapi/glapi.c: In function '_glapi_set_context':
> ../glapi/glapi.c:278: error: '__unused_noop_functions' undeclared (first
> use in this function)
> ../glapi/glapi.c:278: error: (Each undeclared identifier is reported only
> once
> ../glapi/glapi.c:278: error: for each function it appears in.)
> make: *** [objs-es1/glapi/glapi.o] Error 1
> make: Leaving directory
> `/home/stephan/projects/OpenELEC/build.OpenELEC.intel.i386.uClibc.devel/Mesa-master-20090905/src/mesa/es'
glapi.c includes glapitemp.h to generate a no-op dispatch table. From the
error message, the no-op table is missing. My guess is that a wrong
(empty?) glapitemp.h is included. Could you check that
es/glapi/headers-es1/glapi/glapitemp.h have the expected contents? It
should look similar to the pre-generated glapi/glapitemp.h, which is for
OpenGL, not ES.
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev