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.
------------------------------------------------------
Jared Dulmage
Engineering Specialist
Digital Comm. and Implementation Dept.
Aerospace Corporation
310-336-3140
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
No comments:
Post a Comment