Em 15.04, o Ubuntu SDK “make” não está conseguindo construir e rodar aplicativos Ubuntu Core para desktop.

0

Estou recebendo este erro na compilação

01:09:30: Starting: "/usr/bin/make" 
Scanning dependencies of target ubuntu-clock-app.desktop
[  1%] Merging translations into ubuntu-clock-app.desktop...
Died at /usr/bin/intltool-merge line 317.
CMakeFiles/ubuntu-clock-app.desktop.dir/build.make:49: recipe for target 'CMakeFiles/ubuntu-clock-app.desktop' failed
make[2]: *** [CMakeFiles/ubuntu-clock-app.desktop] Error 2
make[1]: *** [CMakeFiles/ubuntu-clock-app.desktop.dir/all] Error 2
CMakeFiles/Makefile2:136: recipe for target 'CMakeFiles/ubuntu-clock-app.desktop.dir/all' failed
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
01:09:30: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project com.ubuntu.clock (kit: Desktop)
When executing step 'Make'
01:09:30: Elapsed time: 00:00.

Eu posso compilar e executar outros projetos, mas não posso fazer isso para os aplicativos principais que experimentei, incluindo:

lp:ubuntu-clock-app
lp:ubuntu-calendar-app
lp:ubuntu-terminal-app

Como corrigir esse erro?

    
por Akiva 04.05.2015 / 11:12

1 resposta

1

Remover espaços de todos os nomes de diretório pai.

    
por Velkan 04.05.2015 / 11:57