discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] gnuradio-companion binary not getting installed


From: Jason Matusiak
Subject: Re: [Discuss-gnuradio] gnuradio-companion binary not getting installed
Date: Tue, 29 Nov 2016 09:34:48 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0

This was really good information Seth, thanks.  I tried the steps Nicolas previously mentioned and I had the same problem.  I ran your commands and I see gnuradio-companion under the "disabled components" list.

Looking further up in the output, the thing I see different from your list is that I see:
Dependency ENABLE_PYTHON = OFF

Why would that be?

Thanks!

On 11/28/2016 04:58 PM, Seth Hitefield wrote:
Something may have disabled gnuradio-companion in cmake.
Can you run: "cd ~/gnuradio/src/gnuradio/build; cmake .."?

Towards the end of the output you should see:

-- ######################################################
-- # Gnuradio enabled components                        
-- ######################################################

and

-- ######################################################
-- # Gnuradio disabled components                       
-- ######################################################

Which one does gnuradio-companion fall under?

You can also check the cmake output for the section where gnuradio-companion is being configured.
That will give you an idea of what is going wrong if it is disabled. It should look something like this:

-- Configuring gnuradio-companion support...
--   Dependency ENABLE_GNURADIO_RUNTIME = ON
--   Dependency ENABLE_PYTHON = ON
--   Dependency PYTHON_MIN_VER_FOUND = TRUE
--   Dependency CHEETAH_FOUND = TRUE
--   Dependency LXML_FOUND = TRUE
--   Dependency PYGTK_FOUND = TRUE
--   Dependency NUMPY_FOUND = TRUE
--   Enabling gnuradio-companion support.
--   Override with -DENABLE_GRC=ON/OFF

-- Seth


On 11/28/2016 12:57 PM, Jason Matusiak wrote:
I have a fresh install of Ubuntu 14.04 on a tablet and am trying to install gnuradio via pybombs.  I run "pybombs prefix init ~/gnuradio -a myprefix -R gnuradio-default" and it seems to complete successfully.  But if I look into gnuradio/bin, there is no gnuradio-companion.  Because of that, when I source setup_env.sh and tab out "gnur", the only thing that auto-completes is gnuradio-config-info.

Any idea why the pybombs install acts like it worked, but I don't have a binary to run?

_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



reply via email to

[Prev in Thread] Current Thread [Next in Thread]