Hi List, I have some problem to compile and test a new module I write starting from gnuradio code. This is what I do: 1. take the "how to write blah blah" code and directory structure; 2. modify code and src/lib/Makefile.am 3. autoreconf -> First error:
[EMAIL PROTECTED]:~/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. 4. add AM_PATH_PYTHON to configure.ac 5. autoreconf run clean; 6. ./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 Anastasia web: http://www.davideanastasia.com/ email: [EMAIL PROTECTED] _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
