Re: [Discuss-gnuradio] printf needs #include

2009-08-17 Thread Eric Blossom
On Mon, Aug 17, 2009 at 02:39:23PM -0400, Philip Balister wrote: > In http://gnuradio.org/trac/changeset/11583 there are some files that > use printf. With gcc-4.4 (on Fedora 11) these fail to compile unless you > add #include . Thanks. > Before I look at fixing this by adding the include, is

[Discuss-gnuradio] printf needs #include

2009-08-17 Thread Philip Balister
In http://gnuradio.org/trac/changeset/11583 there are some files that use printf. With gcc-4.4 (on Fedora 11) these fail to compile unless you add #include . Before I look at fixing this by adding the include, is it "better" to fix by using iostream classes to replace the printf's? Do the gnur