[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] ClutterTexture, texture renders black

2009-07-11 Thread Jack Rutherford
Hi All, I am calling clutter_texture_new_from_file like this texture = clutter_texture_new_from_file (texture.png, NULL); clutter_actor_set_position (texture, 50, 50); clutter_container_add_actor (CLUTTER_CONTAINER (stage), texture); clutter_actor_show (texture); Nothing unusual there right? For