[clutter] Problems with clutter-0.9.7 on OS X

2009-07-12 Thread Jack Rutherford
Hi, I have pulled the latest code form Git and compiled (configured using --with-flavour=osx). When I run some of the interactive tests I get these errors, any one have any ideas what is wrong? See terminal output below for examples. Thanks :) $ ./test-interactive test-actors dyld: lazy symbol

[clutter] Practical advice needed for creating custom actors

2009-07-12 Thread Alexander Teinum
Hi Clutterers. :) I want to create a tab-widget with a path consisting of a couple of arcs and four lines. The path will be filled with a gradient and the arcs have to be smooth (anti-aliased). I have managed to draw the widget as I want it with ClutterCairoTexture, but I'm wondering if it's

Re: [clutter] Practical advice needed for creating custom actors

2009-07-12 Thread Emmanuele Bassi
On Sun, 2009-07-12 at 23:31 +0200, Alexander Teinum wrote: Hi Clutterers. :) I want to create a tab-widget with a path consisting of a couple of arcs and four lines. The path will be filled with a gradient and the arcs have to be smooth (anti-aliased). I have managed to draw the widget as