discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] "from gnuradio import audio" - Not Working in Ubu


From: Josh Blum
Subject: Re: [Discuss-gnuradio] "from gnuradio import audio" - Not Working in Ubuntu 10.04 + GNU Radio 3.3.0 + ALSA
Date: Sun, 15 May 2011 13:44:08 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10


On 05/15/2011 01:31 PM, turbovectorz turbovectorz wrote:
> Hi ALL,
> 
> Everything compiled properly with no errors with GNU radio 3.3.0 with that
> latest Boost 1_46_1.

Using one boost library often pulls in boost system as a requirement.
This must be true for Boost 1_46_1. You may want to use an older boost
or switch to the master branch.

If you still see the error w/ master, you may try adding
$(BOOST_SYSTEM_LIB) to libgnuradio_core_la_LIBADD
http://gnuradio.org/cgit/gnuradio.git/tree/gnuradio-core/src/lib/Makefile.am#n44

-josh


>     _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
>>>>
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]