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

2010-11-27 Thread Brett L. Trotter
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.
[r...@localhost 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?

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


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

2010-11-27 Thread Eric Blossom
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.
 [r...@localhost 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

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


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

2010-11-27 Thread Brett L. Trotter
On 11/27/2010 11:55 PM, Eric Blossom wrote:
 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

 ...

 Have i missed something?
 
 Any particular reason you're passing the --no-create --no-recursion flags?

 Eric
   
I copied this out of my config.log and didn't bother to look at it-
totally missed it! Nice catch, thanks!

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio