i am compiling clutter-0.6.0 GLES implementation is version 1.2.1 we are able to compile GLES apps against them
but we figured out that we were able to compile only .cpp files not the c files The problem was in header file egl.h, now the error corresponding to egl.h is gone but still ./configure is unable to detect the library > checking for eglInitialize in -lGLES_CM... no > checking for eglInitialize in -lgles_cm... no > configure: error: GLES library not found and egl backend requested. only this error remains thanks and regards varun On Wed, Jun 11, 2008 at 7:09 PM, Matthew Allum <[EMAIL PROTECTED]> wrote: > What version of Clutter is this ? What EGL/GLES implementation and > version are you using ? Are you able to compile other GLES apps against > them ? > > == Matthew > > On Wed, 2008-06-11 at 18:31 +0530, varun shrivastava wrote: > > hi > > i am trying to configure clutter as > > > > ./configure --with-flavour=eglx > > > > but get following error > > > > checking GLES/egl.h usability... no > > checking GLES/egl.h presence... yes > > configure: WARNING: GLES/egl.h: present but cannot be compiled > > configure: WARNING: GLES/egl.h: check for missing prerequisite > > headers? > > configure: WARNING: GLES/egl.h: see the Autoconf documentation > > configure: WARNING: GLES/egl.h: section "Present But Cannot Be > > Compiled" > > configure: WARNING: GLES/egl.h: proceeding with the preprocessor's > > result > > configure: WARNING: GLES/egl.h: in the future, the compiler will take > > precedence > > configure: WARNING: ## > > ----------------------------------------------------------------------- > > ## > > configure: WARNING: ## Report this to > > http://bugzilla.o-hand.com/enter_bug.cgi?product=Clutter ## > > configure: WARNING: ## > > ----------------------------------------------------------------------- > > ## > > checking for GLES/egl.h... yes > > checking GLES/gl.h usability... yes > > checking GLES/gl.h presence... yes > > checking for GLES/gl.h... yes > > checking for eglInitialize in -lGLES_CM... no > > checking for eglInitialize in -lgles_cm... no > > configure: error: GLES library not found and egl backend requested. > > > > > > > > the library exist at the location > > > > kindly help > > varun > >
