Hi,
I was trying to see if I could build a signal processing block. I
basically did nothing but copied the ``how-to-write-a-block’’ package
and modified the name of the block in files according to the Shen
tutorial. I ran aclocal, autoconf, ./configure, all seemed to be fine.
Then I ran automake, which gave me these mesages:
[root@wlab02 trytry]# automake
doc/Makefile.am:77: %'-style pattern rules are a GNU make extension doc/Makefile.am:80:%’-style pattern rules are a GNU make extension
src/lib/Makefile.am:55: Python sources seen but PYTHON' is undefined src/lib/Makefile.am:55: The usual way to definePYTHON’ is to add
AM_PATH_PYTHON' src/lib/Makefile.am:55: toconfigure.ac’ and run aclocal' andautoconf’ again.
src/python/Makefile.am:31: Python sources seen but PYTHON' is undefined src/python/Makefile.am:31: The usual way to definePYTHON’ is to
add AM_PATH_PYTHON' src/python/Makefile.am:31: toconfigure.ac’ and run aclocal' andautoconf’ again.
I don’t think PYTHON is defined. Any hints will be greatly appreciated.
Thanks.
Zhenghao
Zhenghao Zhang wrote am 2008-05-19 18:47:
Hi,
I ran aclocal, autoconf, ./configure, all seemed to be fine.
Then I ran automake, which gave me these mesages:
[root@wlab02 trytry]# automake
doc/Makefile.am:77: %'-style pattern rules are a GNU make extension doc/Makefile.am:80:%’-style pattern rules are a GNU make extension
src/lib/Makefile.am:55: Python sources seen but PYTHON' is undefined src/lib/Makefile.am:55: The usual way to definePYTHON’ is to add
`AM_PATH_PYTHON’
Which versions do you have installed? automake, autoconf etc…
Have you compared this versions to the versions listed in the README?
Which system are you building on (distribution)?
Patrick
Engineers motto: cheap, good, fast: choose any two
Patrick S.
Student of Telematik, Techn. University Graz, Austria
Thanks for helping me on this. Eric also asked the same question and
it seemed that my automake and autoconf versions are fine. Eric also
told me a few commands, which I ran and now everything is fine. Thank
you again for your time.
Zhenghao
On Tue, May 20, 2008 at 7:28 AM, Patrick S.
On Tue, May 20, 2008 at 01:10:57PM -0400, Zhenghao Zhang wrote:
Thanks for helping me on this. Eric also asked the same question and
it seemed that my automake and autoconf versions are fine. Eric also
told me a few commands, which I ran and now everything is fine. Thank
you again for your time.
Zhenghao
I’ve added the “bootstrap” script to the files that are distributed
in the tarballs. It’ll be in the next release.
Eric