2008/10/10 Tomas Frydrych <[EMAIL PROTECTED]>: > Hi, > > Julien Grossholtz wrote: >> I try to compile clutter for an embedded device. I'm using the >> ./configure script like this : >> >> ./configure --without-x --with-flavour=eglnative --with-gles=2.0 >> --prefix=/opt/clutter-egl/ >> >> When I compile it, I get this error : >> >> clutter-stage-egl.c: In function 'clutter_stage_egl_realize': >> clutter-stage-egl.c:89: error: 'EGL_RENDERABLE_TYPE' undeclared (first >> use in this function) >> clutter-stage-egl.c:89: error: (Each undeclared identifier is reported >> only once >> clutter-stage-egl.c:89: error: for each function it appears in.) >> clutter-stage-egl.c:89: error: 'EGL_OPENGL_ES2_BIT' undeclared (first >> use in this function) >> clutter-stage-egl.c:167: error: 'EGL_CONTEXT_CLIENT_VERSION' undeclared >> (first use in this function) >> clutter-stage-egl.c:167: error: initializer element is not constant >> clutter-stage-egl.c:167: error: (near initialization for 'attribs[0]') >> > > Are these values not defined in your GLES2/gl2.h header ? > > Tomas >
> > My SDK is giving me approximately the same gl2.h than the one given at > this address : http://www.khronos.org/registry/gles/api/2.0/gl2.h > > But none of these values are declared in this gl2.h . > > Julien > > > Sorry, that was meant to be egl.h, like > http://www.khronos.org/registry/egl/api/egl.h. > > Tomas > > > Ok, the vendor did not put these values on the egl.h of the SDK. > > What are they supposed to do ? Do you see any possibility to resolve > this problem without these values ? > > > Julien > Oops! forgot to answer on the list, sorry. -- To unsubscribe send a mail to [EMAIL PROTECTED]
