Re: [Discuss-gnuradio] howto make

2009-03-23 Thread William Harding
Doing this presents another problem. When I run make I get an error that indicates that PYTHON is undefined in my Makefile.am (line 56). This is because the aclocal.m4 file generated by just running ./configure after removing the old aclocal.m4 file does not contain this the AM_PATH_PYTHON(...)

[Discuss-gnuradio] howto make

2009-03-22 Thread William Harding
When I try to make the howto package (from the How to write a signal processing block tutorial), I get and error which says: Version mismatch error. This is libtool 2.2.6, but the definition of this LT_INIT comes from libtool 2.2.4. Then it indicates that I need to recreate aclocal.m4. I have

Re: [Discuss-gnuradio] howto make

2009-03-22 Thread Ryan Seal
On Sun, 22 Mar 2009 14:51:55 -0400, William Harding wphardi...@gmail.com wrote: When I try to make the howto package (from the How to write a signal processing block tutorial), I get and error which says: Version mismatch error. This is libtool 2.2.6, but the definition of this LT_INIT

Re: [Discuss-gnuradio] howto make

2009-03-22 Thread Eric Blossom
On Sun, Mar 22, 2009 at 01:51:55PM -0500, William Harding wrote: When I try to make the howto package (from the How to write a signal processing block tutorial), I get and error which says: Version mismatch error. This is libtool 2.2.6, but the definition of this LT_INIT comes from libtool

Re: [Discuss-gnuradio] howto make

2009-03-22 Thread William Harding
Thank you Eric, but doing this present another problem. When I run make I get an error that indicates that PYTHON is undefined in my Makefile.am (line 56). This is because the aclocal.m4 file generated by just running ./configure after removing the old aclocal.m4 file does not contain this the