Re: [clutter] How to build clutter on ARM board OMAP 3530

2010-03-18 Thread Amit Pundir
On Wed, Mar 17, 2010 at 7:03 PM, Rakesh Kumar rakesh.ku...@kpitcummins.com wrote: Hi List,   i am using clutter for arm, but i can’t get the pangocairo lib.   While configuring cairo for cross compiling I am getting this error   configure: error: C compiler cannot

Re: [clutter] How to build clutter on ARM board OMAP 3530

2010-03-18 Thread Yogesh Gole
Hi List, i am using clutter for arm, but i can’t get the pangocairo lib. While configuring cairo for cross compiling I am getting this error configure: error: C compiler cannot create executables HI Rakesh, This can be automake/autoconf version or

RE: [clutter] How to build clutter on ARM board OMAP 3530

2010-03-18 Thread Rakesh Kumar
Thanks Amit and Yogesh for your quick Reply. I will check it out according to Your given link. -Original Message- From: Amit Pundir [mailto:pundira...@gmail.com] Sent: Thursday, March 18, 2010 11:35 AM To: Rakesh Kumar Cc: clutter@o-hand.com Subject: Re: [clutter] How to

Re: [clutter] How to build clutter on ARM board OMAP 3530

2010-03-18 Thread Hieu Le Trung
Hi, On Wed, 2010-03-17 at 19:03 +0530, Rakesh Kumar wrote: Hi List, i am using clutter for arm, but i can’t get the pangocairo lib. While configuring cairo for cross compiling I am getting this error configure: error: C compiler cannot create

[clutter] Multiple gtk+ programs rendering into the same Clutter/OpenGL world?

2010-03-18 Thread Andy Tai
Clutter can support gtk+ widgets on a Clutter surface. But is it possible to have multiple gtk+ programs rendering into the same Clutter/OpenGL 3d world, with each program's widgets and windows running independently as the way they can do so in a traditional X11 screen? -- Andy Tai,

Re: [clutter] Help building pyclutter

2010-03-18 Thread Brandon Edens
Run ./autogen.sh first... Brandon On Wed, 2010-03-17 at 16:53 +0530, Ankur Sinha wrote: On Sat, 2010-03-13 at 11:05 +0100, Bastian Winkler wrote: they all live on git.clutter-project.org: git://git.clutter-project.org/bindings/pyclutter

Re: [clutter] Multiple gtk+ programs rendering into the same Clutter/OpenGL world?

2010-03-18 Thread Roger WANG
Andy Tai a...@atai.org writes: Clutter can support gtk+ widgets on a Clutter surface.  But is it possible to have multiple gtk+ programs rendering into the same Clutter/OpenGL 3d world, with each program's widgets and windows running independently as the way they can do so in a traditional