Re: [Discuss-gnuradio] Printing from c++ code

2009-10-18 Thread David Knox
My first guess is that you have gnuradio modules installed on more than one place in your system; older modules compiled without the printfs are being used, and the newer ones have second priority in the search path. Try a sudo make uninstall, and run your program, you should get errors. Tha

Re: [Discuss-gnuradio] Printing from c++ code

2009-10-14 Thread Josh Blum
My first guess is that you have gnuradio modules installed on more than one place in your system; older modules compiled without the printfs are being used, and the newer ones have second priority in the search path. Try a sudo make uninstall, and run your program, you should get errors. My se

[Discuss-gnuradio] Printing from c++ code

2009-10-14 Thread David Knox
I am unable to print from C++ code in gnuradio. I have tried various combinations of included libraries and different types of print statements in my C++ code. However, nothing that I have tried yet (see some attempts below) has let me see any output from the command terminal (where my printed p