“make op25”
has a few warnings but nothing serious looking. So this tells me at
least the source is compiling fine http://pastebin.com/D8EUnMv8
“make”
i get some warnings “Found unknown command `\precondition’” when
creating the doxygen … not sure this is too important.
but i also get some errors, Like:
[ 80%] Building CXX object
swig/CMakeFiles/_op25_swig.dir/op25_swigPYTHON_wrap.cxx.o
/build/swig/op25_swigPYTHON_wrap.cxx: In function PyObject*
_wrap_new_fsk4_demod_ff_sptr__SWIG_0(PyObject*, PyObject*):
/build/swig/op25_swigPYTHON_wrap.cxx:5784:22: error: gr was not
declared in this scope
This file ‘op25_swigPYTHON_wrap.cxx’ is automatically generated by
swig. I have no idea why its in error. Its almost like it not putting
the processing blocks into the ‘gr’ namespace? if that even makes
sense… I dunno… This is a bit over my head