On Tue, Jul 14, 2015 at 8:39 PM, Jared Dulmage <jared.dulmage@aero.org> wrote:
I received an error while building a c++ constructed flowgraph:
<GR_ROOT>/include/gnuradio/fec/cc_decoder.h:28:36: fatal error: gnuradio/fec/cc_common.h: No such file or directory
#include <gnuradio/fec/cc_common.h>
It appears that cc_decoder.h includes cc_common.h but that file is not in the CMakelists.txt install list. Adding the file to the list and rebuilding/installing fixes the issue.
Jared.
Yep, that is indeed a bug.
Tom
No comments:
Post a Comment