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 binding failed: Symbol not found: _CLUTTER_UNITS_FROM_FLOAT Referenced from: /Users/jack/Code/clutter-0.9-git/clutter/.libs/libclutter-osx-0.9.0.dylib Expected in: dynamic lookup dyld: Symbol not found: _CLUTTER_UNITS_FROM_FLOAT Referenced from: /Users/jack/Code/clutter-0.9-git/clutter/.libs/libclutter-osx-0.9.0.dylib Expected in: dynamic lookup Trace/BPT trap ~~~~~~~~~~~~~ $ ./test-interactive test-grab Red box: aquire grab on press, releases it on next button release Blue box: aquire grab on press, destroys the blue box actor on release Yellow box: aquire grab on press, releases grab on next press on yellow box Green box: toggle per actor motion events. Cyan box: toggle grab (from cyan box) for keyboard events. Bus error
