UHD source headers in next

Greetings,

Trying to use usrp_source in a C++ application; it seems there is a
mismatch between where the headers are installed and where they are
supposed to be installed.

The heqaders are installed in: include/gnuradio/gr_uhd/
but usrp_source.h has an include:
#include <uhd/api.h>

and gives compiler error.

As far as I can see I’m using the latest code: v3.6.4.1-989-g2caaabf8

Alex

On Fri, Mar 29, 2013 at 1:49 PM, Alexandru C. [email protected]
wrote:

and gives compiler error.

As far as I can see I’m using the latest code: v3.6.4.1-989-g2caaabf8

Alex

Yep, that’s a mistake. I’ll fix that now.

Tom

On Fri, Mar 29, 2013 at 1:54 PM, Tom R. [email protected] wrote:

and gives compiler error.

As far as I can see I’m using the latest code: v3.6.4.1-989-g2caaabf8

Alex

Yep, that’s a mistake. I’ll fix that now.

Tom

Done.

Tom

On Fri, Mar 29, 2013 at 6:56 PM, Tom R. [email protected] wrote:

#include <uhd/api.h>

Done.

Thanks for the quick fix. It works now.

Alex