On Tue, Oct 6, 2009 at 12:26 PM, Kuldeep <[email protected]> wrote: > Hi, > We are trying to build clutter for android and when we try to configure > clutter in scratch box with configure flags as below, > > ./configure --host=arm-linux --enable-static --with-flavour=eglnative > --with-gles=1.1 --with-imagebackend=internal --with-x=no > CPPFLAGS=-DANDROID > > we got an error which says: Unable to locate required GLES headers. > > We have copied EGL and GLES headers and libraries that are provided in > Android source to scratchbox's /usr/local/include and /usr/local/lib. > > Please help us if any body has got the same issue while porting to any > Embedded OS or beagle board. >
Check your config.status for detailed error report. Specially the include path it is taking while checking for EGL/GLES headers. regards, Amit Pundir -- To unsubscribe send a mail to [email protected]
