CMake Error on Compilando o weechat de fontes

4

Eu estava tentando compilar o weechat de fontes na minha máquina CentOS 6.6. Eu instalei todas as dependências abaixo conforme o arquivo README.

  • cmake
  • ncurses-devel
  • gcrypt-devel
  • zlib-devel
  • libcurl-devel

Agora, quando eu faço cmake .. -DPREFIX=/usr/local/bin , recebo o seguinte erro:

-- checking for one of the modules 'ruby-2.1;ruby-2.0;ruby-1.9;ruby-1.8' -- checking for one of the modules 'lua5.2;lua52;lua5.1;lua51;lua5.0;lua50;lua' -- checking for one of the modules 'guile-2.0' CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: NCURSES_INCLUDE_PATH (ADVANCED)

    
por Manlin 30.10.2014 / 12:08

0 respostas

Tags