Cinaed (or anyone who has used gr_modtool in v3.9) 1. So, I can ignore mpir. Is this a bug in gr_modtool? i.e. why is it trying to find it if it isn't needed? 2. Per your suggestion, I installed python3-pygccxml and that eliminated that error. Thanks! 3. In my new module, the file: lib/CMakeLists.txt was created by gr_modtool, I didn't have any say in that file. I just barely know how to invoke cmake, let alone how to debug it. Does the output from gr_modtool v3.9 need to be edited? If so, can someone help me to identify what needs to be fixed?
Gavin Date: Wed, 13 Jan 2021 16:50:53 -0800 From: Cinaed Simson <cinaed.sim...@gmail.com> To: discuss-gnuradio@gnu.org Subject: Re: 3.9 Setup for OOT development Message-ID: <8a5878a2-b0d8-1e43-9836-ea58da17c...@gmail.com> Content-Type: text/plain; charset="windows-1252"; Format="flowed" Hi Gavin - you can probably ignore the first error - there are 2 possible entries for multiple precision libraries. And I believe you need pygccxml for OOT development in 3.9 Try apt install python3-pygccxml you can always uninstall it. Also it appears the you may be trying to use an old nonexistent path in lib/CMakeLists.txtfile? -- Cinaed On 1/13/21 12:32 PM, Gavin Jacobs wrote: > CMake Error in lib/CMakeLists.txt: > Imported target "gnuradio::gnuradio-runtime" includes non-existent path > "/include" > in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include: