discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with gr-modtool on Ubuntu 20.04 (gnuradio 3.10.4)


From: Vasil Velichkov
Subject: Re: Problems with gr-modtool on Ubuntu 20.04 (gnuradio 3.10.4)
Date: Mon, 3 Oct 2022 18:46:49 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0

Hi Michael,

On 03/10/2022 08.21, Michael Matthews wrote:
> Hello,
> 
> I am new to gnuradio and have been going through the tutorials. I have been 
> specifically interested in Creating C++  OOT with 
> gr-modtool<https://wiki.gnuradio.org/index.php?title=Creating_c%2B%2B_OOT_with_gr-modtool>
>  but I seem to be getting errors when trying to use cmake to create the make 
> files.

> CMake Error in lib/CMakeLists.txt:
>   Imported target "gnuradio::gnuradio-runtime" includes non-existent path
> 
>     "/include"
> 
>   in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

You are probably missing some development dependency installed on your system. 
How did you install gnuradio 3.10.4 - from the ppa, from source, ...?

> CMake Error in python/customModule/bindings/CMakeLists.txt:
>   Imported target "Boost::date_time" includes non-existent path
> 
>     "/include"
> 
>   in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

This Boost::data_time dependency is a bit strange. Have you tried adding this 
to your OOT module?

Regards,
Vasil




reply via email to

[Prev in Thread] Current Thread [Next in Thread]