Hi ALL,

Everything compiled properly with no errors with GNU radio 3.3.0 with that
latest Boost 1_46_1.
GRC generate works but will not execute the dial_tone.grc example due the
following error:
Anyone can shed some light on this strange python command line test error?

Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from gnuradio import gr
>>> from gnuradio import audio
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python2.6/dist-packages/gnuradio/audio/__init__.py",
line 22, in <module>
    from audio_swig import *
  File
"/usr/local/lib/python2.6/dist-packages/gnuradio/audio/audio_swig.py", line
24, in <module>
    _audio_swig = swig_import_helper()
  File
"/usr/local/lib/python2.6/dist-packages/gnuradio/audio/audio_swig.py", line
20, in swig_import_helper
    _mod = imp.load_module('_audio_swig', fp, pathname, description)
ImportError: /usr/local/lib/libgnuradio-core-3.4.0git.so.0: undefined
symbol: _ZN5boost6system19get_system_categoryEv
>>>

I had completely disabled pulseaudio hoping that ALSA would kick in
automatically. but it did now work :(

Any clue why this is not working, is Greatly appreciated!

Sincerely,

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

Reply via email to