Re: [Discuss-gnuradio] possible bug in gr-fec/include CMakelists.txt

2015-07-15 Thread Tom Rondeau
On Tue, Jul 14, 2015 at 8:39 PM, Jared Dulmage wrote: > I received an error while building a c++ constructed flowgraph: > > /include/gnuradio/fec/cc_decoder.h:28:36: fatal error: > gnuradio/fec/cc_common.h: No such file or directory > #include > > It appears that cc_decoder.h includes cc_common

[Discuss-gnuradio] possible bug in gr-fec/include CMakelists.txt

2015-07-14 Thread Jared Dulmage
I received an error while building a c++ constructed flowgraph: /include/gnuradio/fec/cc_decoder.h:28:36: fatal error: gnuradio/fec/cc_common.h: No such file or directory #include It appears that cc_decoder.h includes cc_common.h but that file is not in the CMakelists.txt install list. Addin