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 wrote: > On Tue, Jul 23, 2013 at 10:12 PM, Shashank Gaur wrote: >>> >>> Ok. >>> >>> 3.5 should work. I just build 3.5.3.2 on my machine here. Try using >>> cmake

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

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 w

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 wrote: > On Tue, Jul 23, 2013 at 11:00 AM, Tom Rondeau wrote: >> On Mon, Jul 22, 2013 at 4:52 PM, Shashank Gaur wrote: >>> so I tried following and now have this error >>> >>> $ rm aclocal.m4 >>> $ aclocal >>> $ autoconf >>> $ ./configure >>> Error:

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 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: line 13863: `

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 ./configu