On Fri, Aug 2, 2013 at 11:38 PM, Ralph A. Schmid <ra...@schmid.xxx> wrote:
> Bootstrap gives this error:
>
> ras@dk5ras:~/gnuradio-3.4.2$ ./bootstrap
> configure.ac:24: warning: AM_INIT_AUTOMAKE: two- and three-
> arguments forms are deprecated.  For more info, see:
> configure.ac:24:
> http://www.gnu.org/software/automake/manual/automake.html#Modernize-
> AM_005fINIT_005fAUTOMAKE-invocation
> python: can't open file 'gen/volk_register.py': [Errno 2] No such file or
> directory
> mv: cannot stat `gen/lib/Makefile.am': No such file or directory
> ras@dk5ras:~/gnuradio-3.4.2$

Not good. Try this from the beginning. It built on my Fedora 19
machine 30 seconds ago.

$ git clone -b fedora17 git://github.com/ttsou/gnuradio.git

$ ./bootstrap

$ ./configure --disable-volk --with-fusb-tech=libusb1 --disable-usrp2
--disable-gr-msdd6000 --disable-gr-audio --disable-gr-atsc
--disable-gr-cvsd-vocoder --disable-gr-gpio
--disable-gr-gsm-fr-vocoder --disable-gr-noaa --disable-gr-pager
--disable-gr-radar-mono --disable-gr-radio-astronomy
--disable-gr-trellis --disable-gr-wxgui --disable-gr-sounder
--disable-gr-utils --disable-gnuradio-examples --disable-grc
--disable-docs

...
*********************************************************************
The following GNU Radio components have been successfully configured:

config
gruel
usrp

$ make
$ make install

  -TT

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to