Re: [Discuss-gnuradio] Exposing enums defined in a separate include file

2015-10-25 Thread Kolya
This problem is solved. I had made a mistake when adding the include file to the the _swig.i file. Instead of including it once via #include and once with %include I used #include both times. Everything seems to be working as expected now. Thanks a lot for your help Ron. -- View this message in

[Discuss-gnuradio] Exposing enums defined in a separate include file

2015-10-25 Thread Kolya
Hi, I'm working on an OOT module with multiple blocks. All blocks share a common include file (Link26_defines.h) for module wide defines and enum structures (this is somewhat similar to the dvb_config.h in gr-dtv). The compilation and installation of the module works fine. But when I try to run the