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
No comments:
Post a Comment