Gnuradio compile problems for i686

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-problems-for-i686-tp17606791p17606791.html
Sent from the GnuRadio mailing list archive at Nabble.com.

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

What version of GCC are you using? 4.3.* ?

If so, use the trunk.

Eric

I am using whatever version is on fedora core 9 (im not at the machine),
what
does “use the trunk” mean?

Eric B. wrote:

Discuss-gnuradio Info Page


View this message in context:
http://www.nabble.com/gnuradio-compile-problems-for-i686-tp17606791p17608949.html
Sent from the GnuRadio mailing list archive at Nabble.com.

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
repository. Those changes have not yet made it into a stable release
tarball.

what does “use the trunk” mean?

Use the “latest development code”

http://gnuradio.org/trac/wiki/Download