i have installed clutter-1.0 from gnome site using terminal.

But when i run the application, error is notified as libcluttermm-1.0 not found. Has this

library not available as of now. if not what is the alternative that i can use.

link|improve this question

78% accept rate
feedback

2 Answers

What did you install exactly? libcluttermm (C++ interface to Clutter) is provided by the cluttermm package. On my Fedora system, I ran:

# yum install cluttermm
# locate libcluttermm
/usr/lib/libcluttermm-1.0.so.0
/usr/lib/libcluttermm-1.0.so.0.0.0

Of course, if you are doing development against it install cluttermm-devel instead.

link|improve this answer
In Ubuntu repository, libcluttermm is void, so that is the main problem. Rather using libcluttermm use libclutter only. – boom Jan 28 '11 at 12:51
feedback
up vote 0 down vote accepted

Use libclutter instead, as libcluttermm is not in Ubuntu repositories.

link|improve this answer
... but why is libcluttermm not there? – Catskul Mar 31 '11 at 3:25
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.