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: Seth Hitefield
Subject: Re: [Discuss-gnuradio] gnuradio-companion binary not getting installed
Date: Mon, 28 Nov 2016 16:58:53 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0

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

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


reply via email to

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