Re: [Discuss-gnuradio] installation problem with v3.7.12

2017-08-11 Thread Ron Economos
You can get to older versions by checking them out with git. git checkout v3.7.11 To see all the available tags. git tag I'm not sure why you're not seeing the block parameter colors. The latest version (3.7.12git-218-g811bee8c) is working fine here on Ubuntu 16.04. Ron On 08/11/2017 01:3

Re: [Discuss-gnuradio] installation problem with v3.7.12

2017-08-11 Thread Derek Kozel
Hello Ali, I don't know about #1. Can you share the full version string and some info about your OS? For #2: You can checkout the release tag for 3.7.11 https://github.com/gnuradio/gnuradio/releases/tag/v3.7.11 $ git checkout v3.7.11 $ git submodule update Regards, Derek On Fri, Aug 11, 2017 a

Re: [Discuss-gnuradio] Installation-Problem:

2013-05-03 Thread Erik Jakobsen
Nice to hear, that you have made progress Wolfgang. GL with the rest 73s Erik OZ4KK O.k. I managed to make it work by removing every file named *usrp* or *gnuradio* and reinstalling gnuradio and uhd from the repository. Now the examples seem to work on my usrp1. But I am quite desperate at

Re: [Discuss-gnuradio] Installation-Problem:

2013-05-03 Thread Wolfgang Buesser
O.k. I managed to make it work by removing every file named *usrp* or *gnuradio* and reinstalling gnuradio and uhd from the repository. Now the examples seem to work on my usrp1. But I am quite desperate at getting my old python code to work. I have programmed a vector-network-analyzer. I used

Re: [Discuss-gnuradio] Installation-Problem:

2013-05-02 Thread Nicholas Corgan
This error is saying that GR-UHD was built against an older version of UHD than you're using now, a 3.4.* version from the looks of it. To fix this, rebuild GR-UHD against your current UHD. cd (GNU Radio build directory)/gr-uhd make clean sudo make install On Thu, May 2, 2013 at 1:01 PM, Wolfgan

Re: [Discuss-gnuradio] Installation-Problem:

2013-05-02 Thread Wolfgang Buesser
Hi Erik, thanks - I managed to install gnuradio that way. When trying to run a usrp example I get the following error-message: examples/uhd# ./usrp_wfm_rcv_nogui.py linux; GNU C++ version 4.7.2 20130108 [gcc-4_7-branch revision 195012]; Boost_104900; UHD_003.005.002-61-g08624153 Traceback (most

Re: [Discuss-gnuradio] Installation-Problem:

2013-05-01 Thread Erik Jakobsen
Wolfgang. For opensuse 12.3 the repos are here: http://download.opensuse.org/repositories/home:/dl8fcl/ GL 73s Erik OZ4KK > I am trying to install gnuradio on a new > computer running suse 12.3 to use it with my > usrp. > > upon cmake I keep getting the message: > "Could Not find PythonLibs"

Re: [Discuss-gnuradio] installation problem of GNURADIO on ubuntu 12.04

2013-01-30 Thread Mike Jameson
Hi Omer, Increasing your swap space should do the trick. Just run the following command: *sudo apt-get install dphys-swapfile Edit the following config file and reboot: /etc/dphys-swapfile *Man page about the tool and config parameters:* http://manpages.ubuntu.com/manpages/precise/man8/dphy

Re: [Discuss-gnuradio] Installation problem : gnuradio 3.4.2 in Ubuntu 11.10 system

2012-03-08 Thread Arturo Rinaldi
Nella citazione in data Wed Mar 7 17:28:33 2012, mle...@ripnet.com ha scritto: The other approach for Ubuntu is: http://www.sbrac.org/files/build-gnuradio Takes care of dependencies, etc. On Wed, 7 Mar 2012 08:06:34 -0800, Nick Foster wrote: On Wed, Mar 7, 2012 at 5:15 AM, senthil murugan m

Re: [Discuss-gnuradio] Installation problem : gnuradio 3.4.2 in Ubuntu 11.10 system

2012-03-07 Thread mleech
The other approach for Ubuntu is: http://www.sbrac.org/files/build-gnuradio Takes care of dependencies, etc. On Wed, 7 Mar 2012 08:06:34 -0800, Nick Foster wrote: > On Wed, Mar 7, 2012 at 5:15 AM, senthil murugan wrote: > >> Hi all, >> >> I have error when making gnuradio 3.4.2 in Ubu

Re: [Discuss-gnuradio] Installation problem : gnuradio 3.4.2 in Ubuntu 11.10 system

2012-03-07 Thread Nick Foster
On Wed, Mar 7, 2012 at 5:15 AM, senthil murugan wrote: > Hi all, > > I have error when making gnuradio 3.4.2 in Ubuntu 11.10 system. I googled > the error but i didn't get any materials to solve this issue. > You need to install libxi. On Ubuntu 11.10 the package is "libxi6". --n > > Could any

Re: [Discuss-gnuradio] Installation problem

2011-09-03 Thread Ronaldo Nunez
Greg, As you can read on my last message, the "trick" didn't work for me. I saw that you're running the "Fedora/Ubuntu Installation script", I also try it, but the same error occurs to me. About the community, yes they are such good people! They helped me a lot in the past. Marcus, I agree with

