Re: [Discuss-gnuradio] Make fails

2016-06-02 Thread Ben Hilburn
Hi Tom - Just to be sure, after pulling the latest from `master`, did you also update your Volk submodule pointer? $ git submodule update Cheers, Ben On Wed, Jun 1, 2016 at 10:44 PM, Ron Economos wrote: > Master builds okay here. > > The VOLK commit for this is: > > > https://github.com/gnura

Re: [Discuss-gnuradio] Make fails

2016-06-01 Thread Ron Economos
Master builds okay here. The VOLK commit for this is: https://github.com/gnuradio/volk/commit/11fadd3af8ebd3c9ddda6160e115a686a3aec5d8 The corresponding GNU Radio commit is: https://github.com/gnuradio/gnuradio/commit/cee8f5041c70c01e8ee128be7d817d4594f8cffb Ron On 06/01/2016 07:32 PM, Ron E

Re: [Discuss-gnuradio] Make fails

2016-06-01 Thread Ron Economos
Your VOLK version doesn't look correct. It should be b930d7f. I suggest you do a git clone instead of git pull. I'm building master right now just to be sure. Ron W6RZ On 06/01/2016 06:57 PM, Tom McDermott wrote: For the first time in a couple of years of successful monthly or so updates from

[Discuss-gnuradio] Make fails

2016-06-01 Thread Tom McDermott
For the first time in a couple of years of successful monthly or so updates from git on master, I've had make fail. Ubuntu 14.04, 64-bit architecture, using all 8 cores for make. Volk did an update on the pull from git tonight. gnuradio master version a7285ea volk master version 56c0235 Seems to

Re: [Discuss-gnuradio] Make fails and gives the following

2013-08-21 Thread Marcus Müller
Hi Sanjeeb, it looks like there are some leftover make configuration from an older bootstrap run on another debian version. Is there any cause why you need to use a very very very old GNU Radio? Greetings Marcus On 08/21/2013 07:40 AM, sanjeeb wrote: Hi there, after ./bootstrap and ./config

Re: [Discuss-gnuradio] Make fails and gives the following

2013-08-20 Thread sanjeeb
Hi there, after ./bootstrap and ./configure when i run make i get the following: libtool: Version mismatch error. This is libtool 2.4.2 Debian-2.4.2-1ubuntu1, but the libtool: definition of this LT_INIT comes from libtool 2.2.6b. libtool: You should recreate aclocal.m4 with macros from libtool

Re: [Discuss-gnuradio] Make fails and gives the following

2013-08-20 Thread Ben Hilburn
Sanjeeb - This is a bit confusing. The e-mail you are quoting is from 02/2009... over 4.5 years ago. We don't even use autoconf / automake anymore. What is the problem you are having? Cheers, Ben On Mon, Aug 19, 2013 at 9:15 PM, sanjeeb wrote: > Johnathan Corgan corganenterprises.com> writes

[Discuss-gnuradio] Make fails and gives the following

2013-08-19 Thread sanjeeb
Johnathan Corgan corganenterprises.com> writes: > > On Thu, Feb 12, 2009 at 2:03 AM, Emil Molin gmail.com> wrote: > > >> > after doing ./bootstrap and then ./configure > >> > > >> > make gives the following message: > >> > > >> > libtool: Version mismatch error. This is libtool 2.2.6, but the

Re: [Discuss-gnuradio] make fails ... since 2 days

2013-03-29 Thread Marcus D. Leech
On 03/29/2013 03:39 AM, sumitstop wrote: Some additional details. OS : Ubuntu 10.04 cmake : 2.8.0-5 boost : 1.40 cppunit : 1.12-1 fftw : 3.2.2-1 python : 2.6.5 swig : 1.3.40 ~~ Just 10 days ago I got all the things properly installed with the same settings. -- View

Re: [Discuss-gnuradio] make fails ... since 2 days

2013-03-29 Thread sumitstop
Some additional details. OS : Ubuntu 10.04 cmake : 2.8.0-5 boost : 1.40 cppunit : 1.12-1 fftw : 3.2.2-1 python : 2.6.5 swig : 1.3.40 ~~ Just 10 days ago I got all the things properly installed with the same settings. -- View this message in context: http://gnuradio.

[Discuss-gnuradio] make fails ... since 2 days

2013-03-28 Thread sumitstop
Since 2 days I am trying to install GNU Radio with marcus scripts. UHD is getting installed perfectly but GNU Radio exits by saying "Make failed" ... Then I tried doing it manually. It failed there also. Here is the error ~

Re: [Discuss-gnuradio] Make fails in gr-how-to-write-a-block

2009-02-12 Thread Johnathan Corgan
On Thu, Feb 12, 2009 at 2:03 AM, Emil Molin wrote: >> > after doing ./bootstrap and then ./configure >> > >> > make gives the following message: >> > >> > libtool: Version mismatch error. This is libtool 2.2.6, but the >> > libtool: definition of this LT_INIT comes from an older release. >> > li

