Hi!

I'm trying to compile the BBN 802.11 component into the Gnuradio
3.2.2.1 framework on i686 Linux,
using GCC 4.3.3.

mar...@gnuradio012 ~/gnuradio/sw/bbn_80211
% make
make  all-recursive
make[1]: Entering directory `/home/marius/gnuradio/sw/bbn_80211'
Making all in config
make[2]: Entering directory `/home/marius/gnuradio/sw/bbn_80211/config'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/marius/gnuradio/sw/bbn_80211/config'
Making all in src
make[2]: Entering directory `/home/marius/gnuradio/sw/bbn_80211/src'
Making all in bbn
make[3]: Entering directory `/home/marius/gnuradio/sw/bbn_80211/src/bbn'
make[3]: *** No rule to make target `/swig/gnuradio.i', needed by
`bbn.cc'.  Stop.
make[3]: Leaving directory `/home/marius/gnuradio/sw/bbn_80211/src/bbn'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/marius/gnuradio/sw/bbn_80211/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/marius/gnuradio/sw/bbn_80211'
make: *** [all] Error 2

So the issue is:
make[3]: *** No rule to make target `/swig/gnuradio.i', needed by
`bbn.cc'.  Stop.


I already patched the Makefile.common for the SWIG includes:
# swig includes
swigincludedir = /usr/include/gnuradio/swig/

SWIGGRFLAGS = -I$(GNURADIO_CORE_INCLUDEDIR)/swig
-I$(GNURADIO_CORE_INCLUDEDIR) $(GNURADIO_CORE_CPPFLAGS)

This is mentioned two years ago in this list :):
http://www.mail-archive.com/discuss-gnuradio@gnu.org/msg15439.html

I'm stuck here. Does anybody know how to make it work?

Thanks,
Marius

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

Reply via email to