discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Not getting Makefile after bootstrap configure?


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Not getting Makefile after bootstrap configure?
Date: Sat, 27 Nov 2010 21:55:24 -0800
User-agent: Mutt/1.5.21 (2010-09-15)

On Sat, Nov 27, 2010 at 11:16:24PM -0600, Brett L. Trotter wrote:
> On an up to date fedora 13 x86_64
> 
> I just did this:
>   624  git clone http://gnuradio.org/git/gnuradio.git
>   625  cd gnuradio
>   626  git branch --track next origin/next
>   627  git checkout next
>   628  ./bootstrap
>   629  ./configure --enable-docs --enable-grc --enable-gnuradio-examples
> --enable-gr-utils --enable-gr-sounder --enable-gr-qtgui
> --enable-gr-wxgui --enable-gr-video-sdl --enable-gr-trellis
> --enable-gr-radio-astronomy --enable-gr-pager
> --enable-gr-noaa--enable-gr-gsm-fr-vocoder --enable-gr-gpio
> --enable-gr-cvsd-vocoder --enable-gr-atsc --enable-gr-audio-jack
> --enable-gr-audio-alsa --enable-gr-usrp2 --enable-gr-usrp --enable-usrp2
> --enable-usrp --enable-gnuradio-core --enable-gruel --enable-python
> --enable-gr-uhd UHD_LIBS=/opt/uhd/lib UHD_INCLUDEDIR=/opt/uhd/include
> --no-create --no-recursion
>   630  make
> 
> and I get success from configure:
> *********************************************************************
> The following GNU Radio components have been successfully configured:
> 
> config
> gruel
> gnuradio-core
> usrp
> usrp2
> gr-usrp
> gr-usrp2
> gr-msdd6000
> gr-audio-alsa
> gr-audio-jack
> gr-audio-oss
> gr-atsc
> gr-cvsd-vocoder
> gr-gpio
> gr-gsm-fr-vocoder
> gr-noaa
> gr-pager
> gr-radar-mono
> gr-radio-astronomy
> gr-trellis
> gr-video-sdl
> gr-wxgui
> gr-qtgui
> gr-sounder
> gr-utils
> gnuradio-examples
> grc
> gr-uhd
> docs
> 
> You my now run the make command to build these components.
> 
> *********************************************************************
> The following components were skipped either because you asked not
> to build them or they didn't pass configuration checks:
> 
> gcell
> gr-gcell
> gr-audio-osx
> gr-audio-portaudio
> gr-audio-windows
> gr-comedi
> 
> These components will not be built.
> 
> 
> but I get no Makefile generated.
> address@hidden gnuradio]# ls -la Makefile*
> -rw-r--r-- 1 root root  1455 Nov 27 22:47 Makefile.am
> -rw-r--r-- 1 root root  4024 Nov 27 22:47 Makefile.common
> -rw-r--r-- 1 root root  1358 Nov 27 22:47 Makefile.common.spu
> -rw-r--r-- 1 root root  2734 Nov 27 22:47 Makefile.gen.gen
> -rw-r--r-- 1 root root 43538 Nov 27 22:48 Makefile.in
> -rw-r--r-- 1 root root  2833 Nov 27 22:47 Makefile.par.gen
> -rw-r--r-- 1 root root  3913 Nov 27 22:47 Makefile.swig
> -rw-r--r-- 1 root root  9605 Nov 27 22:47 Makefile.swig.gen.t
> 
> Have i missed something?

Any particular reason you're passing the --no-create --no-recursion flags?

Eric



reply via email to

[Prev in Thread] Current Thread [Next in Thread]