Re: [Discuss-gnuradio] Problem with libtool while making the gnuradio 3.5

2013-07-24 Thread Tom Rondeau
On Tue, Jul 23, 2013 at 10:12 PM, Shashank Gaur shashankg...@ieee.org wrote: Ok. 3.5 should work. I just build 3.5.3.2 on my machine here. Try using cmake instead of autotools, though. We've been keeping up to date with cmake. Not sure what version of autotools might cause problems at this

Re: [Discuss-gnuradio] Problem with libtool while making the gnuradio 3.5

2013-07-24 Thread Shashank Gaur
Ok, So that means I just need to keep my eyes open. Will try it again tonight. Shashank On Wed, Jul 24, 2013 at 5:35 PM, Tom Rondeau t...@trondeau.com wrote: On Tue, Jul 23, 2013 at 10:12 PM, Shashank Gaur shashankg...@ieee.org wrote: Ok. 3.5 should work. I just build 3.5.3.2 on my machine

Re: [Discuss-gnuradio] Problem with libtool while making the gnuradio 3.5

2013-07-23 Thread Tom Rondeau
On Mon, Jul 22, 2013 at 4:52 PM, Shashank Gaur shashankg...@ieee.org wrote: so I tried following and now have this error $ rm aclocal.m4 $ aclocal $ autoconf $ ./configure Error: checking for CPPUNIT... yes ./configure: line 13863: syntax error near unexpected token `1.37' ./configure:

Re: [Discuss-gnuradio] Problem with libtool while making the gnuradio 3.5

2013-07-23 Thread Tom Rondeau
On Tue, Jul 23, 2013 at 2:33 PM, Shashank Gaur shashankg...@ieee.org wrote: On Tue, Jul 23, 2013 at 11:00 AM, Tom Rondeau t...@trondeau.com wrote: On Mon, Jul 22, 2013 at 4:52 PM, Shashank Gaur shashankg...@ieee.org wrote: so I tried following and now have this error $ rm aclocal.m4 $

Re: [Discuss-gnuradio] Problem with libtool while making the gnuradio 3.5

2013-07-23 Thread Shashank Gaur
Ok. 3.5 should work. I just build 3.5.3.2 on my machine here. Try using cmake instead of autotools, though. We've been keeping up to date with cmake. Not sure what version of autotools might cause problems at this point. Tom Thanks a lot, I also build same version as you and it was

[Discuss-gnuradio] Problem with libtool while making the gnuradio 3.5

2013-07-22 Thread Shashank Gaur
Hi All, I was trying to install gnuradio 3.5. I used this command to install dependencies sudo apt-get -y install git-core autoconf automake libtool g++ python-dev swig pkg-config libboost-all-dev libfftw3-dev libcppunit-dev libgsl0-dev libusb-dev sdcc libsdl1.2-dev python-wxgtk2.8

Re: [Discuss-gnuradio] Problem with libtool while making the gnuradio 3.5

2013-07-22 Thread Shashank Gaur
so I tried following and now have this error $ rm aclocal.m4 $ aclocal $ autoconf $ ./configure Error: checking for CPPUNIT... yes ./configure: line 13863: syntax error near unexpected token `1.37' ./configure: line 13863: `AX_BOOST_BASE(1.37)' Last time there were no error for