discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: Pybombs installation: Problem occurred while building package gnurad


From: Marcin Puchlik
Subject: Re: Pybombs installation: Problem occurred while building package gnuradio: Build failed
Date: Tue, 5 Oct 2021 12:26:34 +0200

Hi Marcus,
That was also the suggestion from Vasil Velichkov cause I posted this problem as an issue on gnuradio github repo. I was running a clean Ubuntu OS so no GRC was installed earlier. I deleted the pybombs and ran the procedure again. Few minutes ago the installation finished successfully and I am able to run the GNU Radio installed thanks to PyBOMBS. For other people who may encounter similar problem, clean your OS from previous GRC and PyBOMBS installations and and run following commands:
  • sudo apt-get install python3-pip

  • sudo pip3 install pybombs

  • pybombs auto-config

  • pybombs recipes add-defaults

  • pybombs prefix init ~/prefix-3.8 -R gnuradio-default

  • source setup_env.sh

  • gnuradio-companion

  • whereis gnuradio-companion - (should be installed in your prefix directory)

Cheers!
Marcin

wt., 5 paź 2021 o 12:13 Marcus Müller <mueller@kit.edu> napisał(a):
Hi Marcin,

I've seen a similar failure before, but not when compiling within Pybombs. Back then, the
problem was that there was another GNU Radio installation on the system, and albeit being
correctly instructed to look for headers only in the "right" places, SWIG simply used the
system-installed headers. Is it possible this is the case here, too?

Best regards,
Marcus

