Escopo do Ubuntu com o Framework 14.10 - Intltool

0

Recentemente, desejo criar um projeto de escopo, mas depois encontrei o seguinte erro ao executar o CMake:

CMake Warning at CMakeLists.txt:26 (find_package): By not providing "FindIntltool.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Intltool", but CMake did not find one.

Could not find a package configuration file provided by "Intltool" with any of the following names:

IntltoolConfig.cmake
intltool-config.cmake

Add the installation prefix of "Intltool" to CMAKE_PREFIX_PATH or set "Intltool_DIR" to a directory containing one of the above files. If "Intltool" provides a separate development package or SDK, be sure it has been installed.

Existe algum trabalho?

    
por JT. 10.06.2015 / 12:32

1 resposta

1

Ele diz que "FindIntltool.cmake" não é fornecido.

Este arquivo é distribuído no pacote cmake-extras .

Instale-o no chroot (kit) usado para construir o projeto.

    
por Velkan 13.07.2015 / 16:27