Ubuntu 11.10

The maint, master, and next branches in git have all been fixed to work
under Ubuntu 11.10 (new autotools and Qwt 6 were the main culprits). A
bit
more information can be found here:
http://gnuradio.squarespace.com/home/2011/10/16/ubuntu-1110-troubles.html

Tom

Il 17/10/2011 04:17, Tom R. ha scritto:

Discuss-gnuradio mailing list
[email protected]
Discuss-gnuradio Info Page
Do I need to install /swig/ or /swig2.0/ from the repos as dependencies
to build from source ?

Regards, Arturo

On Mon, Oct 17, 2011 at 8:05 AM, Arturo R. [email protected]
wrote:


Discuss-gnuradio mailing
[email protected]://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Do I need to install swig or swig2.0 from the repos as dependencies
to build from source ?

Regards, Arturo

You want the “swig” package, which looks like it is version 1.3.40.

You do NOT want swig2.0 (although hopefully they can coincide). We have
not
made the change to 2.0 and don’t plan to in the near future. It looks
like
it will be a good move when we do, but I would like to basically build a
lot
of things from the ground up as opposed to trying to patch what we have
into
working with 2.0 since a lot of hacks we have in our system look like
they
have been officially fixed/supported in the new version. The move to
using
2.0 will be a pretty big announcement when it happens, but it won’t
likely
happen until we’re either forced to do it or all of our supported OSes
support it.

Tom

On 10/16/2011 07:17 PM, Tom R. wrote:

The maint, master, and next branches in git have all been fixed to work
under Ubuntu 11.10 (new autotools and Qwt 6 were the main culprits). A bit
more information can be found here:
http://gnuradio.squarespace.com/home/2011/10/16/ubuntu-1110-troubles.html

I tried to switch to qwt6. So, I cant find python-qwt6 in the repos
(this is for some of the grc qt widgets). So I guess that is a minor
disappointment.

And I got this compilation error. Any idea?

/home/jblum/src/gnuradio/gr-qtgui/lib/WaterfallDisplayPlot.cc: In constructor
WaterfallDisplayPlot::WaterfallDisplayPlot(QWidget*):
/home/jblum/src/gnuradio/gr-qtgui/lib/WaterfallDisplayPlot.cc:321:33: error: no
matching function for call to QwtPlotSpectrogram::setData(WaterfallData&)
/home/jblum/src/gnuradio/gr-qtgui/lib/WaterfallDisplayPlot.cc:321:33: note:
candidate is:
/usr/include/qwt/qwt_plot_spectrogram.h:63:10: note: void
QwtPlotSpectrogram::setData(QwtRasterData*)
/usr/include/qwt/qwt_plot_spectrogram.h:63:10: note: no known conversion for
argument 1 from WaterfallData to QwtRasterData*

-Josh

On Mon, Oct 17, 2011 at 10:03 PM, Josh B. [email protected] wrote:

QwtPlotSpectrogram::setData(WaterfallData&)

/home/jblum/src/gnuradio/gr-qtgui/lib/WaterfallDisplayPlot.cc:321:33:
note: candidate is:
/usr/include/qwt/qwt_plot_spectrogram.h:63:10: note: void
QwtPlotSpectrogram::setData(QwtRasterData*)
/usr/include/qwt/qwt_plot_spectrogram.h:63:10: note: no known
conversion for argument 1 from WaterfallData to QwtRasterData*

-Josh

Yeah, I know exactly what the problem is. I just found it myself. It
arose
after I fixed some edits to be compatible with 5.2, but didn’t do it
right
to keep it working with qwt 6. I must not have properly updated my 11.10
box
afterwards to check it.

I just pushed what I believe are fixes to maint/master/next. Let me know
if
anyone has problems with either Qwt versions 5.2 or 6.0.

The push to next also includes a bunch of updates to gr-digital where
I’ve
moved all of the OFDM work into gr-digital and reworked all of the
examples
to use UHD. Again, let me know if people experience more than the usual
issues :slight_smile:

Tom

On 10/17/2011 10:03 PM, Josh B. wrote:

(this is for some of the grc qt widgets). So I guess that is a minor
disappointment.

python-qwt5-qt4 seems to work ok

And I got this compilation error. Any idea?

/home/jblum/src/gnuradio/gr-qtgui/lib/WaterfallDisplayPlot.cc: In constructor
WaterfallDisplayPlot::WaterfallDisplayPlot(QWidget*):
/home/jblum/src/gnuradio/gr-qtgui/lib/WaterfallDisplayPlot.cc:321:33: error: no
matching function for call to QwtPlotSpectrogram::setData(WaterfallData&)
/home/jblum/src/gnuradio/gr-qtgui/lib/WaterfallDisplayPlot.cc:321:33: note:
candidate is:
/usr/include/qwt/qwt_plot_spectrogram.h:63:10: note: void
QwtPlotSpectrogram::setData(QwtRasterData*)
/usr/include/qwt/qwt_plot_spectrogram.h:63:10: note: no known conversion for
argument 1 from WaterfallData to QwtRasterData*

