On Fri, Nov 19, 2010 at 2:25 PM, vijay singh <[email protected]> wrote:

> 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'
>

You're getting closer.  Linking.  Check your LDFLAGS and make sure
those two libraries are in that path.  I've never used the PowerVR SDK
and am not sure as to what's included in that whole package...

It probably should be pointed out that if you are intending to run
this on some X86 target, you'll probably be wanting to building
against the target's libs and staging directory, and not your
host's...  But maybe you're already aware of this and just want to get
a quick test going?
_______________________________________________
clutter-app-devel-list mailing list
[email protected]
http://lists.clutter-project.org/listinfo/clutter-app-devel-list

Reply via email to