discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] GRC issues with GNU Radio 3.7


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] GRC issues with GNU Radio 3.7
Date: Sat, 15 Mar 2014 09:17:18 +0100

On Fri, Mar 14, 2014 at 8:03 PM, Ruecan <address@hidden> wrote:
> Thank you Sebastian for your reply,
>
> I pulled your grc fixing, proceed to a clean make then did everything again
> however I got some error:
>
> [ 29%] Building CXX object
> gr-blocks/lib/CMakeFiles/gnuradio-blocks.dir/message_strobe_random_impl.cc.o
> In file included from
> /raid/nae/gnuradio/gr-blocks/lib/message_strobe_random_impl.cc:27:
> /raid/nae/gnuradio/gr-blocks/lib/message_strobe_random_impl.h:48: error:
> 'mt19937' in namespace 'boost::random' does not name a type
> /raid/nae/gnuradio/gr-blocks/lib/message_strobe_random_impl.cc: In
> constructor
> 'gr::blocks::message_strobe_random_impl::message_strobe_random_impl(pmt::pmt_t,
> gr::blocks::message_strobe_random_distribution_t, float, float)':
> /raid/nae/gnuradio/gr-blocks/lib/message_strobe_random_impl.cc:57: error:
> class 'gr::blocks::message_strobe_random_impl' does not have any field named
> 'd_rng'
> /raid/nae/gnuradio/gr-blocks/lib/message_strobe_random_impl.cc: In member
> function 'void gr::blocks::message_strobe_random_impl::update_dist()':
> /raid/nae/gnuradio/gr-blocks/lib/message_strobe_random_impl.cc:89: error:
> 'd_rng' was not declared in this scope
> make[2]: ***
> [gr-blocks/lib/CMakeFiles/gnuradio-blocks.dir/message_strobe_random_impl.cc.o]
> Error 1
> make[1]: *** [gr-blocks/lib/CMakeFiles/gnuradio-blocks.dir/all] Error 2
>
> The point is those errors I got them before so to fix them (at that time) I
> just went to someone's gnuradio branch, clone it and it did work for my
> machine instead of the master branch of gnuradio which issue thoses errors.
> Actually, I had already stated that matter here, but issue was not fixed:
> http://gnuradio.4.n7.nabble.com/Issue-while-installing-GR-3-7-td46435.html#a46466
>
> Regards,
> Naceur


Naceur,

This issue was due to a mistaken #ifndef in the header file and was
fixed a few weeks ago.

Tom



reply via email to

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