discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] pybombs bombs


From: Michael Dickens
Subject: Re: [Discuss-gnuradio] pybombs bombs
Date: Tue, 07 Apr 2015 23:27:30 -0400

I just issued a pull request to fix this issue. The problem is that on a
few systems, such as yours, "unit32_t" is undefined in the top-level
namespace, and should really be "boost::uint32_t" anyway to match the
actual values being compared. This fix is just for a test, so it won't
make any difference on UHD functionality. Look for those changes to be
integrated soonish ... - MLD

On Tue, Apr 7, 2015, at 04:19 PM, Mike Willis wrote:
> Thanks - I tried that. Same issue.Something wrong with UHD and my setup
> perhaps?
> 
> /home/mike/pybombs/src/uhd/host/tests/sid_t_test.cpp:96:48: note:
> suggested alternative:
> In file included from
> /home/mike/pybombs/src/uhd/host/include/uhd/types/sid.hpp:22:0,
>                  from
>                  /home/mike/pybombs/src/uhd/host/tests/sid_t_test.cpp:21:
> /usr/local/include/boost/cstdint.hpp:263:30: note:   ‘boost::uint32_t’
>       typedef unsigned int    uint32_t;



reply via email to

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