Fwd: Gnuradio disabled components

Hi all,

I have recently installed GNU radio 3.7.1 in Manjaro (Distro based in
Arch).
While building some components where disable.
I am interested in having some of them like gnuradio-companion and
gr-wxgui, how can I enable them???

Many thanks,

######################################################
– # Gnuradio disabled components
– ######################################################
– * doxygen
– * sphinx
– * gr-ctrlport
– * gnuradio-companion
– * gr-comedi
– * gr-qtgui
– * gr-wxgui

Could you please post the entire output from cmake?

Thanks

On Thu, Sep 19, 2013 at 7:26 PM, Mauricio Olivera
<[email protected]

Here is the complete installation process…

https://www.dropbox.com/s/md5v8pr0iyllm8f/gnuradio_inst

Many thanks.

2013/9/19 Aditya D. [email protected]

Oops, sorry, I missed those details in your previous email.

Something to do with 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 = FALSE
– Dependency PYGTK_FOUND = TRUE
– Dependency NUMPY_FOUND = TRUE
– Disabling gnuradio-companion support.
– Override with -DENABLE_GRC=ON/OFF

2013/9/19 Aditya D. [email protected]

Have you installed all the dependencies? Which Linux are you running?

http://gnuradio.org/redmine/projects/gnuradio/wiki/UbuntuInstall#Install-Dependencies

On Thu, Sep 19, 2013 at 8:02 PM, Mauricio Olivera
<[email protected]

Hi Mauricio,
as Aditya already pointed out: You need to have all the dependencies
installed when building GNU Radio, otherwise it will disable all
components that can’t be built without these dependencies.
So, if you want to have gr-wxgui, you will need to install wx yourself.
Same goes for all the other disabled components.

I can’t tell you what you need to install under arch; the arch package
seems nice enough, but to be completely honest: I don’t know who
maintains the Arch package you are using, but requiring libuhd is
strange, if you don’t want to use USRPs.
However, there is a wiki page on installing GR on Arch, see
http://gnuradio.org/redmine/projects/gnuradio/wiki/ArchInstall

Anyway, if using your package manager fails, you might use pybombs, and
install things without using arch’s package management.

Hope that helped!
Marcus

On Fri, Sep 20, 2013 at 3:39 AM, Marcus M. [email protected]
wrote:

want to use USRPs.
On 09/20/2013 04:04 AM, Mauricio Olivera wrote:
– Dependency NUMPY_FOUND = TRUE
– Disabling gnuradio-companion support.
– Override with -DENABLE_GRC=ON/OFF

Mauricio,

You can use the build guide in the manual to get an idea of the direct
dependencies of GNU Radio:

http://gnuradio.org/doc/doxygen/build_guide.html

Tom