Re: [Discuss-gnuradio] Unable to build gr-wxgui on Mac OS X 10.6.1

2010-06-20 Thread Michael Dickens
Hi Bruh - If you installed py26-wxpython and wxWidgets from MacPorts, then as of this morning neither allow for 'universal' compilation, and wxWidgets goes so far as to enforce 32-bit only compilation. Chances are your Mac's compiler is trying to generate 64-bit code. Hence, the wxpython

[Discuss-gnuradio] Is someone working on an ISDB-Tb modulator?

2010-06-20 Thread Felipe Augusto Pereira de Figueiredo
Hello everybody, My name is Felipe and I`m a student at INATEL, Brazil. I intend to develop a ISDB-Tb modulator soon but before I`m doing some research on the subject in order to find out if someone else is currently working on the same idea, if so, I could help with my skills on DTV and

[Discuss-gnuradio] Unable to build gr-wxgui on Mac OS X 10.6.1

2010-06-20 Thread Bruhtesfa Ebrahim
Hi all, I am stuck on this problem for long. So,any help will be appreciated. I am trying to install GnuRadio on Mac OSX 10.6.1 . I have installed the prerequisites including wxWidgets and py26-wxpython using MacPorts. However, gr-wxgui and grc failed to build. The output lines in ./configure t

[Discuss-gnuradio] CANNOT shutdown usrp with destructor

2010-06-20 Thread zzw.1012
Hi, I am studying GNURadio now. but I have a problem with it. At first, there is a test file called test_usrp_standard_tx.cc. This file is work well and usrp can be shutdown automatically when all my wanted data are transmitted. then, I add a code like followed: //test_usrp_standard_tx.cc .