Re: [Discuss-gnuradio] debugging runtime errors

2016-11-16 Thread Johnathan Corgan
On Wed, Nov 16, 2016 at 1:56 PM, Tom Early wrote: > Maybe cmake should error out if it can't find swig. Or am I missing > something in the big picture? > ​It's entirely possible run GNU Radio as a pure C++ application wrapping C++ native and OOT blocks; in those cases, we have the option to not

Re: [Discuss-gnuradio] debugging runtime errors

2016-11-16 Thread Tom Early
Okay, my mistake. After more carefully reading the build output, I realized my system was missing swig. There was just a little, easy-to-miss comment about not finding swig buried in the "cmake .." output. Maybe cmake should error out if it can't find swig. Or am I missing something in the big

[Discuss-gnuradio] debugging runtime errors

2016-11-16 Thread Tom Early
I would like to follow up a suggestion that my "AttributeError: 'module' object has no attribute ..." runtime error is caused by an improperly linked OOT. I am unsure how to do that. Can someone point me in the correct direction? Thanks! ___ Discus