编译 Cinnamon

编译 Cinnamon

我正在尝试在 Ubuntu 14.04 上构建 Linux Mint 的 cinnamon DE,但是在make命令中出现此错误,有人可以帮忙吗?

  CC       libst_1_0_la-st-bin.lo st/st-bin.c: In function 'st_bin_set_child':st/st-bin.c:465:7: error: 'clutter_actor_unparent' is deprecated (declared at /usr/include/clutter-1.0/clutter/deprecated/clutter-actor.h:58): Use 'clutter_actor_remove_child' instead [-Werror=deprecated-declarations]
   clutter_actor_unparent (old_child);
   ^
st/st-bin.c:475:7: error: 'clutter_actor_set_parent' is deprecated (declared at /usr/include/clutter-1.0/clutter/deprecated/clutter-actor.h:54): Use 'clutter_actor_add_child' instead [-Werror=deprecated-declarations]
   clutter_actor_set_parent (child, CLUTTER_ACTOR (bin));

这是 Raspberry Pi 2B (armhf proc)

无论如何,我现在正在尝试重新安装,clutter看看是否有帮助

答案1

尝试这个 :

sudo add-apt-repository ppa:moorkai/cinnamon
sudo apt-get update
sudo apt-get install cinnamon

然后注销并按下 Ubuntu 按钮,如下所示:

登录图片

然后选择cinnamon

相关内容