On 05.10.21 07:55, Marcin Puchlik wrote:
> *Problem description:*
> Building GNU Radio library crashes using Pybombs  
> *Command:*
> pybombs prefix init /home/ubuntu/prefix/gnuradio -R gnuradio-default*
> *
> *System:*
>
> |NAME="Ubuntu" VERSION="20.04.2 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian
> PRETTY_NAME="Ubuntu 20.04.2 LTS" VERSION_ID="20.04" HOME_URL="https://www.ubuntu.com/
> <https://www.ubuntu.com/>" SUPPORT_URL="https://help.ubuntu.com/
> <https://help.ubuntu.com/>" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/
> <https://bugs.launchpad.net/ubuntu/>"
> PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
> <https://www.ubuntu.com/legal/terms-and-policies/privacy-policy>" VERSION_CODENAME=focal
> UBUNTU_CODENAME=focal|
>
> *LOG:*
>
> |[INFO] Prefix Python version is: 3.8.10 [INFO] PyBOMBS Version 2.3.4 [WARNING] There
> already is a prefix in `/home/ubuntu/prefix/gnuradio'. y [INFO] Prefix Python version is:
> 3.8.10 [INFO] Prefix Python version is: 3.8.10 [INFO] Installing default packages for
> prefix... [INFO] - gnuradio [INFO] Phase 1: Creating install tree and installing binary
> packages: [INFO] Phase 1 complete: All binary dependencies installed. [INFO] Phase 2:
> Recursively installing source packages to prefix: [INFO] Installing package: gnuradio
> [WARNING] Build dir already exists: /home/ubuntu/prefix/gnuradio/src/gnuradio/build y
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_deinterleave_make(PyObject*, PyObject*, PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:5601:56:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::deinterleave> >’ and
> ‘gr::blocks::deinterleave::sptr’ {aka ‘boost::shared_ptr<gr::blocks::deinterleave>’}) 5601
> | result = gr::blocks::deinterleave::make(arg1,arg2); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::deinterleave>]’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::deinterleave::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::deinterleave>’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::deinterleave> >&’ 32 | SwigValueWrapper&
> operator=(const SwigValueWrapper<T>& rhs); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::deinterleave>]’ 36 | SwigValueWrapper& operator=(const T& t) {
> SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::deinterleave::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::deinterleave>’} to ‘const
> std::shared_ptr<gr::blocks::deinterleave>&’ 36 | SwigValueWrapper& operator=(const T& t) {
> SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:5611:129:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::deinterleave> >’ to type ‘const sptr&’ {aka
> ‘const boost::shared_ptr<gr::blocks::deinterleave>&’} 5611 | resultobj =
> SWIG_NewPointerObj((new gr::blocks::deinterleave::sptr(static_cast< const
> gr::blocks::deinterleave::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__deinterleave_t, SWIG_POINTER_OWN | 0 ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_exponentiate_const_cci_make(PyObject*, PyObject*,
> PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:5687:66:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::exponentiate_const_cci> >’ and
> ‘gr::blocks::exponentiate_const_cci::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::exponentiate_const_cci>’}) 5687 | result =
> gr::blocks::exponentiate_const_cci::make(arg1,arg2); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::exponentiate_const_cci>]’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::exponentiate_const_cci::sptr’
> {aka ‘boost::shared_ptr<gr::blocks::exponentiate_const_cci>’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::exponentiate_const_cci> >&’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); |
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::exponentiate_const_cci>]’ 36 | SwigValueWrapper&
> operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } |
> ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::exponentiate_const_cci::sptr’
> {aka ‘boost::shared_ptr<gr::blocks::exponentiate_const_cci>’} to ‘const
> std::shared_ptr<gr::blocks::exponentiate_const_cci>&’ 36 | SwigValueWrapper&
> operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } |
> ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:5697:149:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::exponentiate_const_cci> >’ to type ‘const
> sptr&’ {aka ‘const boost::shared_ptr<gr::blocks::exponentiate_const_cci>&’} 5697 |
> resultobj = SWIG_NewPointerObj((new gr::blocks::exponentiate_const_cci::sptr(static_cast<
> const gr::blocks::exponentiate_const_cci::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__exponentiate_const_cci_t, SWIG_POINTER_OWN | 0 );
> | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_selector_make(PyObject*, PyObject*, PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:5824:57:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::selector> >’ and
> ‘gr::blocks::selector::sptr’ {aka ‘boost::shared_ptr<gr::blocks::selector>’}) 5824 |
> result = gr::blocks::selector::make(arg1,arg2,arg3); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::selector>]’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::selector::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::selector>’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::selector> >&’ 32 | SwigValueWrapper&
> operator=(const SwigValueWrapper<T>& rhs); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::selector>]’ 36 | SwigValueWrapper& operator=(const T& t) {
> SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::selector::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::selector>’} to ‘const
> std::shared_ptr<gr::blocks::selector>&’ 36 | SwigValueWrapper& operator=(const T& t) {
> SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:5834:121:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::selector> >’ to type ‘const sptr&’ {aka
> ‘const boost::shared_ptr<gr::blocks::selector>&’} 5834 | resultobj =
> SWIG_NewPointerObj((new gr::blocks::selector::sptr(static_cast< const
> gr::blocks::selector::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__selector_t, SWIG_POINTER_OWN | 0 ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_skiphead_make(PyObject*, PyObject*, PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:6139:52:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::skiphead> >’ and
> ‘gr::blocks::skiphead::sptr’ {aka ‘boost::shared_ptr<gr::blocks::skiphead>’}) 6139 |
> result = gr::blocks::skiphead::make(arg1,arg2); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::skiphead>]’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::skiphead::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::skiphead>’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::skiphead> >&’ 32 | SwigValueWrapper&
> operator=(const SwigValueWrapper<T>& rhs); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::skiphead>]’ 36 | SwigValueWrapper& operator=(const T& t) {
> SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::skiphead::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::skiphead>’} to ‘const
> std::shared_ptr<gr::blocks::skiphead>&’ 36 | SwigValueWrapper& operator=(const T& t) {
> SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:6149:121:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::skiphead> >’ to type ‘const sptr&’ {aka
> ‘const boost::shared_ptr<gr::blocks::skiphead>&’} 6149 | resultobj =
> SWIG_NewPointerObj((new gr::blocks::skiphead::sptr(static_cast< const
> gr::blocks::skiphead::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__skiphead_t, SWIG_POINTER_OWN | 0 ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_stream_mux_make(PyObject*, PyObject*, PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:6228:105:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::stream_mux> >’ and
> ‘gr::blocks::stream_mux::sptr’ {aka ‘boost::shared_ptr<gr::blocks::stream_mux>’}) 6228 |
> result = gr::blocks::stream_mux::make(arg1,(std::vector< int,std::allocator< int > > const
> &)*arg2); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::stream_mux>]’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::stream_mux::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::stream_mux>’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::stream_mux> >&’ 32 | SwigValueWrapper&
> operator=(const SwigValueWrapper<T>& rhs); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::stream_mux>]’ 36 | SwigValueWrapper& operator=(const T& t) {
> SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::stream_mux::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::stream_mux>’} to ‘const
> std::shared_ptr<gr::blocks::stream_mux>&’ 36 | SwigValueWrapper& operator=(const T& t) {
> SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:6238:125:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::stream_mux> >’ to type ‘const sptr&’ {aka
> ‘const boost::shared_ptr<gr::blocks::stream_mux>&’} 6238 | resultobj =
> SWIG_NewPointerObj((new gr::blocks::stream_mux::sptr(static_cast< const
> gr::blocks::stream_mux::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__stream_mux_t, SWIG_POINTER_OWN | 0 ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_stream_to_streams_make(PyObject*, PyObject*, PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:6314:61:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::stream_to_streams> >’ and
> ‘gr::blocks::stream_to_streams::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::stream_to_streams>’}) 6314 | result =
> gr::blocks::stream_to_streams::make(arg1,arg2); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::stream_to_streams>]’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::stream_to_streams::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::stream_to_streams>’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::stream_to_streams> >&’ 32 | SwigValueWrapper&
> operator=(const SwigValueWrapper<T>& rhs); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::stream_to_streams>]’ 36 | SwigValueWrapper& operator=(const T&
> t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::stream_to_streams::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::stream_to_streams>’} to ‘const
> std::shared_ptr<gr::blocks::stream_to_streams>&’ 36 | SwigValueWrapper& operator=(const T&
> t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:6324:139:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::stream_to_streams> >’ to type ‘const sptr&’
> {aka ‘const boost::shared_ptr<gr::blocks::stream_to_streams>&’} 6324 | resultobj =
> SWIG_NewPointerObj((new gr::blocks::stream_to_streams::sptr(static_cast< const
> gr::blocks::stream_to_streams::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__stream_to_streams_t, SWIG_POINTER_OWN | 0 ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_stream_to_tagged_stream_make(PyObject*, PyObject*,
> PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:6421:99:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::stream_to_tagged_stream> >’ and
> ‘gr::blocks::stream_to_tagged_stream::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::stream_to_tagged_stream>’}) 6421 | result =
> gr::blocks::stream_to_tagged_stream::make(arg1,arg2,arg3,(std::string const &)*arg4); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::stream_to_tagged_stream>]’ 32
> | SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::stream_to_tagged_stream::sptr’
> {aka ‘boost::shared_ptr<gr::blocks::stream_to_tagged_stream>’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::stream_to_tagged_stream> >&’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); |
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::stream_to_tagged_stream>]’ 36 | SwigValueWrapper&
> operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } |
> ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::stream_to_tagged_stream::sptr’
> {aka ‘boost::shared_ptr<gr::blocks::stream_to_tagged_stream>’} to ‘const
> std::shared_ptr<gr::blocks::stream_to_tagged_stream>&’ 36 | SwigValueWrapper&
> operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } |
> ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:6431:151:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::stream_to_tagged_stream> >’ to type ‘const
> sptr&’ {aka ‘const boost::shared_ptr<gr::blocks::stream_to_tagged_stream>&’} 6431 |
> resultobj = SWIG_NewPointerObj((new gr::blocks::stream_to_tagged_stream::sptr(static_cast<
> const gr::blocks::stream_to_tagged_stream::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__stream_to_tagged_stream_t, SWIG_POINTER_OWN | 0 );
> | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_stream_to_vector_make(PyObject*, PyObject*, PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:6595:60:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::stream_to_vector> >’ and
> ‘gr::blocks::stream_to_vector::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::stream_to_vector>’}) 6595 | result =
> gr::blocks::stream_to_vector::make(arg1,arg2); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::stream_to_vector>]’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::stream_to_vector::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::stream_to_vector>’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::stream_to_vector> >&’ 32 | SwigValueWrapper&
> operator=(const SwigValueWrapper<T>& rhs); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::stream_to_vector>]’ 36 | SwigValueWrapper& operator=(const T&
> t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::stream_to_vector::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::stream_to_vector>’} to ‘const
> std::shared_ptr<gr::blocks::stream_to_vector>&’ 36 | SwigValueWrapper& operator=(const T&
> t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:6605:137:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::stream_to_vector> >’ to type ‘const sptr&’
> {aka ‘const boost::shared_ptr<gr::blocks::stream_to_vector>&’} 6605 | resultobj =
> SWIG_NewPointerObj((new gr::blocks::stream_to_vector::sptr(static_cast< const
> gr::blocks::stream_to_vector::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__stream_to_vector_t, SWIG_POINTER_OWN | 0 ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_streams_to_stream_make(PyObject*, PyObject*, PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:6679:61:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::streams_to_stream> >’ and
> ‘gr::blocks::streams_to_stream::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::streams_to_stream>’}) 6679 | result =
> gr::blocks::streams_to_stream::make(arg1,arg2); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::streams_to_stream>]’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::streams_to_stream::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::streams_to_stream>’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::streams_to_stream> >&’ 32 | SwigValueWrapper&
> operator=(const SwigValueWrapper<T>& rhs); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::streams_to_stream>]’ 36 | SwigValueWrapper& operator=(const T&
> t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::streams_to_stream::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::streams_to_stream>’} to ‘const
> std::shared_ptr<gr::blocks::streams_to_stream>&’ 36 | SwigValueWrapper& operator=(const T&
> t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:6689:139:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::streams_to_stream> >’ to type ‘const sptr&’
> {aka ‘const boost::shared_ptr<gr::blocks::streams_to_stream>&’} 6689 | resultobj =
> SWIG_NewPointerObj((new gr::blocks::streams_to_stream::sptr(static_cast< const
> gr::blocks::streams_to_stream::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__streams_to_stream_t, SWIG_POINTER_OWN | 0 ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_streams_to_vector_make(PyObject*, PyObject*, PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:6763:61:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::streams_to_vector> >’ and
> ‘gr::blocks::streams_to_vector::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::streams_to_vector>’}) 6763 | result =
> gr::blocks::streams_to_vector::make(arg1,arg2); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::streams_to_vector>]’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::streams_to_vector::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::streams_to_vector>’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::streams_to_vector> >&’ 32 | SwigValueWrapper&
> operator=(const SwigValueWrapper<T>& rhs); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::streams_to_vector>]’ 36 | SwigValueWrapper& operator=(const T&
> t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::streams_to_vector::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::streams_to_vector>’} to ‘const
> std::shared_ptr<gr::blocks::streams_to_vector>&’ 36 | SwigValueWrapper& operator=(const T&
> t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:6773:139:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::streams_to_vector> >’ to type ‘const sptr&’
> {aka ‘const boost::shared_ptr<gr::blocks::streams_to_vector>&’} 6773 | resultobj =
> SWIG_NewPointerObj((new gr::blocks::streams_to_vector::sptr(static_cast< const
> gr::blocks::streams_to_vector::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__streams_to_vector_t, SWIG_POINTER_OWN | 0 ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_tag_debug_make(PyObject*, PyObject*, PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:6869:102:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::tag_debug> >’ and
> ‘gr::blocks::tag_debug::sptr’ {aka ‘boost::shared_ptr<gr::blocks::tag_debug>’}) 6869 |
> result = gr::blocks::tag_debug::make(arg1,(std::string const &)*arg2,(std::string const
> &)*arg3); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::tag_debug>]’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::tag_debug::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::tag_debug>’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::tag_debug> >&’ 32 | SwigValueWrapper&
> operator=(const SwigValueWrapper<T>& rhs); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::tag_debug>]’ 36 | SwigValueWrapper& operator=(const T& t) {
> SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::tag_debug::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::tag_debug>’} to ‘const
> std::shared_ptr<gr::blocks::tag_debug>&’ 36 | SwigValueWrapper& operator=(const T& t) {
> SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:6879:123:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::tag_debug> >’ to type ‘const sptr&’ {aka
> ‘const boost::shared_ptr<gr::blocks::tag_debug>&’} 6879 | resultobj =
> SWIG_NewPointerObj((new gr::blocks::tag_debug::sptr(static_cast< const
> gr::blocks::tag_debug::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__tag_debug_t, SWIG_POINTER_OWN | 0 ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_tag_debug_set_save_all(PyObject*, PyObject*, PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:7027:15:
> error: ‘class gr::blocks::tag_debug’ has no member named ‘set_save_all’ 7027 |
> (arg1)->set_save_all(arg2); | ^~~~~~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_tagged_file_sink_make(PyObject*, PyObject*, PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:7195:60:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::tagged_file_sink> >’ and
> ‘gr::blocks::tagged_file_sink::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::tagged_file_sink>’}) 7195 | result =
> gr::blocks::tagged_file_sink::make(arg1,arg2); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::tagged_file_sink>]’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::tagged_file_sink::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::tagged_file_sink>’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::tagged_file_sink> >&’ 32 | SwigValueWrapper&
> operator=(const SwigValueWrapper<T>& rhs); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::tagged_file_sink>]’ 36 | SwigValueWrapper& operator=(const T&
> t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::tagged_file_sink::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::tagged_file_sink>’} to ‘const
> std::shared_ptr<gr::blocks::tagged_file_sink>&’ 36 | SwigValueWrapper& operator=(const T&
> t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:7205:137:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::tagged_file_sink> >’ to type ‘const sptr&’
> {aka ‘const boost::shared_ptr<gr::blocks::tagged_file_sink>&’} 7205 | resultobj =
> SWIG_NewPointerObj((new gr::blocks::tagged_file_sink::sptr(static_cast< const
> gr::blocks::tagged_file_sink::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__tagged_file_sink_t, SWIG_POINTER_OWN | 0 ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_throttle_make(PyObject*, PyObject*, PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:7290:57:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::throttle> >’ and
> ‘gr::blocks::throttle::sptr’ {aka ‘boost::shared_ptr<gr::blocks::throttle>’}) 7290 |
> result = gr::blocks::throttle::make(arg1,arg2,arg3); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::throttle>]’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::throttle::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::throttle>’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::throttle> >&’ 32 | SwigValueWrapper&
> operator=(const SwigValueWrapper<T>& rhs); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::throttle>]’ 36 | SwigValueWrapper& operator=(const T& t) {
> SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::throttle::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::throttle>’} to ‘const
> std::shared_ptr<gr::blocks::throttle>&’ 36 | SwigValueWrapper& operator=(const T& t) {
> SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:7300:121:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::throttle> >’ to type ‘const sptr&’ {aka
> ‘const boost::shared_ptr<gr::blocks::throttle>&’} 7300 | resultobj =
> SWIG_NewPointerObj((new gr::blocks::throttle::sptr(static_cast< const
> gr::blocks::throttle::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__throttle_t, SWIG_POINTER_OWN | 0 ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_deinterleave_sptr_make(PyObject*, PyObject*, PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:7618:39:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::deinterleave> >’ and
> ‘gr::blocks::deinterleave::sptr’ {aka ‘boost::shared_ptr<gr::blocks::deinterleave>’}) 7618
> | result = (*arg1)->make(arg2,arg3); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::deinterleave>]’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::deinterleave::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::deinterleave>’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::deinterleave> >&’ 32 | SwigValueWrapper&
> operator=(const SwigValueWrapper<T>& rhs); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::deinterleave>]’ 36 | SwigValueWrapper& operator=(const T& t) {
> SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::deinterleave::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::deinterleave>’} to ‘const
> std::shared_ptr<gr::blocks::deinterleave>&’ 36 | SwigValueWrapper& operator=(const T& t) {
> SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:7628:129:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::deinterleave> >’ to type ‘const sptr&’ {aka
> ‘const boost::shared_ptr<gr::blocks::deinterleave>&’} 7628 | resultobj =
> SWIG_NewPointerObj((new gr::blocks::deinterleave::sptr(static_cast< const
> gr::blocks::deinterleave::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__deinterleave_t, SWIG_POINTER_OWN | 0 ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_divide_ff_make(PyObject*, PyObject*, PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:10743:80:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::divide<float> > >’ and
> ‘gr::blocks::divide<float>::sptr’ {aka ‘boost::shared_ptr<gr::blocks::divide<float> >’})
> 10743 | result = gr::blocks::divide< float >::SWIGTEMPLATEDISAMBIGUATOR make(arg1); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::divide<float> >]’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::divide<float>::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::divide<float> >’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::divide<float> > >&’ 32 | SwigValueWrapper&
> operator=(const SwigValueWrapper<T>& rhs); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::divide<float> >]’ 36 | SwigValueWrapper& operator=(const T& t)
> { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::divide<float>::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::divide<float> >’} to ‘const
> std::shared_ptr<gr::blocks::divide<float> >&’ 36 | SwigValueWrapper& operator=(const T& t)
> { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:10753:135:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::divide<float> > >’ to type ‘const sptr&’
> {aka ‘const boost::shared_ptr<gr::blocks::divide<float> >&’} 10753 | resultobj =
> SWIG_NewPointerObj((new gr::blocks::divide< float >::sptr(static_cast< const
> gr::blocks::divide< float >::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__divideT_float_t_t, SWIG_POINTER_OWN | 0 ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_divide_ff_sptr_make(PyObject*, PyObject*, PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:10985:34:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::divide<float> > >’ and
> ‘gr::blocks::divide<float>::sptr’ {aka ‘boost::shared_ptr<gr::blocks::divide<float> >’})
> 10985 | result = (*arg1)->make(arg2); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::divide<float> >]’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::divide<float>::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::divide<float> >’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::divide<float> > >&’ 32 | SwigValueWrapper&
> operator=(const SwigValueWrapper<T>& rhs); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::divide<float> >]’ 36 | SwigValueWrapper& operator=(const T& t)
> { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::divide<float>::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::divide<float> >’} to ‘const
> std::shared_ptr<gr::blocks::divide<float> >&’ 36 | SwigValueWrapper& operator=(const T& t)
> { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:10995:135:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::divide<float> > >’ to type ‘const sptr&’
> {aka ‘const boost::shared_ptr<gr::blocks::divide<float> >&’} 10995 | resultobj =
> SWIG_NewPointerObj((new gr::blocks::divide< float >::sptr(static_cast< const
> gr::blocks::divide< float >::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__divideT_float_t_t, SWIG_POINTER_OWN | 0 ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_divide_ss_make(PyObject*, PyObject*, PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:14110:87:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::divide<short int> > >’ and
> ‘gr::blocks::divide<short int>::sptr’ {aka ‘boost::shared_ptr<gr::blocks::divide<short
> int> >’}) 14110 | result = gr::blocks::divide< std::int16_t >::SWIGTEMPLATEDISAMBIGUATOR
> make(arg1); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::divide<short int> >]’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::divide<short int>::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::divide<short int> >’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::divide<short int> > >&’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); |
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::divide<short int> >]’ 36 | SwigValueWrapper& operator=(const
> T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::divide<short int>::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::divide<short int> >’} to ‘const
> std::shared_ptr<gr::blocks::divide<short int> >&’ 36 | SwigValueWrapper& operator=(const
> T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:14120:135:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::divide<short int> > >’ to type ‘const sptr&’
> {aka ‘const boost::shared_ptr<gr::blocks::divide<short int> >&’} 14120 | resultobj =
> SWIG_NewPointerObj((new gr::blocks::divide< short >::sptr(static_cast< const
> gr::blocks::divide< short >::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__divideT_short_t_t, SWIG_POINTER_OWN | 0 ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_divide_ss_sptr_make(PyObject*, PyObject*, PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:14352:34:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::divide<short int> > >’ and
> ‘gr::blocks::divide<short int>::sptr’ {aka ‘boost::shared_ptr<gr::blocks::divide<short
> int> >’}) 14352 | result = (*arg1)->make(arg2); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::divide<short int> >]’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::divide<short int>::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::divide<short int> >’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::divide<short int> > >&’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); |
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::divide<short int> >]’ 36 | SwigValueWrapper& operator=(const
> T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::divide<short int>::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::divide<short int> >’} to ‘const
> std::shared_ptr<gr::blocks::divide<short int> >&’ 36 | SwigValueWrapper& operator=(const
> T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:14362:135:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::divide<short int> > >’ to type ‘const sptr&’
> {aka ‘const boost::shared_ptr<gr::blocks::divide<short int> >&’} 14362 | resultobj =
> SWIG_NewPointerObj((new gr::blocks::divide< short >::sptr(static_cast< const
> gr::blocks::divide< short >::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__divideT_short_t_t, SWIG_POINTER_OWN | 0 ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_divide_ii_make(PyObject*, PyObject*, PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:17477:87:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::divide<int> > >’ and
> ‘gr::blocks::divide<int>::sptr’ {aka ‘boost::shared_ptr<gr::blocks::divide<int> >’}) 17477
> | result = gr::blocks::divide< std::int32_t >::SWIGTEMPLATEDISAMBIGUATOR make(arg1); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::divide<int> >]’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::divide<int>::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::divide<int> >’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::divide<int> > >&’ 32 | SwigValueWrapper&
> operator=(const SwigValueWrapper<T>& rhs); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::divide<int> >]’ 36 | SwigValueWrapper& operator=(const T& t) {
> SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::divide<int>::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::divide<int> >’} to ‘const
> std::shared_ptr<gr::blocks::divide<int> >&’ 36 | SwigValueWrapper& operator=(const T& t) {
> SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:17487:131:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::divide<int> > >’ to type ‘const sptr&’ {aka
> ‘const boost::shared_ptr<gr::blocks::divide<int> >&’} 17487 | resultobj =
> SWIG_NewPointerObj((new gr::blocks::divide< int >::sptr(static_cast< const
> gr::blocks::divide< int >::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__divideT_int_t_t, SWIG_POINTER_OWN | 0 ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_divide_ii_sptr_make(PyObject*, PyObject*, PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:17719:34:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::divide<int> > >’ and
> ‘gr::blocks::divide<int>::sptr’ {aka ‘boost::shared_ptr<gr::blocks::divide<int> >’}) 17719
> | result = (*arg1)->make(arg2); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::divide<int> >]’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::divide<int>::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::divide<int> >’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::divide<int> > >&’ 32 | SwigValueWrapper&
> operator=(const SwigValueWrapper<T>& rhs); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::divide<int> >]’ 36 | SwigValueWrapper& operator=(const T& t) {
> SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::divide<int>::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::divide<int> >’} to ‘const
> std::shared_ptr<gr::blocks::divide<int> >&’ 36 | SwigValueWrapper& operator=(const T& t) {
> SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:17729:131:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::divide<int> > >’ to type ‘const sptr&’ {aka
> ‘const boost::shared_ptr<gr::blocks::divide<int> >&’} 17729 | resultobj =
> SWIG_NewPointerObj((new gr::blocks::divide< int >::sptr(static_cast< const
> gr::blocks::divide< int >::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__divideT_int_t_t, SWIG_POINTER_OWN | 0 ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_divide_cc_make(PyObject*, PyObject*, PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:20844:85:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::divide<std::complex<float> > > >’ and
> ‘gr::blocks::divide<std::complex<float> >::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::divide<std::complex<float> > >’}) 20844 | result =
> gr::blocks::divide< gr_complex >::SWIGTEMPLATEDISAMBIGUATOR make(arg1); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::divide<std::complex<float> >
>>]’ 32 | SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::divide<std::complex<float>
>>::sptr’ {aka ‘boost::shared_ptr<gr::blocks::divide<std::complex<float> > >’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::divide<std::complex<float> > > >&’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); |
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::divide<std::complex<float> > >]’ 36 | SwigValueWrapper&
> operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } |
> ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::divide<std::complex<float>
>>::sptr’ {aka ‘boost::shared_ptr<gr::blocks::divide<std::complex<float> > >’} to ‘const
> std::shared_ptr<gr::blocks::divide<std::complex<float> > >&’ 36 | SwigValueWrapper&
> operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } |
> ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:20854:167:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::divide<std::complex<float> > > >’ to type
> ‘const sptr&’ {aka ‘const boost::shared_ptr<gr::blocks::divide<std::complex<float> > >&’}
> 20854 | resultobj = SWIG_NewPointerObj((new gr::blocks::divide< std::complex< float >
>>::sptr(static_cast< const gr::blocks::divide< std::complex< float > >::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__divideT_std__complexT_float_t_t_t,
> SWIG_POINTER_OWN | 0 ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_divide_cc_sptr_make(PyObject*, PyObject*, PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:21086:34:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::divide<std::complex<float> > > >’ and
> ‘gr::blocks::divide<std::complex<float> >::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::divide<std::complex<float> > >’}) 21086 | result =
> (*arg1)->make(arg2); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::divide<std::complex<float> >
>>]’ 32 | SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::divide<std::complex<float>
>>::sptr’ {aka ‘boost::shared_ptr<gr::blocks::divide<std::complex<float> > >’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::divide<std::complex<float> > > >&’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); |
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::divide<std::complex<float> > >]’ 36 | SwigValueWrapper&
> operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } |
> ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::divide<std::complex<float>
>>::sptr’ {aka ‘boost::shared_ptr<gr::blocks::divide<std::complex<float> > >’} to ‘const
> std::shared_ptr<gr::blocks::divide<std::complex<float> > >&’ 36 | SwigValueWrapper&
> operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } |
> ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:21096:167:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::divide<std::complex<float> > > >’ to type
> ‘const sptr&’ {aka ‘const boost::shared_ptr<gr::blocks::divide<std::complex<float> > >&’}
> 21096 | resultobj = SWIG_NewPointerObj((new gr::blocks::divide< std::complex< float >
>>::sptr(static_cast< const gr::blocks::divide< std::complex< float > >::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__divideT_std__complexT_float_t_t_t,
> SWIG_POINTER_OWN | 0 ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_exponentiate_const_cci_sptr_make(PyObject*, PyObject*,
> PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:24385:39:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::exponentiate_const_cci> >’ and
> ‘gr::blocks::exponentiate_const_cci::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::exponentiate_const_cci>’}) 24385 | result =
> (*arg1)->make(arg2,arg3); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::exponentiate_const_cci>]’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::exponentiate_const_cci::sptr’
> {aka ‘boost::shared_ptr<gr::blocks::exponentiate_const_cci>’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::exponentiate_const_cci> >&’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); |
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::exponentiate_const_cci>]’ 36 | SwigValueWrapper&
> operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } |
> ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::exponentiate_const_cci::sptr’
> {aka ‘boost::shared_ptr<gr::blocks::exponentiate_const_cci>’} to ‘const
> std::shared_ptr<gr::blocks::exponentiate_const_cci>&’ 36 | SwigValueWrapper&
> operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } |
> ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:24395:149:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::exponentiate_const_cci> >’ to type ‘const
> sptr&’ {aka ‘const boost::shared_ptr<gr::blocks::exponentiate_const_cci>&’} 24395 |
> resultobj = SWIG_NewPointerObj((new gr::blocks::exponentiate_const_cci::sptr(static_cast<
> const gr::blocks::exponentiate_const_cci::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__exponentiate_const_cci_t, SWIG_POINTER_OWN | 0 );
> | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_selector_sptr_make(PyObject*, PyObject*, PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:27735:44:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::selector> >’ and
> ‘gr::blocks::selector::sptr’ {aka ‘boost::shared_ptr<gr::blocks::selector>’}) 27735 |
> result = (*arg1)->make(arg2,arg3,arg4); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::selector>]’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::selector::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::selector>’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::selector> >&’ 32 | SwigValueWrapper&
> operator=(const SwigValueWrapper<T>& rhs); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::selector>]’ 36 | SwigValueWrapper& operator=(const T& t) {
> SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::selector::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::selector>’} to ‘const
> std::shared_ptr<gr::blocks::selector>&’ 36 | SwigValueWrapper& operator=(const T& t) {
> SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:27745:121:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::selector> >’ to type ‘const sptr&’ {aka
> ‘const boost::shared_ptr<gr::blocks::selector>&’} 27745 | resultobj =
> SWIG_NewPointerObj((new gr::blocks::selector::sptr(static_cast< const
> gr::blocks::selector::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__selector_t, SWIG_POINTER_OWN | 0 ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_skiphead_sptr_make(PyObject*, PyObject*, PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:31263:39:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::skiphead> >’ and
> ‘gr::blocks::skiphead::sptr’ {aka ‘boost::shared_ptr<gr::blocks::skiphead>’}) 31263 |
> result = (*arg1)->make(arg2,arg3); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::skiphead>]’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::skiphead::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::skiphead>’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::skiphead> >&’ 32 | SwigValueWrapper&
> operator=(const SwigValueWrapper<T>& rhs); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::skiphead>]’ 36 | SwigValueWrapper& operator=(const T& t) {
> SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::skiphead::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::skiphead>’} to ‘const
> std::shared_ptr<gr::blocks::skiphead>&’ 36 | SwigValueWrapper& operator=(const T& t) {
> SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:31273:121:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::skiphead> >’ to type ‘const sptr&’ {aka
> ‘const boost::shared_ptr<gr::blocks::skiphead>&’} 31273 | resultobj =
> SWIG_NewPointerObj((new gr::blocks::skiphead::sptr(static_cast< const
> gr::blocks::skiphead::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__skiphead_t, SWIG_POINTER_OWN | 0 ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_stream_mux_sptr_make(PyObject*, PyObject*, PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:34565:90:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::stream_mux> >’ and
> ‘gr::blocks::stream_mux::sptr’ {aka ‘boost::shared_ptr<gr::blocks::stream_mux>’}) 34565 |
> result = (*arg1)->make(arg2,(std::vector< int,std::allocator< int > > const &)*arg3); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::stream_mux>]’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::stream_mux::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::stream_mux>’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::stream_mux> >&’ 32 | SwigValueWrapper&
> operator=(const SwigValueWrapper<T>& rhs); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::stream_mux>]’ 36 | SwigValueWrapper& operator=(const T& t) {
> SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::stream_mux::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::stream_mux>’} to ‘const
> std::shared_ptr<gr::blocks::stream_mux>&’ 36 | SwigValueWrapper& operator=(const T& t) {
> SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:34575:125:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::stream_mux> >’ to type ‘const sptr&’ {aka
> ‘const boost::shared_ptr<gr::blocks::stream_mux>&’} 34575 | resultobj =
> SWIG_NewPointerObj((new gr::blocks::stream_mux::sptr(static_cast< const
> gr::blocks::stream_mux::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__stream_mux_t, SWIG_POINTER_OWN | 0 ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_stream_to_streams_sptr_make(PyObject*, PyObject*,
> PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:37864:39:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::stream_to_streams> >’ and
> ‘gr::blocks::stream_to_streams::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::stream_to_streams>’}) 37864 | result =
> (*arg1)->make(arg2,arg3); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::stream_to_streams>]’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::stream_to_streams::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::stream_to_streams>’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::stream_to_streams> >&’ 32 | SwigValueWrapper&
> operator=(const SwigValueWrapper<T>& rhs); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::stream_to_streams>]’ 36 | SwigValueWrapper& operator=(const T&
> t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::stream_to_streams::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::stream_to_streams>’} to ‘const
> std::shared_ptr<gr::blocks::stream_to_streams>&’ 36 | SwigValueWrapper& operator=(const T&
> t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:37874:139:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::stream_to_streams> >’ to type ‘const sptr&’
> {aka ‘const boost::shared_ptr<gr::blocks::stream_to_streams>&’} 37874 | resultobj =
> SWIG_NewPointerObj((new gr::blocks::stream_to_streams::sptr(static_cast< const
> gr::blocks::stream_to_streams::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__stream_to_streams_t, SWIG_POINTER_OWN | 0 ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_stream_to_tagged_stream_sptr_make(PyObject*, PyObject*,
> PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:41184:71:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::stream_to_tagged_stream> >’ and
> ‘gr::blocks::stream_to_tagged_stream::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::stream_to_tagged_stream>’}) 41184 | result =
> (*arg1)->make(arg2,arg3,arg4,(std::string const &)*arg5); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::stream_to_tagged_stream>]’ 32
> | SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::stream_to_tagged_stream::sptr’
> {aka ‘boost::shared_ptr<gr::blocks::stream_to_tagged_stream>’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::stream_to_tagged_stream> >&’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); |
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::stream_to_tagged_stream>]’ 36 | SwigValueWrapper&
> operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } |
> ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::stream_to_tagged_stream::sptr’
> {aka ‘boost::shared_ptr<gr::blocks::stream_to_tagged_stream>’} to ‘const
> std::shared_ptr<gr::blocks::stream_to_tagged_stream>&’ 36 | SwigValueWrapper&
> operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } |
> ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:41194:151:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::stream_to_tagged_stream> >’ to type ‘const
> sptr&’ {aka ‘const boost::shared_ptr<gr::blocks::stream_to_tagged_stream>&’} 41194 |
> resultobj = SWIG_NewPointerObj((new gr::blocks::stream_to_tagged_stream::sptr(static_cast<
> const gr::blocks::stream_to_tagged_stream::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__stream_to_tagged_stream_t, SWIG_POINTER_OWN | 0 );
> | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_stream_to_vector_sptr_make(PyObject*, PyObject*, PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:44571:39:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::stream_to_vector> >’ and
> ‘gr::blocks::stream_to_vector::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::stream_to_vector>’}) 44571 | result =
> (*arg1)->make(arg2,arg3); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::stream_to_vector>]’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::stream_to_vector::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::stream_to_vector>’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::stream_to_vector> >&’ 32 | SwigValueWrapper&
> operator=(const SwigValueWrapper<T>& rhs); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::stream_to_vector>]’ 36 | SwigValueWrapper& operator=(const T&
> t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::stream_to_vector::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::stream_to_vector>’} to ‘const
> std::shared_ptr<gr::blocks::stream_to_vector>&’ 36 | SwigValueWrapper& operator=(const T&
> t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:44581:137:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::stream_to_vector> >’ to type ‘const sptr&’
> {aka ‘const boost::shared_ptr<gr::blocks::stream_to_vector>&’} 44581 | resultobj =
> SWIG_NewPointerObj((new gr::blocks::stream_to_vector::sptr(static_cast< const
> gr::blocks::stream_to_vector::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__stream_to_vector_t, SWIG_POINTER_OWN | 0 ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_streams_to_stream_sptr_make(PyObject*, PyObject*,
> PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:47868:39:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::streams_to_stream> >’ and
> ‘gr::blocks::streams_to_stream::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::streams_to_stream>’}) 47868 | result =
> (*arg1)->make(arg2,arg3); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::streams_to_stream>]’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::streams_to_stream::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::streams_to_stream>’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::streams_to_stream> >&’ 32 | SwigValueWrapper&
> operator=(const SwigValueWrapper<T>& rhs); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::streams_to_stream>]’ 36 | SwigValueWrapper& operator=(const T&
> t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::streams_to_stream::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::streams_to_stream>’} to ‘const
> std::shared_ptr<gr::blocks::streams_to_stream>&’ 36 | SwigValueWrapper& operator=(const T&
> t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:47878:139:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::streams_to_stream> >’ to type ‘const sptr&’
> {aka ‘const boost::shared_ptr<gr::blocks::streams_to_stream>&’} 47878 | resultobj =
> SWIG_NewPointerObj((new gr::blocks::streams_to_stream::sptr(static_cast< const
> gr::blocks::streams_to_stream::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__streams_to_stream_t, SWIG_POINTER_OWN | 0 ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_streams_to_vector_sptr_make(PyObject*, PyObject*,
> PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:51165:39:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::streams_to_vector> >’ and
> ‘gr::blocks::streams_to_vector::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::streams_to_vector>’}) 51165 | result =
> (*arg1)->make(arg2,arg3); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::streams_to_vector>]’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::streams_to_vector::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::streams_to_vector>’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::streams_to_vector> >&’ 32 | SwigValueWrapper&
> operator=(const SwigValueWrapper<T>& rhs); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::streams_to_vector>]’ 36 | SwigValueWrapper& operator=(const T&
> t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::streams_to_vector::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::streams_to_vector>’} to ‘const
> std::shared_ptr<gr::blocks::streams_to_vector>&’ 36 | SwigValueWrapper& operator=(const T&
> t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:51175:139:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::streams_to_vector> >’ to type ‘const sptr&’
> {aka ‘const boost::shared_ptr<gr::blocks::streams_to_vector>&’} 51175 | resultobj =
> SWIG_NewPointerObj((new gr::blocks::streams_to_vector::sptr(static_cast< const
> gr::blocks::streams_to_vector::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__streams_to_vector_t, SWIG_POINTER_OWN | 0 ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_tag_debug_sptr_make(PyObject*, PyObject*, PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:54484:88:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::tag_debug> >’ and
> ‘gr::blocks::tag_debug::sptr’ {aka ‘boost::shared_ptr<gr::blocks::tag_debug>’}) 54484 |
> result = (*arg1)->make(arg2,(std::string const &)*arg3,(std::string const &)*arg4); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::tag_debug>]’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::tag_debug::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::tag_debug>’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::tag_debug> >&’ 32 | SwigValueWrapper&
> operator=(const SwigValueWrapper<T>& rhs); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::tag_debug>]’ 36 | SwigValueWrapper& operator=(const T& t) {
> SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::tag_debug::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::tag_debug>’} to ‘const
> std::shared_ptr<gr::blocks::tag_debug>&’ 36 | SwigValueWrapper& operator=(const T& t) {
> SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:54494:123:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::tag_debug> >’ to type ‘const sptr&’ {aka
> ‘const boost::shared_ptr<gr::blocks::tag_debug>&’} 54494 | resultobj =
> SWIG_NewPointerObj((new gr::blocks::tag_debug::sptr(static_cast< const
> gr::blocks::tag_debug::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__tag_debug_t, SWIG_POINTER_OWN | 0 ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_tag_debug_sptr_set_save_all(PyObject*, PyObject*,
> PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:54642:16:
> error: ‘class gr::blocks::tag_debug’ has no member named ‘set_save_all’ 54642 |
> (*arg1)->set_save_all(arg2); | ^~~~~~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_tagged_file_sink_sptr_make(PyObject*, PyObject*, PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:58023:39:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::tagged_file_sink> >’ and
> ‘gr::blocks::tagged_file_sink::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::tagged_file_sink>’}) 58023 | result =
> (*arg1)->make(arg2,arg3); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::tagged_file_sink>]’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::tagged_file_sink::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::tagged_file_sink>’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::tagged_file_sink> >&’ 32 | SwigValueWrapper&
> operator=(const SwigValueWrapper<T>& rhs); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::tagged_file_sink>]’ 36 | SwigValueWrapper& operator=(const T&
> t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::tagged_file_sink::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::tagged_file_sink>’} to ‘const
> std::shared_ptr<gr::blocks::tagged_file_sink>&’ 36 | SwigValueWrapper& operator=(const T&
> t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:58033:137:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::tagged_file_sink> >’ to type ‘const sptr&’
> {aka ‘const boost::shared_ptr<gr::blocks::tagged_file_sink>&’} 58033 | resultobj =
> SWIG_NewPointerObj((new gr::blocks::tagged_file_sink::sptr(static_cast< const
> gr::blocks::tagged_file_sink::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__tagged_file_sink_t, SWIG_POINTER_OWN | 0 ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_tsb_vector_sink_b_make(PyObject*, PyObject*, PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:61263:123:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::tsb_vector_sink<unsigned char> > >’ and
> ‘gr::blocks::tsb_vector_sink<unsigned char>::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::tsb_vector_sink<unsigned char> >’}) 61263 | result =
> gr::blocks::tsb_vector_sink< std::uint8_t >::SWIGTEMPLATEDISAMBIGUATOR
> make(arg1,(std::string const &)*arg2); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::tsb_vector_sink<unsigned char>
>>]’ 32 | SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::tsb_vector_sink<unsigned
> char>::sptr’ {aka ‘boost::shared_ptr<gr::blocks::tsb_vector_sink<unsigned char> >’} to
> ‘const SwigValueWrapper<std::shared_ptr<gr::blocks::tsb_vector_sink<unsigned char> > >&’
> 32 | SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); |
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::tsb_vector_sink<unsigned char> >]’ 36 | SwigValueWrapper&
> operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } |
> ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::tsb_vector_sink<unsigned
> char>::sptr’ {aka ‘boost::shared_ptr<gr::blocks::tsb_vector_sink<unsigned char> >’} to
> ‘const std::shared_ptr<gr::blocks::tsb_vector_sink<unsigned char> >&’ 36 |
> SwigValueWrapper& operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp;
> return *this; } | ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:61273:169:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::tsb_vector_sink<unsigned char> > >’ to type
> ‘const sptr&’ {aka ‘const boost::shared_ptr<gr::blocks::tsb_vector_sink<unsigned char>
>>&’} 61273 | resultobj = SWIG_NewPointerObj((new gr::blocks::tsb_vector_sink< unsigned
> char >::sptr(static_cast< const gr::blocks::tsb_vector_sink< unsigned char >::sptr&
>>(result))), SWIGTYPE_p_std__shared_ptrT_gr__blocks__tsb_vector_sinkT_unsigned_char_t_t,
> SWIG_POINTER_OWN | 0 ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_tsb_vector_sink_b_sptr_make(PyObject*, PyObject*,
> PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:61622:61:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::tsb_vector_sink<unsigned char> > >’ and
> ‘gr::blocks::tsb_vector_sink<unsigned char>::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::tsb_vector_sink<unsigned char> >’}) 61622 | result =
> (*arg1)->make(arg2,(std::string const &)*arg3); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::tsb_vector_sink<unsigned char>
>>]’ 32 | SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::tsb_vector_sink<unsigned
> char>::sptr’ {aka ‘boost::shared_ptr<gr::blocks::tsb_vector_sink<unsigned char> >’} to
> ‘const SwigValueWrapper<std::shared_ptr<gr::blocks::tsb_vector_sink<unsigned char> > >&’
> 32 | SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); |
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::tsb_vector_sink<unsigned char> >]’ 36 | SwigValueWrapper&
> operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } |
> ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::tsb_vector_sink<unsigned
> char>::sptr’ {aka ‘boost::shared_ptr<gr::blocks::tsb_vector_sink<unsigned char> >’} to
> ‘const std::shared_ptr<gr::blocks::tsb_vector_sink<unsigned char> >&’ 36 |
> SwigValueWrapper& operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp;
> return *this; } | ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:61632:169:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::tsb_vector_sink<unsigned char> > >’ to type
> ‘const sptr&’ {aka ‘const boost::shared_ptr<gr::blocks::tsb_vector_sink<unsigned char>
>>&’} 61632 | resultobj = SWIG_NewPointerObj((new gr::blocks::tsb_vector_sink< unsigned
> char >::sptr(static_cast< const gr::blocks::tsb_vector_sink< unsigned char >::sptr&
>>(result))), SWIGTYPE_p_std__shared_ptrT_gr__blocks__tsb_vector_sinkT_unsigned_char_t_t,
> SWIG_POINTER_OWN | 0 ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_tsb_vector_sink_c_make(PyObject*, PyObject*, PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:64864:121:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::tsb_vector_sink<std::complex<float> > > >’
> and ‘gr::blocks::tsb_vector_sink<std::complex<float> >::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::tsb_vector_sink<std::complex<float> > >’}) 64864 | result =
> gr::blocks::tsb_vector_sink< gr_complex >::SWIGTEMPLATEDISAMBIGUATOR
> make(arg1,(std::string const &)*arg2); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T =
> std::shared_ptr<gr::blocks::tsb_vector_sink<std::complex<float> > >]’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from
> ‘gr::blocks::tsb_vector_sink<std::complex<float> >::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::tsb_vector_sink<std::complex<float> > >’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::tsb_vector_sink<std::complex<float> > > >&’
> 32 | SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); |
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::tsb_vector_sink<std::complex<float> > >]’ 36 |
> SwigValueWrapper& operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp;
> return *this; } | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from
> ‘gr::blocks::tsb_vector_sink<std::complex<float> >::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::tsb_vector_sink<std::complex<float> > >’} to ‘const
> std::shared_ptr<gr::blocks::tsb_vector_sink<std::complex<float> > >&’ 36 |
> SwigValueWrapper& operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp;
> return *this; } | ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:64874:185:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::tsb_vector_sink<std::complex<float> > > >’
> to type ‘const sptr&’ {aka ‘const
> boost::shared_ptr<gr::blocks::tsb_vector_sink<std::complex<float> > >&’} 64874 | resultobj
> = SWIG_NewPointerObj((new gr::blocks::tsb_vector_sink< std::complex< float >
>>::sptr(static_cast< const gr::blocks::tsb_vector_sink< std::complex< float > >::sptr&
>>(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__tsb_vector_sinkT_std__complexT_float_t_t_t,
> SWIG_POINTER_OWN | 0 ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_tsb_vector_sink_c_sptr_make(PyObject*, PyObject*,
> PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:65223:61:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::tsb_vector_sink<std::complex<float> > > >’
> and ‘gr::blocks::tsb_vector_sink<std::complex<float> >::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::tsb_vector_sink<std::complex<float> > >’}) 65223 | result =
> (*arg1)->make(arg2,(std::string const &)*arg3); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T =
> std::shared_ptr<gr::blocks::tsb_vector_sink<std::complex<float> > >]’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from
> ‘gr::blocks::tsb_vector_sink<std::complex<float> >::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::tsb_vector_sink<std::complex<float> > >’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::tsb_vector_sink<std::complex<float> > > >&’
> 32 | SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); |
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::tsb_vector_sink<std::complex<float> > >]’ 36 |
> SwigValueWrapper& operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp;
> return *this; } | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from
> ‘gr::blocks::tsb_vector_sink<std::complex<float> >::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::tsb_vector_sink<std::complex<float> > >’} to ‘const
> std::shared_ptr<gr::blocks::tsb_vector_sink<std::complex<float> > >&’ 36 |
> SwigValueWrapper& operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp;
> return *this; } | ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:65233:185:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::tsb_vector_sink<std::complex<float> > > >’
> to type ‘const sptr&’ {aka ‘const
> boost::shared_ptr<gr::blocks::tsb_vector_sink<std::complex<float> > >&’} 65233 | resultobj
> = SWIG_NewPointerObj((new gr::blocks::tsb_vector_sink< std::complex< float >
>>::sptr(static_cast< const gr::blocks::tsb_vector_sink< std::complex< float > >::sptr&
>>(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__tsb_vector_sinkT_std__complexT_float_t_t_t,
> SWIG_POINTER_OWN | 0 ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_tsb_vector_sink_f_make(PyObject*, PyObject*, PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:68465:116:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::tsb_vector_sink<float> > >’ and
> ‘gr::blocks::tsb_vector_sink<float>::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::tsb_vector_sink<float> >’}) 68465 | result =
> gr::blocks::tsb_vector_sink< float >::SWIGTEMPLATEDISAMBIGUATOR make(arg1,(std::string
> const &)*arg2); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::tsb_vector_sink<float> >]’ 32
> | SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::tsb_vector_sink<float>::sptr’
> {aka ‘boost::shared_ptr<gr::blocks::tsb_vector_sink<float> >’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::tsb_vector_sink<float> > >&’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); |
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::tsb_vector_sink<float> >]’ 36 | SwigValueWrapper&
> operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } |
> ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::tsb_vector_sink<float>::sptr’
> {aka ‘boost::shared_ptr<gr::blocks::tsb_vector_sink<float> >’} to ‘const
> std::shared_ptr<gr::blocks::tsb_vector_sink<float> >&’ 36 | SwigValueWrapper&
> operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } |
> ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:68475:153:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::tsb_vector_sink<float> > >’ to type ‘const
> sptr&’ {aka ‘const boost::shared_ptr<gr::blocks::tsb_vector_sink<float> >&’} 68475 |
> resultobj = SWIG_NewPointerObj((new gr::blocks::tsb_vector_sink< float
>>::sptr(static_cast< const gr::blocks::tsb_vector_sink< float >::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__tsb_vector_sinkT_float_t_t, SWIG_POINTER_OWN | 0
> ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_tsb_vector_sink_f_sptr_make(PyObject*, PyObject*,
> PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:68824:61:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::tsb_vector_sink<float> > >’ and
> ‘gr::blocks::tsb_vector_sink<float>::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::tsb_vector_sink<float> >’}) 68824 | result =
> (*arg1)->make(arg2,(std::string const &)*arg3); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::tsb_vector_sink<float> >]’ 32
> | SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::tsb_vector_sink<float>::sptr’
> {aka ‘boost::shared_ptr<gr::blocks::tsb_vector_sink<float> >’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::tsb_vector_sink<float> > >&’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); |
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::tsb_vector_sink<float> >]’ 36 | SwigValueWrapper&
> operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } |
> ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::tsb_vector_sink<float>::sptr’
> {aka ‘boost::shared_ptr<gr::blocks::tsb_vector_sink<float> >’} to ‘const
> std::shared_ptr<gr::blocks::tsb_vector_sink<float> >&’ 36 | SwigValueWrapper&
> operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } |
> ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:68834:153:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::tsb_vector_sink<float> > >’ to type ‘const
> sptr&’ {aka ‘const boost::shared_ptr<gr::blocks::tsb_vector_sink<float> >&’} 68834 |
> resultobj = SWIG_NewPointerObj((new gr::blocks::tsb_vector_sink< float
>>::sptr(static_cast< const gr::blocks::tsb_vector_sink< float >::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__tsb_vector_sinkT_float_t_t, SWIG_POINTER_OWN | 0
> ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_tsb_vector_sink_i_make(PyObject*, PyObject*, PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:72066:123:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::tsb_vector_sink<int> > >’ and
> ‘gr::blocks::tsb_vector_sink<int>::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::tsb_vector_sink<int> >’}) 72066 | result =
> gr::blocks::tsb_vector_sink< std::int32_t >::SWIGTEMPLATEDISAMBIGUATOR
> make(arg1,(std::string const &)*arg2); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::tsb_vector_sink<int> >]’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::tsb_vector_sink<int>::sptr’
> {aka ‘boost::shared_ptr<gr::blocks::tsb_vector_sink<int> >’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::tsb_vector_sink<int> > >&’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); |
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::tsb_vector_sink<int> >]’ 36 | SwigValueWrapper&
> operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } |
> ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::tsb_vector_sink<int>::sptr’
> {aka ‘boost::shared_ptr<gr::blocks::tsb_vector_sink<int> >’} to ‘const
> std::shared_ptr<gr::blocks::tsb_vector_sink<int> >&’ 36 | SwigValueWrapper&
> operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } |
> ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:72076:149:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::tsb_vector_sink<int> > >’ to type ‘const
> sptr&’ {aka ‘const boost::shared_ptr<gr::blocks::tsb_vector_sink<int> >&’} 72076 |
> resultobj = SWIG_NewPointerObj((new gr::blocks::tsb_vector_sink< int >::sptr(static_cast<
> const gr::blocks::tsb_vector_sink< int >::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__tsb_vector_sinkT_int_t_t, SWIG_POINTER_OWN | 0 );
> | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_tsb_vector_sink_i_sptr_make(PyObject*, PyObject*,
> PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:72425:61:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::tsb_vector_sink<int> > >’ and
> ‘gr::blocks::tsb_vector_sink<int>::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::tsb_vector_sink<int> >’}) 72425 | result =
> (*arg1)->make(arg2,(std::string const &)*arg3); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::tsb_vector_sink<int> >]’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::tsb_vector_sink<int>::sptr’
> {aka ‘boost::shared_ptr<gr::blocks::tsb_vector_sink<int> >’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::tsb_vector_sink<int> > >&’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); |
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::tsb_vector_sink<int> >]’ 36 | SwigValueWrapper&
> operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } |
> ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::tsb_vector_sink<int>::sptr’
> {aka ‘boost::shared_ptr<gr::blocks::tsb_vector_sink<int> >’} to ‘const
> std::shared_ptr<gr::blocks::tsb_vector_sink<int> >&’ 36 | SwigValueWrapper&
> operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } |
> ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:72435:149:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::tsb_vector_sink<int> > >’ to type ‘const
> sptr&’ {aka ‘const boost::shared_ptr<gr::blocks::tsb_vector_sink<int> >&’} 72435 |
> resultobj = SWIG_NewPointerObj((new gr::blocks::tsb_vector_sink< int >::sptr(static_cast<
> const gr::blocks::tsb_vector_sink< int >::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__tsb_vector_sinkT_int_t_t, SWIG_POINTER_OWN | 0 );
> | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_tsb_vector_sink_s_make(PyObject*, PyObject*, PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:75667:123:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::tsb_vector_sink<short int> > >’ and
> ‘gr::blocks::tsb_vector_sink<short int>::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::tsb_vector_sink<short int> >’}) 75667 | result =
> gr::blocks::tsb_vector_sink< std::int16_t >::SWIGTEMPLATEDISAMBIGUATOR
> make(arg1,(std::string const &)*arg2); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::tsb_vector_sink<short int> >]’
> 32 | SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::tsb_vector_sink<short
> int>::sptr’ {aka ‘boost::shared_ptr<gr::blocks::tsb_vector_sink<short int> >’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::tsb_vector_sink<short int> > >&’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); |
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::tsb_vector_sink<short int> >]’ 36 | SwigValueWrapper&
> operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } |
> ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::tsb_vector_sink<short
> int>::sptr’ {aka ‘boost::shared_ptr<gr::blocks::tsb_vector_sink<short int> >’} to ‘const
> std::shared_ptr<gr::blocks::tsb_vector_sink<short int> >&’ 36 | SwigValueWrapper&
> operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } |
> ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:75677:153:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::tsb_vector_sink<short int> > >’ to type
> ‘const sptr&’ {aka ‘const boost::shared_ptr<gr::blocks::tsb_vector_sink<short int> >&’}
> 75677 | resultobj = SWIG_NewPointerObj((new gr::blocks::tsb_vector_sink< short
>>::sptr(static_cast< const gr::blocks::tsb_vector_sink< short >::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__tsb_vector_sinkT_short_t_t, SWIG_POINTER_OWN | 0
> ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_tsb_vector_sink_s_sptr_make(PyObject*, PyObject*,
> PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:76026:61:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::tsb_vector_sink<short int> > >’ and
> ‘gr::blocks::tsb_vector_sink<short int>::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::tsb_vector_sink<short int> >’}) 76026 | result =
> (*arg1)->make(arg2,(std::string const &)*arg3); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::tsb_vector_sink<short int> >]’
> 32 | SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::tsb_vector_sink<short
> int>::sptr’ {aka ‘boost::shared_ptr<gr::blocks::tsb_vector_sink<short int> >’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::tsb_vector_sink<short int> > >&’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); |
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::tsb_vector_sink<short int> >]’ 36 | SwigValueWrapper&
> operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } |
> ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::tsb_vector_sink<short
> int>::sptr’ {aka ‘boost::shared_ptr<gr::blocks::tsb_vector_sink<short int> >’} to ‘const
> std::shared_ptr<gr::blocks::tsb_vector_sink<short int> >&’ 36 | SwigValueWrapper&
> operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } |
> ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:76036:153:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::tsb_vector_sink<short int> > >’ to type
> ‘const sptr&’ {aka ‘const boost::shared_ptr<gr::blocks::tsb_vector_sink<short int> >&’}
> 76036 | resultobj = SWIG_NewPointerObj((new gr::blocks::tsb_vector_sink< short
>>::sptr(static_cast< const gr::blocks::tsb_vector_sink< short >::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__tsb_vector_sinkT_short_t_t, SWIG_POINTER_OWN | 0
> ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_throttle_sptr_make(PyObject*, PyObject*, PyObject*)’:
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:79336:44:
> error: no match for ‘operator=’ (operand types are
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::throttle> >’ and
> ‘gr::blocks::throttle::sptr’ {aka ‘boost::shared_ptr<gr::blocks::throttle>’}) 79336 |
> result = (*arg1)->make(arg2,arg3,arg4); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const
> SwigValueWrapper<T>&) [with T = std::shared_ptr<gr::blocks::throttle>]’ 32 |
> SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:32:58:
> note: no known conversion for argument 1 from ‘gr::blocks::throttle::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::throttle>’} to ‘const
> SwigValueWrapper<std::shared_ptr<gr::blocks::throttle> >&’ 32 | SwigValueWrapper&
> operator=(const SwigValueWrapper<T>& rhs); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:21:
> note: candidate: ‘SwigValueWrapper<T>& SwigValueWrapper<T>::operator=(const T&) [with T =
> std::shared_ptr<gr::blocks::throttle>]’ 36 | SwigValueWrapper& operator=(const T& t) {
> SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ^~~~~~~~
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:36:40:
> note: no known conversion for argument 1 from ‘gr::blocks::throttle::sptr’ {aka
> ‘boost::shared_ptr<gr::blocks::throttle>’} to ‘const
> std::shared_ptr<gr::blocks::throttle>&’ 36 | SwigValueWrapper& operator=(const T& t) {
> SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } | ~~~~~~~~~^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:79346:121:
> error: invalid static_cast from type
> ‘SwigValueWrapper<std::shared_ptr<gr::blocks::throttle> >’ to type ‘const sptr&’ {aka
> ‘const boost::shared_ptr<gr::blocks::throttle>&’} 79346 | resultobj =
> SWIG_NewPointerObj((new gr::blocks::throttle::sptr(static_cast< const
> gr::blocks::throttle::sptr& >(result))),
> SWIGTYPE_p_std__shared_ptrT_gr__blocks__throttle_t, SWIG_POINTER_OWN | 0 ); | ^
> /home/ubuntu/prefix/gnuradio/src/gnuradio/build/gr-blocks/swig/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx:1191:89:
> note: in definition of macro ‘SWIG_NewPointerObj’ 1191 | #define SWIG_NewPointerObj(ptr,
> type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) | ^~~ make[2]: ***
> [gr-blocks/swig/CMakeFiles/blocks_swig7.dir/build.make:63:
> gr-blocks/swig/CMakeFiles/blocks_swig7.dir/CMakeFiles/blocks_swig7.dir/blocks_swig7PYTHON_wrap.cxx.o]
> Error 1 make[1]: *** [CMakeFiles/Makefile2:6042:
> gr-blocks/swig/CMakeFiles/blocks_swig7.dir/all] Error 2 make: *** [Makefile:141: all]
> Error 2 [ERROR] Build failed. See output above for error messages. [ERROR] Problem
> occurred while building package gnuradio: Build failed. [ERROR] Error installing package
> gnuradio. Aborting|
>
>


reply via email to

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