On Fri, 2010-11-19 at 11:41 +0700, Hieu Trung Le wrote: > Where is your GLES2/gl2.h? > > Please check the config.log and it will show you the errors It is finding the header but finally error coming from header. I have downloaded header from //http://www.khronos.org.
Later i tried with OGLES header from power VR SDK & able to solve the problem. currently i am @below error. sysroot-target/usr/lib/libEGL.so: undefined reference to `IMGeglWaitGL' sysroot-target/usr/lib/libEGL.so: undefined reference to`IMGeglReleaseThread' sysroot-target/usr/lib/libEGL.so: undefined reference to `IMGeglGetError' sysroot-target/usr/lib/libEGL.so: undefined reference to `IMGeglBindAPI' sysroot-target/usr/lib/libEGL.so: undefined reference to `svgDestroyLayerContext' sysroot-target/usr/lib/libEGL.so: undefined reference to `svgCreateLayerContext' sysroot-target/usr/lib/libEGL.so: undefined reference to `IMGeglGetCurrentDisplay' sysroot-target/usr/lib/libEGL.so: undefined reference to `IMGeglCopyBuffers' sysroot-target/usr/lib/libEGL.so: undefined reference to `svgCreateLayerContextTriple' Any input will be helpfull. > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of > vijay singh > Sent: Thursday, November 18, 2010 6:41 PM > To: Jake Knickerbocker > Cc: [email protected] > Subject: Re: Cluuter build : errro with GLES header > > On Fri, 2010-11-19 at 11:18 +0900, Jake Knickerbocker wrote: > > Can you post your configure options? > --with-flavour=eglnative --with-gles=2.0 --without-x > As i mentioned i have tried > --with-flavour=eglnative --with-gles=2.0 > > > > -Jake > > > > On Thu, Nov 18, 2010 at 11:44 PM, vijay singh <[email protected]> > wrote: > > > Hi, > > > I found below error while building clutter-1.4.0 with open GLES. > > > > > > checking for GLES2/gl2.h...:no > > > configure: error: Unable to locate required GLES headers > > > > > > All the header are available. > > > Paths is set correctly. > > > > > > It also fails if I add --without-x . > > > > > > Can anyone suggest me the solution. > > > > > > Thanks-- > > > > > > _______________________________________________ > > > clutter-app-devel-list mailing list > > > [email protected] > > > http://lists.clutter-project.org/listinfo/clutter-app-devel-list > > > > > > _______________________________________________ > clutter-app-devel-list mailing list > [email protected] > http://lists.clutter-project.org/listinfo/clutter-app-devel-list > > _______________________________________________ clutter-app-devel-list mailing list [email protected] http://lists.clutter-project.org/listinfo/clutter-app-devel-list
