Let's take this off-list to work it out. If there's anything useful we'll report back to the list. - MLD
On Thu, Apr 16, 2020 at 11:03 AM Siddhartha Kapoor < [email protected]> wrote: > Thanks for the help,I tried building maint-3.8 and PFA the cmake output. > Also I executed the following sa mentioned here [1] > > cd > git clone --recursive https://github.com/gnuradio/gnuradio.git > cd gnuradio > git clone https://github.com/gnuradio/volk.git > git checkout maint-3.8 > cd volk > git checkout v2.2.1 > cd .. > mkdir build > cd build > > Uptil here it's working fine, it's failing at > cmake -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=/usr/bin/python3 ../ > > [1] > https://wiki.gnuradio.org/index.php/InstallingGR#For_the_GNU_Radio_Master_Branch > > On Thu, Apr 16, 2020, 8:00 PM Michael Dickens <[email protected]> > wrote: > >> Oh ... just noticed you provided the cmake command itself already ... my >> bad & you obviously don't need to supply it! >> >> What we do need to know is: which version of GR are you trying to build? >> A release? A GIT branch & if so which one? >> >> >> On Thu, Apr 16, 2020 at 10:28 AM Michael Dickens < >> [email protected]> wrote: >> >>> Hi Siddhartha - The logs are unfortunately not greatly useful here. What >>> would be useful is noting the specific "cmake" command you're using, and >>> then the output from that command. - MLD >>> >>> On Thu, Apr 16, 2020 at 3:44 AM Siddhartha Kapoor < >>> [email protected]> wrote: >>> >>>> I tried installing gnuradio from source as mentioned here [1] but >>>> encountered problem while doing >>>> cmake -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=/usr/bin/python3 >>>> ../ >>>> >>>> OS is ubuntu 18, PFA the log and error files from CMake, any help would >>>> be appreciated. >>>> >>>> Regards >>>> Siddharth Kapoor >>>> >>>> [1] https://wiki.gnuradio.org/index.php/InstallingGR#From_Source >>>> >>>