Re: [Discuss-gnuradio] Make fails in gr-how-to-write-a-block

2009-02-12 Thread Emil Molin
2009/2/11 Eric Blossom > On Wed, Feb 11, 2009 at 03:45:54PM +0100, Emil Molin wrote: > > So i want to learn how to write a block but it fails to install > apparently. > > > > after doing ./bootstrap and then ./configure > > > > make gives the following message: > > > > libtool: Version mismatch e

Re: [Discuss-gnuradio] Make fails in gr-how-to-write-a-block

2009-02-11 Thread Eric Blossom
On Wed, Feb 11, 2009 at 03:45:54PM +0100, Emil Molin wrote: > So i want to learn how to write a block but it fails to install apparently. > > after doing ./bootstrap and then ./configure > > make gives the following message: > > libtool: Version mismatch error. This is libtool 2.2.6, but the >

[Discuss-gnuradio] Make fails in gr-how-to-write-a-block

2009-02-11 Thread Emil Molin
So i want to learn how to write a block but it fails to install apparently. after doing ./bootstrap and then ./configure make gives the following message: libtool: Version mismatch error. This is libtool 2.2.6, but the libtool: definition of this LT_INIT comes from an older release. libtool: Yo

Re: [Discuss-gnuradio] make fails on new svn

2006-08-05 Thread Johnathan Corgan
Eric Blossom wrote: > FYI, the .libs should have never been in the path. > The .la file, which libtool looks for, is contained in foo, not foo/.libs Correct. For some reason the extra .libs I put in there was being "overlooked" when compiling with the combination of libtool & gcc on our machines

Re: [Discuss-gnuradio] make fails on new svn

2006-08-05 Thread Eric Blossom
On Fri, Aug 04, 2006 at 09:33:00PM -0700, Johnathan Corgan wrote: > Achilleas Anastasopoulos wrote: > > > Any thoughts? > > For some reason there is an extra '.libs' added to the path to where > it's looking for libgnuradio-core.so and for libusrp.so; I don't know > why. But it's very likely a b

Re: [Discuss-gnuradio] make fails on new svn

2006-08-05 Thread Johnathan Corgan
Achilleas Anastasopoulos wrote: > I was wondering if you can commit this change that > fixed the error also to my wip directory: > http://gnuradio.utah.edu/svn/gnuradio/branches/developers/anastas/wip/ > since it does not yet compile with gcc3.4, > or is this something that I am supposed to do? I

Re: [Discuss-gnuradio] make fails on new svn

2006-08-04 Thread Johnathan Corgan
Achilleas Anastasopoulos wrote: > The full tree compiles succesfully with gcc 3.4.3 now ! Thanks for testing this out. -Johnathan ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] make fails on new svn

2006-08-04 Thread Achilleas Anastasopoulos
Jonathan, The full tree compiles succesfully with gcc 3.4.3 now ! Cheers, Achilleas For what it's worth, gcc 3.4.3 seems to interact differently with libtool than gcc 4.x. I haven't pinned it down but the change I made now works with both. If you still have that branch checked out, can you

Re: [Discuss-gnuradio] make fails on new svn

2006-08-04 Thread Johnathan Corgan
Achilleas Anastasopoulos wrote: > everything seems to work fine now. > make and make check succeed. Ok, thanks. > btw, my gcc version is > > gcc --version > gcc (GCC) 3.4.3 20050227 (Red Hat 3.4.3-22.fc3) For what it's worth, gcc 3.4.3 seems to interact differently with libtool than gcc 4.x.

Re: [Discuss-gnuradio] make fails on new svn

2006-08-04 Thread Achilleas Anastasopoulos
Johnathan , everything seems to work fine now. make and make check succeed. btw, my gcc version is gcc --version gcc (GCC) 3.4.3 20050227 (Red Hat 3.4.3-22.fc3) Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty;

Re: [Discuss-gnuradio] make fails on new svn

2006-08-04 Thread Johnathan Corgan
Achilleas Anastasopoulos wrote: > However, make fails at usrp: Can you please check out the following branch: http://gnuradio.utah.edu/svn/gnuradio/branches/developers/jcorgan/ticket-11 ...and try it again? I've disabled all the components except gnuradio-core, usrp, and gr-usrp, so it should

Re: [Discuss-gnuradio] make fails on new svn

2006-08-04 Thread Johnathan Corgan
Achilleas Anastasopoulos wrote: > Any thoughts? For some reason there is an extra '.libs' added to the path to where it's looking for libgnuradio-core.so and for libusrp.so; I don't know why. But it's very likely a bug and not anything you are doing. Can you log in to Trac as guest (password 'g

[Discuss-gnuradio] make fails on new svn

2006-08-04 Thread Achilleas Anastasopoulos
This is my first attempt building from the svn. After: $ svn co http://gnuradio.utah.edu/svn/gnuradio/trunk gnuradio_svn $ cd gnuradio_svn $ ./bootstrap $ ./configure I get: *** The following GNU Radio components have been success