Re: [Discuss-gnuradio] gr_modtool and swig

2016-05-06 Thread Martin Braun
Ah glad you figured that out :) modtool should have done that for you though. Did it not? Martin On 6 May 2016 03:45, "Laur Joost" wrote: > Ask and ye shall answer: > > This happens when the public headers have virtual method declarations that > are not pure, i.e. > > virtual double samp_rate(v

Re: [Discuss-gnuradio] gr_modtool and swig

2016-05-05 Thread Martin Braun
Have you nuked the build dir and tried from scratch? These kind of problems always seem to be SWIG-artifact related. M On 05/05/2016 01:01 PM, Laur Joost wrote: > Hi all! > > I've run into problems with swig in a project generated by gr_modtool. > > When I run > ctest -V -R tle_cc > the test fa

[Discuss-gnuradio] gr_modtool and swig

2016-05-05 Thread Laur Joost
Hi all! I've run into problems with swig in a project generated by gr_modtool. When I run ctest -V -R tle_cc the test fails with import error: 2: Traceback (most recent call last): 2: File "/home/ec/Thesis/blocks/gr-doppler/python/qa_doppler_tle_cc.py", line 25, in 2: import doppler_swig