On 1/14/21 10:52 AM, Gavin Jacobs wrote:
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?


You don't have MPIR - you have MPLIB instead. It's not a bug.

 1. Per your suggestion, I installed python3-pygccxml and that
    eliminated that error. Thanks!
 2. 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


I can't help you with the gr_modtool. It depends on the inputs you provide and  your requirements.  And I've never used gr_modtool.

-- CInaed



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:



Reply via email to