Re: Clutter 1.10.8: eglnative backend

2012-08-06 Thread Emmanuele Bassi
is clarified the issue. ciao, Emmanuele. >> Date: Sat, 4 Aug 2012 08:33:47 +0100 >> Subject: Re: Clutter 1.10.8: eglnative backend >> From: eba...@gmail.com >> To: williamdesha...@hotmail.com >> CC: clutter-app-devel-list@clutter-project.org > >> >> h

RE: Clutter 1.10.8: eglnative backend

2012-08-06 Thread William Deshaies
it. It say Unrecognizad input backend. Same for evdev. Thanks William Deshaies > Date: Sat, 4 Aug 2012 08:33:47 +0100 > Subject: Re: Clutter 1.10.8: eglnative backend > From: eba...@gmail.com > To: williamdesha...@hotmail.com > CC: clutter-app-devel-list@clutter-project.org > >

Re: Clutter 1.10.8: eglnative backend

2012-08-04 Thread Emmanuele Bassi
Running > Clutter section about this. yes, it would; care to submit a patch? :-) ciao, Emmanuele. > > From: williamdesha...@hotmail.com > To: clutter-app-devel-list@clutter-project.org > Subject: Clutter 1.10.8: eglnative backend > Date: Thu, 2 Aug

RE: Clutter 1.10.8: eglnative backend

2012-08-03 Thread William Deshaies
ail.com To: clutter-app-devel-list@clutter-project.org Subject: Clutter 1.10.8: eglnative backend Date: Thu, 2 Aug 2012 18:32:57 + Hi, I'm trying to port my clutter 1.6.20 application to clutter 1.10.8, but I got the following error: Clutter-ERROR **: Unknown input backend Trace/bre

Clutter 1.10.8: eglnative backend

2012-08-02 Thread William Deshaies
Hi, I'm trying to port my clutter 1.6.20 application to clutter 1.10.8, but I got the following error: Clutter-ERROR **: Unknown input backend Trace/breakpoint trap I usually use eglnative backend but its not present in the new clutter or cogl. Here is my old configure option: ./conf

Re: eglnative + text rendering

2010-11-11 Thread th . tom
- Von: Damien Lespiau Gesendet: 11.11.10 19:08 Uhr An: th@gmx.de Betreff: Re: eglnative + text rendering On Thu, 2010-11-11 at 09:19 +, th@gmx.de wrote: > > I saw, that someone raises this issue before, but there was no reply. > This guy said, this would happen only wi

Re: eglnative + text rendering

2010-11-11 Thread Damien Lespiau
On Thu, 2010-11-11 at 09:19 +, th@gmx.de wrote: > > I saw, that someone raises this issue before, but there was no reply. > This guy said, this would happen only with EGL2.0 and worked ok with > the 1.1. I did not test that until now. Another issue I could think of > is the availability of

Re: eglnative + text rendering

2010-11-11 Thread th . tom
Do I have to install something else for pango to do the correct rendering? - Ursprüngliche Nachricht - Von: Damien Lespiau Gesendet: 10.11.10 17:19 Uhr An: th@gmx.de Betreff: Re: eglnative On Wed, 2010-11-10 at 15:47 +, th@gmx.de wrote: > Hi, Hi, > I am running int

Re: eglnative

2010-11-10 Thread Damien Lespiau
On Wed, 2010-11-10 at 16:21 +, Piñeiro wrote: > Anyway, to discard any error on the accessibility directory, could you > try to compile clutter without this tests? You could do that by > editing tests/Makefile.am No worries here, it just happens that the accessibility tests are the first progr

Re: eglnative

2010-11-10 Thread Piñeiro
ry > `/home/ubuntu/clutter-src/clutter-1.4.0/tests/accessibility' > CC cally_atkcomponent_example-cally-atkcomponent-example.o > CC cally_atkcomponent_example-cally-examples-util.o > CCLD cally-atkcomponent-example > ../../clutter/.libs/libclutter-eglnative-1.0.so: undefi

Re: eglnative

2010-11-10 Thread Damien Lespiau
gt; Making all in accessibility > make[3]: Entering directory > `/home/ubuntu/clutter-src/clutter-1.4.0/tests/accessibility' > CC cally_atkcomponent_example-cally-atkcomponent-example.o > CC cally_atkcomponent_example-cally-examples-util.o > CCLD cally-atkcompone

eglnative

2010-11-10 Thread th . tom
essibility' CC cally_atkcomponent_example-cally-atkcomponent-example.o CC cally_atkcomponent_example-cally-examples-util.o CCLD cally-atkcomponent-example ../../clutter/.libs/libclutter-eglnative-1.0.so: undefined reference to `_clutter_backend_impl_get_type' collect2: ld returned

need help in understanding some cogl-eglnative errors

2010-07-23 Thread Hua Hsing
Hi, I've cross-compiled clutter 1.2.4 for an embedded linux platform with Mali-400 GPU using -with-flavour="eglnative" --with-gles="2.0". I tried to run "tests/interactive/test-actor-clone", as well as other tests, and get the following error messages