On Wed, 2009-01-28 at 21:38 +0530, Balaji Rao wrote: > Hello, > > Compiling clutter-tutorial fails with the following message. > > main.o: In function `main': > /home/balaji/clutter/clutter-tutorial/examples/actor/main.c:41: undefined > reference to `clutter_label_new_full' > collect2: ld returned 1 exit status > make[3]: *** [example] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > imake: *** [all] Error 2 > > The Changelog in clutter talks about one clutter/clutter-label.c. But it's no > where to be found. What's the issue here ?
You are probably using the clutter-0.9 version of the tutorial. But clutter-0.9's API is unstable and changing. The tutorial has not been updated yet for the latest changes. You should probably use the 0.8 version of clutter and of the clutter tutorial. -- Murray Cumming [email protected] www.murrayc.com www.openismus.com -- To unsubscribe send a mail to [email protected]
