Re: [Discuss-gnuradio] Any clue

2012-04-08 Thread Marcus D. Leech
It think you typo'd "pocsag" as "pogsag" somewhere, though. /home/mleech/gr-pocsag/build/swig/pocsag_swigPYTHON_wrap.cxx:5099:22: error: ‘pogsag_decoder’ was not declared in this scope One leetle typo and it goes all to shite. Stupid computers :-) Johnathan -- Marcus Leech Principal Inv

Re: [Discuss-gnuradio] Any clue

2012-04-08 Thread Johnathan Corgan
On Sun, Apr 8, 2012 at 17:48, Marcus D. Leech wrote: > Can swig only deal with the derived classes? None of the derived classes > really work for me, since the number of output items is > only loosely correlated to the number of input items, and I may not produce > any output items until I see a

[Discuss-gnuradio] Any clue

2012-04-08 Thread Marcus D. Leech
Trying to build a fairly simple decoder block, based on gr_block. The compile goes OK, but swig goes very badly off the rails: Can swig only deal with the derived classes? None of the derived classes really work for me, since the number of output items is only loosely correlated to the number o