Hola, buenas tardes.
Intentando instalar el modulo para el taller y da error, con el comando cmake ../ :
-- Configuring done
CMake Error at lib/CMakeLists.txt:54 (add_library):
Target "gnuradio-isdbt" links to target "gsl::gsl" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
CMake Error at /usr/lib/x86_64-linux-gnu/cmake/gnuradio/UseSWIG.cmake:573 (add_library):
Target "isdbt_swig" links to target "gsl::gsl" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
/usr/lib/x86_64-linux-gnu/cmake/gnuradio/GrSwig.cmake:137 (swig_add_library)
swig/CMakeLists.txt:51 (GR_SWIG_MAKE)
CMake Error at lib/CMakeLists.txt:54 (add_library):
Target "gnuradio-isdbt" links to target "gsl::gsl" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
-- Generating done
CMake Generate step failed. Build files cannot be regenerated correctly.
Si, lo ignoro y sigo con el siguiente comando make && sudo make install instala hasta el 70% y no sigue mas.
[ 70%] Building CXX object lib/CMakeFiles/gnuradio-isdbt.dir/subset_of_carriers_impl.cc.o
make[2]: *** No hay ninguna regla para construir el objetivo '/usr/lib/x86_64-linux-gnu/liborc-0.4.so', necesario para 'lib/libgnuradio-isdbt.so.1.0.0.0'. Alto.
make[1]: *** [CMakeFiles/Makefile2:252: lib/CMakeFiles/gnuradio-isdbt.dir/all] Error 2
make: *** [Makefile:141: all] Error 2
En GNU, cuando abro la letra todos los bloque que usan el isdbt arrojan error.
No se como solucionarlo.
Alguna idea?
Gracias!
Saludos.