On 04/10/2014 07:40 AM, Jordan Johnson wrote:
> So, first thing's first:
> *GNR version:*  3.7.2.1 (from apt)
> *Ubuntu ver.*  14.04
> *cmake ver:*  2.8
> 
> ...Now, I attempting to build gr-drm and it spits out this error on
> cmake ../
> /
> -- checking for module 'gnuradio-runtime'
> --   package 'gnuradio-runtime' not found
>  * INCLUDES=GNURADIO_RUNTIME_INCLUDE_DIRS-NOTFOUND
>  * LIBS=GNURADIO_RUNTIME_LIBRARIES-NOTFOUND
> -- Could NOT find GNURADIO_RUNTIME (missing:  GNURADIO_RUNTIME_LIBRARIES
> GNURADIO_RUNTIME_INCLUDE_DIRS)
> GNURADIO_RUNTIME_FOUND = FALSE
> CMake Error at /usr/share/cmake-2.8/Modules/FindGnuradio.cmake:81 (message):
>   Required GNU Radio Component: RUNTIME missing!
> Call Stack (most recent call first):
>   /usr/share/cmake-2.8/Modules/FindGnuradio.cmake:89 (GR_MODULE)
>   CMakeLists.txt:104 (find_package)
> 
> 
> -- Configuring incomplete, errors occurred!/
> ___________________________________________________
> *TL;DR:* Trying to build module but it cannot find gnuradio, nor
> gnuradio-ruintime and fails. Install prefix is /lib (?)

Is it /lib or /usr/lib? I guess the latter. Can you confirm all the .so
files are in the right place? I.e. libgnuradio-runtime.so?

Martin


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to