I am able to configure.
While compiling i found error during test compilation.

build-target/clutter-1.4.0/tests/accessibility'
  CC     cally_atkcomponent_example-cally-atkcomponent-example.o
  CC     cally_atkcomponent_example-cally-examples-util.o
  CC     cally_atkeditabletext_example-cally-examples-util.o
  CC     cally_atkeditabletext_example-cally-atkeditabletext-example.o
  CC     cally_atkevents_example-cally-atkevents-example.o
  CC     cally_atkevents_example-cally-examples-util.o
  CC     cally_atktext_example-cally-atktext-example.o
  CC     cally_atktext_example-cally-examples-util.o
  CC     cally_clone_example-cally-clone-example.o
  CC     cally_clone_example-cally-examples-util.o
  CCLD   cally-atkcomponent-example
  CCLD   cally-atkeditabletext-example
  CCLD   cally-atkevents-example
  CCLD   cally-atktext-example
../../clutter/.libs/libclutter-eglnative-1.0.so: undefined reference to
`_clutter_backend_impl_get_type'
collect2: ld returned 1 exit status
make[4]: *** [cally-atkeditabletext-example] Error 1
make[4]: *** Waiting for unfinished jobs....
../../clutter/.libs/libclutter-eglnative-1.0.so: undefined reference to
`_clutter_backend_impl_get_type'
collect2: ld returned 1 exit status
make[4]: *** [cally-atkcomponent-example] Error 1

Any solution.

On Fri, 2010-11-19 at 15:02 +0900, Jake Knickerbocker wrote:
> 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