Building GNUradio

I am getting this error when I go to build GNUradio. Any suggestions?

configure: error: gr-audio-osx required darwin or MacOS X

Newell

I forgot to add that I have SUSE 10.0

Newell J. wrote:

I am getting this error when I go to build GNUradio. Any suggestions?

configure: error: gr-audio-osx required darwin or MacOS X

gr-audio-osx is for Macintosh computers. Since you are using Suse, you
do not have a Mac. Do not try to compile this. You should use
gr-audio-alsa instead.

Matt

Okay that is what I thought. I was just following the directions on how
to
install from CVS from the GNUwiki site using ./for-all-dirs …/buildit
2>&1
| tee make.log
Is there a way that I can still use this command without building the
gr-audio-osx?

On Fri, Jun 16, 2006 at 07:17:10AM +0000, Newell J. wrote:

Okay that is what I thought. I was just following the directions on how to
install from CVS from the GNUwiki site using ./for-all-dirs …/buildit 2>&1
| tee make.log
Is there a way that I can still use this command without building the
gr-audio-osx?

./for-all-dirs builds all dirs.

Just remove the ones you don’t want. E.g.,

$ rm -fr gr-audio-osx

There are many gr-* modules, and more are being added all the time.
Some of them are hardware or operating system specific.

Eric