[Discuss-gnuradio] STD_SWIG_PYTHON_ARGS and gr-howto

2009-03-12 Thread Martin Braun
Hi, it seems there's a bug in gr-howto-write-a-block. The swig call in src/lib/Makefile.am is defined as howto.cc howto.py: $(ALL_IFILES) $(SWIG) $(STD_SWIG_PYTHON_ARGS) -module howto \ -o howto.cc $(LOCAL_IFILES) but STD_SWIG_PYTHON_ARGS is never defined in that

Re: [Discuss-gnuradio] STD_SWIG_PYTHON_ARGS and gr-howto

2009-03-12 Thread Michael Dickens
I noticed some changes in the build system recently, such as the introduction of STD_SWIG_PYTHON_ARGS. Perhaps the mini-build-subsystem of gr-howto just needs the same updates? I neglected to update the howto's Makefile.common during the last update. I have another update in the queue that