Hi List,
I have some problem to compile and test a new module I write starting
from gnuradio code.
This is what I do:
- take the “how to write blah blah” code and directory structure;
- modify code and src/lib/Makefile.am
- autoreconf
→ First error:
rocker@rocker-duo:~/Tesi/SVN/gr-howto-write-a-block$ autoreconf
src/lib/Makefile.am:55: Python sources seen but PYTHON' is undefined src/lib/Makefile.am:55: src/lib/Makefile.am:55: The usual way to define
PYTHON’ is to add
AM_PATH_PYTHON' src/lib/Makefile.am:55: to
configure.ac’ and run aclocal' and
autoconf’ again.
src/python/Makefile.am:31: Python sources seen but PYTHON' is undefined src/python/Makefile.am:31: src/python/Makefile.am:31: The usual way to define
PYTHON’ is to add
AM_PATH_PYTHON' src/python/Makefile.am:31: to
configure.ac’ and run aclocal' and
autoconf’ again.
- add AM_PATH_PYTHON to configure.ac
- autoreconf run clean;
- ./configure
→ Second error:
./configure: line 2037: GR_X86_64: command not found
./configure: line 2038: LF_CONFIGURE_CXX: command not found
./configure: line 2039: LF_SET_WARNINGS: command not found
./configure: line 2040: GR_SET_GPROF: command not found
./configure: line 2041: GR_SET_PROF: command not found
./configure: line 19003: GR_NO_UNDEFINED: command not found
./configure: line 19004: GR_SCRIPTING: command not found
./configure: line 19007: GR_OMNITHREAD: command not found
./configure: line 19964: GR_PWIN32: command not found
./configure: line 20184: GR_REQUIRE_BOOST_INCLUDES: command not found
The original “how to” code compile and run clean. I don’t know what is
(are?) the problem. Any idea?
Regards,
Davide A.
web: http://www.davideanastasia.com/
email: [email protected]