Hi,
it seems you've triggered an issue recently introduced via gnuradio master:
http://gnuradio.org/cgit/gnuradio.git/commit/?id=9297c84dfdae3002677f759ef2b...
Their config.h basically overrides our build-time generated one which not only effectively disables every single source functionality but also causes the build error you experienced.
I've just pushed a small workaround for that, please test it & report.
One second issue i've noticed is that in your configuration every single option seems to be enabled, although not all dependencies have been detected. Usually a full configuration should look like in the attached file.
Best regards,
Dimitri
I failed when I " make ".
the make error is : /tmp/gr-osmosdr/lib/osmosdr_source_c_impl.cc: In constructor ‘osmosdr_source_c_impl::osmosdr_source_c_impl(const string&)’: /tmp/gr-osmosdr/lib/osmosdr_source_c_impl.cc:117:16: error: ‘GR_OSMOSDR_VERSION’ was not declared in this scope /tmp/gr-osmosdr/lib/osmosdr_source_c_impl.cc:117:47: error: ‘GR_OSMOSDR_LIBVER’ was not declared in this scope make[2]: *** [lib/CMakeFiles/gnuradio-osmosdr.dir/osmosdr_source_c_impl.cc.o] Error 1 make[1]: *** [lib/CMakeFiles/gnuradio-osmosdr.dir/all] Error 2 make: *** [all] Error 2 the cmake output is : -- Build type not specified: defaulting to release. -- Extracting version information from git describe... -- Configuring Boost C++ Libraries... -- checking for module 'gnuradio-iqbalance' -- package 'gnuradio-iqbalance' not found -- Found gnuradio-uhd: /usr/local/include, /usr/local/lib/libgnuradio-uhd.so -- Found gnuradio-fcd: /usr/local/include, /usr/local/lib/libgnuradio-fcd.so -- Will build with gnuradio iqbalance support.
On Mon, Mar 11, 2013 at 9:29 PM, Dimitri Stolnikov horiz0n@gmx.net wrote:
Hi,
it seems you've triggered an issue recently introduced via gnuradio master:
http://gnuradio.org/cgit/gnuradio.git/commit/?id=9297c84dfdae3002677f759ef2b...
Their config.h basically overrides our build-time generated one which not only effectively disables every single source functionality but also causes the build error you experienced.
I've just pushed a small workaround for that, please test it & report.
This issue drove me nuts earlier today but with the latest changes I can build again :-)
Alex