Compile error

Hi,
I’m stuck compiling gnuradio here.
Any hint?
I tried both using the script and by hand (bootstrap etc.)
Thanks
Stefano IZ0MJE

libtool: compile: g++ -DHAVE_CONFIG_H -I. -I…/…
-I/home/sinager/gnuradio-3.4.1/gnuradio-core/src/lib/runtime
-I/home/sinager/gnuradio-3.4.1/gnuradio-core/src/lib/general
-I/home/sinager/gnuradio-3.4.1/gnuradio-core/src/lib/general
-I/home/sinager/gnuradio-3.4.1/gnuradio-core/src/lib/gengen
-I/home/sinager/gnuradio-3.4.1/gnuradio-core/src/lib/gengen
-I/home/sinager/gnuradio-3.4.1/gnuradio-core/src/lib/filter
-I/home/sinager/gnuradio-3.4.1/gnuradio-core/src/lib/filter
-I/home/sinager/gnuradio-3.4.1/gnuradio-core/src/lib/missing
-I/home/sinager/gnuradio-3.4.1/gnuradio-core/src/lib/reed-solomon
-I/home/sinager/gnuradio-3.4.1/gnuradio-core/src/lib/viterbi
-I/home/sinager/gnuradio-3.4.1/gnuradio-core/src/lib/io
-I/home/sinager/gnuradio-3.4.1/gnuradio-core/src/lib/g72x
-I/home/sinager/gnuradio-3.4.1/gnuradio-core/src/lib/swig
-I/home/sinager/gnuradio-3.4.1/gnuradio-core/src/lib/hier
-I/home/sinager/gnuradio-3.4.1/gnuradio-core/src/lib/swig
-I/home/sinager/gnuradio-3.4.1/gruel/src/include
-I/home/sinager/gnuradio-3.4.1/gruel/src/include -I/usr/include
-I/usr/include/python2.6 -I/usr/local/include
-I/usr/include/libusb-1.0
-I/home/sinager/gnuradio-3.4.1/gr-uhd/include -g -O1
-Wno-strict-aliasing -Wno-parentheses -I…/… -pthread -MT
_uhd_swig_la-uhd_swig.lo -MD -MP -MF .deps/_uhd_swig_la-uhd_swig.Tpo
-c python/uhd_swig.cc -fPIC -DPIC -o .libs/_uhd_swig_la-uhd_swig.o
python/uhd_swig.cc: In function PyObject*
_wrap_uart_iface_write_uart(PyObject*, PyObject*, PyObject*):
python/uhd_swig.cc:18635: error: no matching function for call to
uhd::uart_iface::write_uart(uint8_t&, const std::basic_string<char,
std::char_traits, std::allocator >&)
/usr/local/include/uhd/types/serial.hpp:189: note: candidates are:
virtual void uhd::uart_iface::write_uart(const std::string&)
make[5]: *** [_uhd_swig_la-uhd_swig.lo] Errore 1
make[5]: uscita dalla directory /home/sinager/gnuradio-3.4.1/gr-uhd/swig
make[4]: *** [all] Errore 2
make[4]: uscita dalla directory /home/sinager/gnuradio-3.4.1/gr-uhd/swig
make[3]: *** [all-recursive] Errore 1
make[3]: uscita dalla directory /home/sinager/gnuradio-3.4.1/gr-uhd
make[2]: *** [all] Errore 2
make[2]: uscita dalla directory /home/sinager/gnuradio-3.4.1/gr-uhd
make[1]: *** [all-recursive] Errore 1
make[1]: uscita dalla directory /home/sinager/gnuradio-3.4.1
make: *** [all] Errore 2
sinager@SIRAD:~/gnuradio-3.4.1$

On 10/14/2011 12:32 PM, Stefano S. wrote:

Hi,
I’m stuck compiling gnuradio here.
Any hint?
I tried both using the script and by hand (bootstrap etc.)
Thanks
Stefano IZ0MJE

I think its not regenerating the swig. Try cleaning gr-uhd first.

-josh