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

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

[Discuss-gnuradio] installation problem with v3.7.12

2017-08-11 Thread Ali The GREAT!
Hi all, i use the following command to get the code: $ git clone --recursive https://github.com/gnuradio/gnuradio.git when i install from source ($mkdir build; cd build; cmake ../; make; sudo make install; sudo ldconfig) the installed version is v3.7.12 ($gnuradio-config-info --version) and i

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-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-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

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,

[Discuss-gnuradio] Installation-Problem:

2013-05-01 Thread Wolfgang Buesser
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. Any hint what rpm or sources I need to install on Suse 12.3 would be great. Or maybe what libraries cmake is looking for. python is

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.

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

2013-01-30 Thread Omer Omer
hi, i have a system PC OF 512 MB RAM and 1.8 GHz processor and 40 GB hard disk.My system halts by writing the make command of making GNURADIO and it reaches at 40% and then system gets halts.kindly tell me what will be solution of this problem.should I Increase my RAM?

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:*

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

2012-03-07 Thread senthil murugan
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. Could anyone please help me in this regard: /usr/bin/ld: cannot find -lXi collect2: ld returned 1 exit status make[5]: *** [libgnuradio-qtgui.la] Error

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 amrita.sent...@gmail.comwrote: 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.

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 Ubuntu

[Discuss-gnuradio] installation problem of usrp package in fedora 15

2011-10-16 Thread Achilleas Anastasopoulos
I have installed libusb in Fedora 15 (it is installed in /lib64) ls /lib64/libusb* lrwxrwxrwx. 1 root root19 Oct 5 16:17 /lib64/libusb-0.1.so.4 - libusb-0.1.so.4.4.4 -rwxr-xr-x. 1 root root 20376 Jun 22 04:09 /lib64/libusb-0.1.so.4.4.4 -rw-r--r--. 1 root root 85498 Feb 8 2011

[Discuss-gnuradio] Installation problem

2011-09-03 Thread Greg Le Sage
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 sudo bash build-gnuradio.sh, after modifying

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

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

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: 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 my

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,

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

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

2009-09-08 Thread ingangout . civ9z
Following the advice at http://gnuradio.org/trac/wiki/UbuntuInstall, I installed the Jaunty version of the Ubuntu distro. on my PC and the , hoping for a clean installation of the gnuradio code in a Linux environment (gnuradio version 3.2.2-1, according to the synaptic code manager). I am

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

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

2009-08-06 Thread Mir M. Ali
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 (fftw3f = 3.0) were not met: No package 'fftw3f' found Consider

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

2008-12-02 Thread Songpvamu Gao
Hi, My system info: uname -a Linux user 2.6.27-9-generic #1 SMP Thu Nov 20 22:15:32 UTC 2008 x86_64 GNU/Linux I have been using gnuradio/usrp on 32 bit ubuntu for a while, never have problem with installation. Yesterday, I decided to switch to 64 bit ubuntu and install gnuradio follow the

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. We

[Discuss-gnuradio] installation problem in gnuradio using cygwin

2008-10-31 Thread teka yemane
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

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

[Discuss-gnuradio] installation problem

2008-10-23 Thread Achilleas Anastasopoulos
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 (at least as a temporary solution). I also added the path to the new swig in my path

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 (at

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 old version

[Discuss-gnuradio] Installation problem with cygwin

2008-06-11 Thread Nan Zhang
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? Beside that, I have a python and numpy installed under

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 be