Re: [Discuss-gnuradio] Building an OOT modules with an In Tree Dependency

2015-07-31 Thread Nowlan, Sean
nu.org> Subject: RE: [Discuss-gnuradio] Building an OOT modules with an In Tree Dependency Yes, blocks is included in the cmakelists.txt as set(GR_REQUIRED_COMPONENTS RUNTIME BLOCKS) as well as a link directory GNURADIO_BLOCKS_LIBRARY_DIRS. Its also in the /lib cmakelists.txt as

Re: [Discuss-gnuradio] Building an OOT modules with an In Tree Dependency

2015-07-31 Thread Tom Rondeau
m Rondeau > *Sent:* Friday, July 31, 2015 11:02 AM > > *To:* Valenta, Chris R. > *Cc:* discuss-gnuradio@gnu.org > *Subject:* Re: [Discuss-gnuradio] Building an OOT modules with an In Tree > Dependency > > > > On Fri, Jul 31, 2015 at 10:50 AM, Valenta, Chris R. < &

Re: [Discuss-gnuradio] Building an OOT modules with an In Tree Dependency

2015-07-31 Thread Valenta, Chris R.
Valenta, Chris R. Cc: discuss-gnuradio@gnu.org<mailto:discuss-gnuradio@gnu.org> Subject: Re: [Discuss-gnuradio] Building an OOT modules with an In Tree Dependency On Fri, Jul 31, 2015 at 10:50 AM, Valenta, Chris R. mailto:chris.vale...@gtri.gatech.edu>> wrote: So the function (set_unb

Re: [Discuss-gnuradio] Building an OOT modules with an In Tree Dependency

2015-07-31 Thread Valenta, Chris R.
rom: trond...@trondeau.com<mailto:trond...@trondeau.com> [mailto:trond...@trondeau.com<mailto:trond...@trondeau.com>] On Behalf Of Tom Rondeau Sent: Friday, July 31, 2015 10:27 AM To: Valenta, Chris R. Cc: discuss-gnuradio@gnu.org<mailto:discuss-gnuradio@gnu.org> Subject: Re: [Discuss-

Re: [Discuss-gnuradio] Building an OOT modules with an In Tree Dependency

2015-07-31 Thread Tom Rondeau
ame already; just add this line here along with that one. Tom > > > *From:* trond...@trondeau.com [mailto:trond...@trondeau.com] *On Behalf > Of *Tom Rondeau > *Sent:* Friday, July 31, 2015 10:27 AM > *To:* Valenta, Chris R. > *Cc:* discuss-gnuradio@gnu.org > *Subject:* Re: [Discuss-g

Re: [Discuss-gnuradio] Building an OOT modules with an In Tree Dependency

2015-07-31 Thread Valenta, Chris R.
: trond...@trondeau.com [mailto:trond...@trondeau.com] On Behalf Of Tom Rondeau Sent: Friday, July 31, 2015 10:27 AM To: Valenta, Chris R. Cc: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Building an OOT modules with an In Tree Dependency On Thu, Jul 30, 2015 at 5:26 PM, Valenta, Chris R

Re: [Discuss-gnuradio] Building an OOT modules with an In Tree Dependency

2015-07-31 Thread Tom Rondeau
On Thu, Jul 30, 2015 at 5:26 PM, Valenta, Chris R. < chris.vale...@gtri.gatech.edu> wrote: > I’m trying to make an out of tree module based on blocks::file_sink that > has some additional functionality I need. Right now, I’ve built it OOT, but > an having trouble getting it to work. The code (file

[Discuss-gnuradio] Building an OOT modules with an In Tree Dependency

2015-07-30 Thread Valenta, Chris R.
I'm trying to make an out of tree module based on blocks::file_sink that has some additional functionality I need. Right now, I've built it OOT, but an having trouble getting it to work. The code (file_sink_impl.cc, file_sink_impl.h, and file_sink.h --> actual names are different so there are n