开发者

using libcluttermm-1.0 problem

开发者 https://www.devze.com 2023-02-06 19:40 出处:网络
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

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

精彩评论

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