Re: [Discuss-gnuradio] gnuradio compile problems for i686

2008-12-03 Thread Mikael Johansson
Hi 3.1.3 builds fine, however when I try to build from tag gnuradio_r7596 I get the exact same problem, I am using Fedora Core 10. I guess an older version of gcc can be installed, but how do I know which version to install? Or maybe there are other smarter ways of solving this? Regards Mike

Re: [Discuss-gnuradio] gnuradio compile problems for i686

2008-06-02 Thread Eric Blossom
On Mon, Jun 02, 2008 at 12:29:52PM -0700, isaacgerg wrote: > > I am using whatever version is on fedora core 9 (im not at the machine), Fedora 9 ships gcc 4.3.0. There were changes required in our code to get it to compile under gcc 4.3. Those changes were made in the trunk of the subversion re

Re: [Discuss-gnuradio] gnuradio compile problems for i686

2008-06-02 Thread isaacgerg
I am using whatever version is on fedora core 9 (im not at the machine), what does "use the trunk" mean? Eric Blossom wrote: > > On Mon, Jun 02, 2008 at 11:14:57AM -0700, isaacgerg wrote: >> >> I get the same errors with gnuradio 3.1.2 and 3.1.1 >> >> gr_dispatcher.cc In member function 'vo

Re: [Discuss-gnuradio] gnuradio compile problems for i686

2008-06-02 Thread Eric Blossom
On Mon, Jun 02, 2008 at 11:14:57AM -0700, isaacgerg wrote: > > I get the same errors with gnuradio 3.1.2 and 3.1.1 > > gr_dispatcher.cc In member function 'void gr_dispatcher::loop(double)': > gr_dispatcher.cc:177: error 'perror' was not declared in this scope. > > Thanks in advanced, > Isaac W

[Discuss-gnuradio] gnuradio compile problems for i686

2008-06-02 Thread isaacgerg
I get the same errors with gnuradio 3.1.2 and 3.1.1 gr_dispatcher.cc In member function 'void gr_dispatcher::loop(double)': gr_dispatcher.cc:177: error 'perror' was not declared in this scope. Thanks in advanced, Isaac -- View this message in context: http://www.nabble.com/gnuradio-compile-pro