Monday, November 28, 2011

Re: [Discuss-gnuradio] Importing Grblock or not?

With 90% possibility, my building issue of boost is caused by the conflict between the built-in boost library and the post installed boost libs. 
After removing all the libboost* in the /usr/lib/ and changing environmental value LD_LIBRARY_PATH by delete the path to my self-installed boost directory, I re-installed the boost by 
sudo apt-get install libboost-dev libboost-doc
Now the next branch can be build successfully. 

On Wed, Nov 23, 2011 at 9:44 AM, Josh Blum <josh@ettus.com> wrote:


> If I build and install the gnuradio based on your next branch, do we still
> need use "import grblock" in the application code?
>

No, the old module "grblock" is gone, the work is now integrated into
"gnuradio.gr". Did you see the examples here:
http://gnuradio.org/redmine/projects/gnuradio/wiki/WriteBlocksInPython#Some-quick-examples

If you solve your build issue with boost, please let me know. I am
interested to understand the cause.

-Josh



--

Alex,
Dreams can come true – just believe.

No comments:

Post a Comment