discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] Mblock library API update


From: Johnathan Corgan
Subject: [Discuss-gnuradio] Mblock library API update
Date: Sat, 20 Dec 2008 13:01:24 -0800

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]