Re: [Discuss-gnuradio] FYI: svn-current build problem

2007-01-29 Thread Eric Blossom
On Mon, Jan 29, 2007 at 12:01:11PM -0500, Greg Troxel wrote: > The current subversion build is broken on NetBSD, and probably on > other systems that don't support the non-standard "exp10" function > (posix defines exp and log and log10, but not exp10). > > config.h is trying to provide exp10 when

Re: [Discuss-gnuradio] FYI: svn-current build problem

2007-01-29 Thread Greg Troxel
The current subversion build is broken on NetBSD, and probably on other systems that don't support the non-standard "exp10" function (posix defines exp and log and log10, but not exp10). config.h is trying to provide exp10 when it doesn't exist by defining an inline procedure using pow. This is f

[Discuss-gnuradio] FYI: svn-current build problem

2007-01-28 Thread Berndt Josef Wulf
G'day, I'm currently seeing this when attempting to compile svn-current revision 4315. g++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../gnuradio-core/src/lib/runtime -I../../../../gnuradio-core/src/lib/general -I../../../../gnuradio-core/src/lib/general -I../../../../gnuradio-core/src/li