Compilando Canela

0

Estou tentando construir a DE canela do Linux Mint no Ubuntu 14.04, mas recebo esse erro no comando make , alguém pode ajudar?

  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));

Isto é para um Raspberry Pi 2B (armhf proc)

De qualquer forma, estou tentando reinstalar o clutter para ver se isso ajuda

    
por patrick 03.05.2016 / 16:45

1 resposta

0

Tente isto:

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

Em seguida, saia e pressione o botão Ubuntu como aqui:

Em seguida, selecione cinnamon .

    
por LXGA 03.05.2016 / 17:00