discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Berndt Josef Wulf
Subject: [Discuss-gnuradio] FYI: svn-current build problem
Date: Mon, 29 Jan 2007 16:30:04 +1030
User-agent: KMail/1.9.5

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/lib/gengen 
-I../../../../gnuradio-core/src/lib/gengen 
-I../../../../gnuradio-core/src/lib/filter 
-I../../../../gnuradio-core/src/lib/filter 
-I../../../../gnuradio-core/src/lib/reed-solomon 
-I../../../../gnuradio-core/src/lib/io -I../../../../gnuradio-core/src/lib/g72x 
-I../../../../gnuradio-core/src/lib/omnithread 
-I../../../../gnuradio-core/src/lib/swig 
-I../../../../gnuradio-core/src/lib/swig -I/usr/pkg/include 
-I/usr/pkg/include/python2.4 -I. -I/usr/pkg/include -g1 -O1 -Wall 
-Woverloaded-virtual -pthread -MT 
_gnuradio_swig_py_io_la-gnuradio_swig_py_io.lo -MD -MP -MF 
.deps/_gnuradio_swig_py_io_la-gnuradio_swig_py_io.Tpo -c 
gnuradio_swig_py_io.cc  -fPIC -DPIC -o 
.libs/_gnuradio_swig_py_io_la-gnuradio_swig_py_io.o
../../../../config.h: In function 'double exp10(double)':
../../../../config.h:417: error: redefinition of 'double exp10(double)'
../../../../config.h:417: error: 'double exp10(double)' previously defined 
here
../../../../config.h: In function 'double exp10(double)':
../../../../config.h:417: error: redefinition of 'double exp10(double)'
../../../../config.h:417: error: 'double exp10(double)' previously defined 
here
../../../../gnuradio-core/src/lib/io/gr_udp_source.cc: In member 
function 'virtual int gr_udp_source::work(int, gr_vector_const_void_star&, 
gr_vector_void_star&)':
../../../../gnuradio-core/src/lib/io/gr_udp_source.cc:139: warning: comparison 
between signed and unsigned integer expressions
gmake[6]: *** [_gnuradio_swig_py_io_la-gnuradio_swig_py_io.lo] Error 1
gmake[6]: Leaving directory 
`/home/wulf/projects/gnuradio/gnuradio/gnuradio-core/src/lib/swig'
gmake[5]: *** [all] Error 2
gmake[5]: Leaving directory 
`/home/wulf/projects/gnuradio/gnuradio/gnuradio-core/src/lib/swig'

I haven't had a chance to further investigate this as I'm preparing to go 
interstate. AFAIK, libm doesn't support exp10() on NetBSD and hence it 
shouldn't be defined.

cheerio Berndt




reply via email to

[Prev in Thread] Current Thread [Next in Thread]