You should have used:
cmake -DCMAKE_INSTALL_PREFIX=/usr
You should also use that for any OOT you install.
Ron
On 11/20/24 11:50, Elmore Family wrote:
Marcus,
I have discovered I made two errors in this process which may be
contributing to this issue. However, here is what I have done and th
Marcus,
I have discovered I made two errors in this process which may be
contributing to this issue. However, here is what I have done and the
results.
I followed the procedure that Volker outlined in the README from his Github
project.
cmake -DCMAKE_INSTALL_PREFIX=/usr/bin is executed fro
Hi Jim,
sounds like you have a local installation of gr-display (in /usr/local) and the python
part can't find the underlying compiled C++ library. Can you check where
"libgnuradio-display…" has been installed to (since you probably compiled this yourself,
there might be a `install_manifest.tx
You have to do:
sudo ldconfig
also.
Ron
On 11/20/24 19:32, Elmore Family wrote:
Ron,
I still get the same error using /usr.
Jim
-Original Message- From: Ron Economos
Sent: Wednesday, November 20, 2024 4:48 PM
To: discuss-gnuradio@gnu.org
Subject: Re: gr-display "import display" cau
Ron,
I still get the same error using /usr.
Jim
-Original Message-
From: Ron Economos
Sent: Wednesday, November 20, 2024 4:48 PM
To: discuss-gnuradio@gnu.org
Subject: Re: gr-display "import display" causes error
You should have used:
cmake -DCMAKE_INSTALL_PREFIX=/usr
You should als