In the latest trunk (r10144), the C++ header files for the mblock
library have been moved into their own subdirectory.

For those people using the mblock library, in your source code you will
need to change the #include statements as follows:

#include <mb_mblock.h>

...becomes

#include <mblock/mblock.h>

You will need to do this for all mb_* header files you use.

The changes have already been made to the USRP in-band mblocks.

It is recommended that you do a 'make uninstall' before 'svn update',
then re-install after re-compiling the updated trunk.  Otherwise, you
may be left with both the old and the new copies of the files.


-Johnathan



_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to