Thank you for that. I'm still a newbie with git.
That process worked as far as cloning, but I am still getting the same
error:
"""
CMake Error at CMakeLists.txt:102 (message):
GnuRadio Runtime required to compile display
"""
from CMakeLists.txt:
find_package(Gnuradio "3.8" REQUIRED PATHS ${CMAKE_INSTALL_PREFIX}
${GNURADIO_MODULE_DIRECTORY})
So I still don't know the correct path for GNURADIO_MODULE_DIRECTORY.
Thanks,
---
Barry Duggan
On 2019-07-25 02:48, Palmer, Chris wrote:
> Barry,
>
> Try this:
>
> git clone https://github.com/dl1ksv/gr-display.git
> cd gr-display
> git checkout gnuradio3.8
>
> -cp
> ________________________________________
> From: Discuss-gnuradio
> <discuss-gnuradio-bounces+chris.palmer=testllc.com@gnu.org> on behalf
> of Barry Duggan <barry@dcsmail.net>
> Sent: Wednesday, July 24, 2019 3:47 PM
> To: Volker Schroer
> Cc: Discuss Gnuradio
> Subject: Re: [Discuss-gnuradio] Problem building gr-display
>
> Hi Volker,
>
> 1) What specific URL should I use? I tried:
>
> git clone https://github.com/dl1ksv/gr-display/tree/gnuradio3.8
> Cloning into 'gnuradio3.8'...
> fatal: repository
> 'https://github.com/dl1ksv/gr-display/tree/gnuradio3.8/' not found
>
> and also:
>
> git clone
> https://github.com/dl1ksv/gr-display/tree/gnuradio3.8/gr-display
>
> 2) Does the cmake command need to define GNURADIO_MODULE_DIRECTORY? If
> so, what is the path?
>
> Thanks,
> --
> Barry Duggan KV4FV
>
> On Wed, 24 Jul 2019 16:30:02 +0200, Volker Schroer wrote:
>
> On github in gr-display exists a gnuradio3.8 branch. Try this one.
> Now that gnuradio switched to 3.8 I should switch the master branch to
> 3.8, too.
>
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
No comments:
Post a Comment