Here is my attempt to get it working. It compiled for me and ran. I
didnt quite know what to do with rasterHint though…

Hello All
I was trying to Install GNURADIO using the build source provided at

But somehow it failed to fetch the GNURADIO from GIT.
The error is
Fetching Gnu Radio via GIT…GIT checkout of Gnu Radio failed!

Can anybody help me?
Thank you very much
Anas Bennani

Please Help Me!!!
engrawais@ubuntu:~$ grc

(grc:2743): Gtk-WARNING **: Unable to locate theme engine in
module_path: “pixmap”,

(grc:2743): Gtk-WARNING **: Unable to locate theme engine in
module_path: “pixmap”,

(grc:2743): Gtk-WARNING **: Unable to locate theme engine in
module_path: “pixmap”,

(grc:2743): Gtk-WARNING **: Unable to locate theme engine in
module_path: “pixmap”,
<<< Welcome to GNU Radio Companion 3.2.2 >>>
Error: ‘options’

Failue
Traceback (most recent call last):
File
“/usr/lib/python2.7/dist-packages/gnuradio/grc/gui/MainWindow.py”, line
174, in new_page
flow_graph = self._platform.get_new_flow_graph()
File “/usr/lib/python2.7/dist-packages/gnuradio/grc/base/Platform.py”,
line 149, in get_new_flow_graph
def get_new_flow_graph(self): return self.FlowGraph(self)
File “”, line 4, in init
File
“/usr/lib/python2.7/dist-packages/gnuradio/grc/base/FlowGraph.py”, line
37, in init
self.import_data()
File
“/usr/lib/python2.7/dist-packages/gnuradio/grc/base/FlowGraph.py”, line
192, in import_data
self._options_block = self.get_parent().get_new_block(self,
‘options’)
File “/usr/lib/python2.7/dist-packages/gnuradio/grc/base/Platform.py”,
line 159, in get_new_block
def get_new_block(self, flow_graph, key): return
self.Block(flow_graph, n=self._blocks_n[key])
File “/usr/lib/python2.7/dist-packages/gnuradio/grc/base/odict.py”,
line 34, in getitem
return self._data[key]
KeyError: ‘options’
Error: ‘options’

Failue
Traceback (most recent call last):
File
“/usr/lib/python2.7/dist-packages/gnuradio/grc/gui/MainWindow.py”, line
174, in new_page
flow_graph = self._platform.get_new_flow_graph()
File “/usr/lib/python2.7/dist-packages/gnuradio/grc/base/Platform.py”,
line 149, in get_new_flow_graph
def get_new_flow_graph(self): return self.FlowGraph(self)
File “”, line 4, in init
File
“/usr/lib/python2.7/dist-packages/gnuradio/grc/base/FlowGraph.py”, line
37, in init
self.import_data()
File
“/usr/lib/python2.7/dist-packages/gnuradio/grc/base/FlowGraph.py”, line
192, in import_data
self._options_block = self.get_parent().get_new_block(self,
‘options’)
File “/usr/lib/python2.7/dist-packages/gnuradio/grc/base/Platform.py”,
line 159, in get_new_block
def get_new_block(self, flow_graph, key): return
self.Block(flow_graph, n=self._blocks_n[key])
File “/usr/lib/python2.7/dist-packages/gnuradio/grc/base/odict.py”,
line 34, in getitem
return self._data[key]
KeyError: ‘options’
Traceback (most recent call last):
File “/usr/bin/grc”, line 53, in
ActionHandler(args, Platform())
File
“/usr/lib/python2.7/dist-packages/gnuradio/grc/gui/ActionHandler.py”,
line 70, in init
self.handle_states(Actions.APPLICATION_INITIALIZE)
File
“/usr/lib/python2.7/dist-packages/gnuradio/grc/gui/ActionHandler.py”,
line 332, in handle_states
Actions.get_action_from_name(Actions.ELEMENT_DELETE).set_sensitive(bool(self.get_flow_graph().get_selected_elements()))
File
“/usr/lib/python2.7/dist-packages/gnuradio/grc/gui/MainWindow.py”, line
281, in get_flow_graph
return self.get_page().get_flow_graph()
AttributeError: ‘NoneType’ object has no attribute ‘get_flow_graph’