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

2014-03-15 Thread Tom Rondeau
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


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

2014-03-14 Thread Koslowski, Sebastian (CEL)
Hi,

looks like a version issue. Try updating to PyGTK 2.22 or above.

Sebastian

-- 
Karlsruhe Institute of Technology (KIT)
Communications Engineering Lab (CEL)

Dipl.-Ing. Sebastian Koslowski
Research Associate

Kaiserstraße 12
Building 05.01
76131 Karlsruhe, Germany

Phone: +49 721 608-46275
Fax:   +49 721 608-46071
Email: sebastian.koslow...@kit.edu
Web:   http://www.cel.kit.edu/

KIT – University of the State of Baden-Wuerttemberg and National
Research Center of the Helmholtz Association



signature.asc
Description: OpenPGP digital signature
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


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

2014-03-14 Thread Koslowski, Sebastian (CEL)
I opened an issue on gnuradio.org for this.

http://gnuradio.org/redmine/issues/653

You can pull a fix from:

https://github.com/gnuradio/gnuradio-wg-grc/tree/grc_pygtk_backw_compat_fixes

Let me know if that works for you.

Sebastian

-- 
Karlsruhe Institute of Technology (KIT)
Communications Engineering Lab (CEL)

Dipl.-Ing. Sebastian Koslowski
Research Associate

Kaiserstraße 12
Building 05.01
76131 Karlsruhe, Germany

Phone: +49 721 608-46275
Fax:   +49 721 608-46071
Email: sebastian.koslow...@kit.edu
Web:   http://www.cel.kit.edu/

KIT – University of the State of Baden-Wuerttemberg and National
Research Center of the Helmholtz Association



signature.asc
Description: OpenPGP digital signature
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


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

2014-03-14 Thread Ruecan
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



--
View this message in context: 
http://gnuradio.4.n7.nabble.com/GRC-issues-with-GNU-Radio-3-7-tp46935p46962.html
Sent from the GnuRadio mailing list archive at Nabble.com.

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