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 <[email protected]> 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.*
_______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
