Gnuradio 3.7 0rc0 uhd disable

Dear
all,
i have compiled the the new version of gnuradio 3.7 . while making cmake
disable uhd in grc i have tried
cmake -DENABLE_BAD_BOOST=ON -DENABLE_DEFAULT=OFF …/

but don’t have effect on disable block, i know the boost 146 is bad
boost inspite of disabling there is no effect on blocked elements.
i have the following installation on PC
linux; GNU C++ version 4.6.3; Boost_104601; UHD_003.005.003-0-unknown
– ######################################################
– # Gnuradio enabled components
– ######################################################
– * python-support
– * testing-support
– * volk
– * doxygen
– * sphinx
– * gnuradio-runtime
– * gr-blocks
– * gnuradio-companion
– * gr-fec
– * gr-fft
– * gr-filter
– * gr-analog
– * gr-digital
– * gr-atsc
– * gr-audio
– * gr-channels
– * gr-noaa
– * gr-pager
– * gr-qtgui
– * gr-trellis
– * gr-utils
– * gr-video-sdl
– * gr-vocoder
– * gr-fcd
– * gr-wavelet
– * gr-wxgui

– ######################################################
– # Gnuradio disabled components
– ######################################################
– * gr-ctrlport
– * gr-comedi
– * gr-uhd

– Using install prefix: /usr/local
– Building for version: 3.7.0rc0 / 3.7.0rc0
– Configuring done
– Generating done

Dose anyone face this in new GNURadio 3.7???

Thanks
Junaid

On Sat, Jun 22, 2013 at 4:57 AM, Muhammad JUNAID
[email protected] wrote:

– ######################################################
– * gr-filter
– * gr-video-sdl
– * gr-uhd

– Using install prefix: /usr/local
– Building for version: 3.7.0rc0 / 3.7.0rc0
– Configuring done
– Generating done

Dose anyone face this in new GNURadio 3.7???

Thanks
Junaid

Junaid,

You really don’t need /everything/ to build in GNU Radio. Just make
sure that the components you plan on using are listed in the enabled
section. Are you going to use ControlPort? If not, no reason to worry
if gr-ctrlport is disabled. Do you have a USRP? If no, then you don’t
need gr-uhd. Etc., etc.

These also have nothing to do with Boost. If this was an issue with
Boost, then nothing would be enabled.

For gr-ctrlport, you need to install zeroc-ice.

For gr-uhd, you need to install libuhd.

For gr-comedi, you need to install libcomedi-dev.

Tom