Re: [Discuss-gnuradio] Installation problem

2011-09-03 Thread Marcus D. Leech
On 09/03/2011 01:16 PM, Greg Le Sage wrote: I have a particular error that I have been unable to find described. I would appreciate advice. I have searched very extensively and put in many hours. I performed a new install of Ubuntu 11.04 on a PC (Dell Precision M6300), downloaded and performed s

Re: [Discuss-gnuradio] Installation problem

2011-09-03 Thread Ronaldo Nunez
Greg, I'm getting the same error. I read in another forum that this problem is solved changing the LD_LIBRARY_PATH value: export LD_LIBRARY_PATH="/usr/local/lib:/usr/lib:$LD_LIBRARY_PATH" But, I've try it with no effect. I'm on Ubuntu 10.04. Thanks in advance, Ronaldo On Sat, Sep 3, 2011 at 2

Re: [Discuss-gnuradio] Installation problem: Ubuntu 9.04-gnuradio binary 3.2 package (recursion depth error)

2009-09-11 Thread David Knox
Eric Blossom wrote: > > We fixed a Python 2.6 related quite a while ago. Have you tried > updating to a more recent version of the trunk (or git if you like)? > > Eric > As a test, I uninstalled gnuradio and then re-installed it. I was not too clear on the correct process for this, based on

Re: [Discuss-gnuradio] Installation problem: Ubuntu 9.04-gnuradio binary 3.2 package (recursion depth error)

2009-09-10 Thread Eric Blossom
On Wed, Sep 09, 2009 at 10:30:16PM -0700, DDKK wrote: > > I am wondering if this is some kind of pythonpath setup error that I'm > making. > > I get the same error if I just import the gr definition from gnuradio in the > python interpreter. It gives me the same error message the first time, > a

Re: [Discuss-gnuradio] Installation problem: Ubuntu 9.04-gnuradio binary 3.2 package (recursion depth error)

2009-09-09 Thread DDKK
I am wondering if this is some kind of pythonpath setup error that I'm making. I get the same error if I just import the gr definition from gnuradio in the python interpreter. It gives me the same error message the first time, although it *doesn't* complain on the second and subsequent import at

Re: [Discuss-gnuradio] Installation problem CentOS ... FFTW3F

2009-08-12 Thread Mir M. Ali
I followed the instructions given in http://gnuradio.org/trac/wiki/FFTWInstall but still had no success. Eric, suggested installing the fftw-devel package. I used the source fftw-3.2.2 and wouldn't this be all I need. The PKG_CONFIG_PATH was set too but still had no success. The output of pkg-conf

Re: [Discuss-gnuradio] Installation problem CentOS ... FFTW3F

2009-08-07 Thread Eric Blossom
On Fri, Aug 07, 2009 at 12:16:31AM -0500, Mir M. Ali wrote: > Hi, > I have a problem installing gnuradio on Centos-5. I installed fftw-3.2.2 and > ran the configure script in gnuradio. It shows this error as it cant find > the fftw3f. > > ecking for FFTW3F... configure: error: Package requirements

Re: [Discuss-gnuradio] Installation problem on 64-bit ubuntu intrepid

2008-12-02 Thread Newell Jensen
I have just upgraded to Ubuntu 8.10 on my 64-bit machine (a few weeks ago). Did you do this? (which is on the wiki): Because Debian and Ubuntu apply a poorly implemented "enhancement" to the upstream version of libtool, they break the ability to test code and libraries prior to installing them. W

Re: [Discuss-gnuradio] installation problem in gnuradio using cygwin

2008-10-31 Thread Don Ward
teka yemane wrote: hello there, I was installing gnuradio-3.1.3 in windows using cygwin. The "./configure" worked fine but the "make" command results in the follwing error: ar: .libs/gr_hier_block2.o: No such file or directory make[5]: *** [libruntime.la] Error 1 make[5]: Leaving directory `/us

Re: [Discuss-gnuradio] installation problem

2008-10-23 Thread Umair Nasir
> > Since they only have swig 1.3.29 installed, I installed myself 1.3.36 on > my space (at least as a temporary solution). > > Now when I run "configure" in gnuradio it does not recognize the new > swig, but the old one... > In addition, after "configure" is run, when I do "which swig" I get the >

Re: [Discuss-gnuradio] installation problem

2008-10-23 Thread Eric Blossom
On Thu, Oct 23, 2008 at 10:31:19AM -0400, Achilleas Anastasopoulos wrote: > Hi, > > I am trying to install gnuradio on a Linux system for which I am not the > owner (university-wide computing at U of Michigan). > Since they only have swig 1.3.29 installed, I installed myself 1.3.36 on > my space (a

Re: [Discuss-gnuradio] Installation problem with cygwin

2008-06-11 Thread Don Ward
"Nan Zhang" <[EMAIL PROTECTED]> wrote: I tried to install numpy under cygwin using the method given in http://gnuradio.org/trac/wiki/NumpyInstall as follows cd /usr/src tar zxf numpy-1.0.3.1.tar.gz cd numpy-1.0.3.1 python setup.py install but always failed. Could someone help? You need to b