Não é possível configurar o gr-ais

-1

link seguindo o acima, eu recebo este erro

scott@scott-P5QC:~/gr-ais/build$ cmake ../
-- Build type not specified: defaulting to release.
-- Boost version: 1.54.0
-- Found the following Boost libraries:
--   filesystem
--   system
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.6") 
CMake Error at CMakeLists.txt:94 (find_package):
  Could not find a configuration file for package "Gnuradio" that is
  compatible with requested version "3.7.6".

  The following configuration files were considered but not accepted:

    /usr/lib/x86_64-linux-gnu/cmake/gnuradio/GnuradioConfig.cmake, version: 3.7.2.1



-- Configuring incomplete, errors occurred!
See also "/home/scott/gr-ais/build/CMakeFiles/CMakeOutput.log".
scott@scott-P5QC:~/gr-ais/build$ 
    
por Scott 02.11.2014 / 21:57

1 resposta

1

O aplicativo que você está tentando construir requer o Gnuradio 3.7.6, mas apenas o 3.7.2 está disponível nos repositórios do Ubuntu em um sistema 14.04.

Você terá que construir o Gnuradio a partir da fonte:

% bl0ck_qu0te%

Fonte: Instalando o GNU Radio da fonte

    
por Sylvain Pineau 03.11.2014 / 00:01