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: ## > -----------------------------------------------------------------------
config.log should have some more useful information. I've seen something like this before when the EGL library needed symbols from libm. Calling configure as CFLAGS="-lm" ./configure resolved that issue. This is probably not the same but perhaps similar. Anyway. The config.log should give you more information about how the compilation of the test program failed. Regards, Rob -- To unsubscribe send a mail to [EMAIL PROTECTED]
