On Fri, Mar 14, 2014 at 8:03 PM, Ruecan <naceuram...@gmail.com> 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

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

Reply via email to