Re: [Discuss-gnuradio] External modules include path / namespace

2013-06-02 Thread Johnathan Corgan
On Jun 2, 2013, at 9:58, "Martin Braun (CEL)" wrote: > On Sun, Jun 02, 2013 at 12:18:49AM +0200, Sylvain Munaut wrote: >> include: $prefix/include/module_name/ >> namespace: gr::module_name:: >> python: $prefix/lib/site-package/module_name/ >> >> Since the module are placed in the gr:: namespace,

Re: [Discuss-gnuradio] External modules include path / namespace

2013-06-02 Thread Sylvain Munaut
Hi Martin, >> include: $prefix/include/gnuradio/module_name/ >> namespace: gr::module_name:: >> python: $prefix/lib/site-package/gnuradio/module_name/ >> >> This would also make external modules that much closer to internal >> ones and further reduce the difference between in-tree / out-of-tree >

Re: [Discuss-gnuradio] External modules include path / namespace

2013-06-02 Thread Martin Braun (CEL)
On Sun, Jun 02, 2013 at 12:18:49AM +0200, Sylvain Munaut wrote: > include: $prefix/include/module_name/ > namespace: gr::module_name:: > python: $prefix/lib/site-package/module_name/ > > Since the module are placed in the gr:: namespace, wouldn't it make > sense to have : > > include: $prefix/inc

[Discuss-gnuradio] External modules include path / namespace

2013-06-01 Thread Sylvain Munaut
Hi, >From looking at what gr_modtool generate, you get include: $prefix/include/module_name/ namespace: gr::module_name:: python: $prefix/lib/site-package/module_name/ Since the module are placed in the gr:: namespace, wouldn't it make sense to have : include: $prefix/include/gnuradio/module_na