discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] gr-eventstream, gr-mapper, gr-burst revisted


From: Cinaed Simson
Subject: [Discuss-gnuradio] gr-eventstream, gr-mapper, gr-burst revisted
Date: Wed, 28 Jun 2017 14:58:55 -0700
User-agent: Mozilla/5.0 (X11; Linux i686; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

gr-eventstream:
--------------

In '_es_swig.so', instead of including the symbol 'init_es_swig' and
linking to python2 libraries, it was including the symbol
'PyInit__es_swig' and linking to python3 libraries.

See ./build/swig/es_swigPYTHON_wrap.cxx.

Tried to modify the cmake file GrPython.cmake and GrSwig.cmake but
couldn't stop '_es_swig.so' from including the symbol 'PyInit__es_swig'
and linking to to python3 libraries.

So I had to uninstalled libpython3-dev and it passed

 make test

gr-mapper:
---------

Test failed because the cart got in front of the horse.

In 'qa_preamble.py' I had to replace 'import mapper' with
'import mapper_swig as mapper' and then it passed

 make test

gr-burst:
---------

Fails because 'qa_synchronizer_v3.py' because

  x = sio.loadmat('../../matlab/gr_impl_test.mat')

can't find the file 'gr_impl_test.mat' - which is typically a show
stopper - there could be other errors.

Couldn't find the file on

  https://github.com/gr-vt/gr-burst/tree/master/matlab

either - and yes, 'scipy' is installed on the system.


-- Cinaed






reply via email to

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