Hey Marcus, and anyone else,
I tried that clean and then remaking, and nothing changed. Any other
suggestions?
Thanks,
Ryan M.
Hi Ryan,
I think this is a swig issue. I don’t really know why, but often a make
clean && make fixes this…
Greetings,
Marcus
On 20.08.2014 15:46, Ryan M. wrote:
gr-uhd/swig/CMakeFiles/uhd
swig.dir/uhd_swigPYTHON_wrap.cxx.o
/local/GReasy/trunk/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx: In
function ?PyObject* _wrap_rx_metadata_t_to_pp_string(PyObject*, PyObject*,
PyObject*)?:
/local/GReasy/trunk/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx:17655:52:
error: ?const struct uhd::rx_metadata_t? has no member named
?to_pp_string?
result = ((uhd::rx_metadata_t const )arg1)->to_pp_string(arg2);
^
/local/GReasy/trunk/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx: In
function ?PyObject _wrap_rx_metadata_t_strerror(PyObject*, PyObject*)?:
/local/GReasy/trunk/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx:17688:52:
error: ?const struct uhd::rx_metadata_t? has no member named ?strerror?
result = ((uhd::rx_metadata_t const *)arg1)->strerror();
^
make[2]: ***
[gr-uhd/swig/CMakeFiles/_uhd_swig.dir/uhd_swigPYTHON_wrap.cxx.o] Error 1
make[1]: *** [gr-uhd/swig/CMakeFiles/_uhd_swig.dir/all] Error 2
make: *** [all] Error 2I’m using 64-bit Ubuntu 14.04 and GR 3.7.3
Is this something anyone has experienced before or am I making some
obvious