开发者

using libcluttermm-1.0 problem

i have installed clutter-1.0 from gnome site using termi开发者_如何学JAVAnal.

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.


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.


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