I have a problem recompiling the howto example on "how to make a signal
processing block" webpage.
This is the website should you be interested:

http://www.gnu.org/software/gnuradio/doc/howto-write-a-block.html

I ran aclocal, autoconf, then auotomake.

However, everytime I run automake the following error messages are
displayed:

[EMAIL PROTECTED]:~/gr-howto-write-a-block-3.1.1$ sudo make
make  all-recursive
make[1]: Entering directory `/home/jpgacrama/gr-howto-write-a-block-3.1.1'
Making all in config
make[2]: Entering directory `/home/jpgacrama/gr-howto-write-a-block-3.1.1
/config'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jpgacrama/gr-howto-write-a-block-3.1.1
/config'
Making all in src
make[2]: Entering directory `/home/jpgacrama/gr-howto-write-a-block-3.1.1
/src'
Making all in lib
make[3]: Entering directory `/home/jpgacrama/gr-howto-write-a-block-3.1.1
/src/lib'
make[3]: *** No rule to make target `/swig/gnuradio.i', needed by
`howto.cc'.  Stop.
make[3]: Leaving directory `/home/jpgacrama/gr-howto-write-a-block-3.1.1
/src/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jpgacrama/gr-howto-write-a-block-3.1.1
/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jpgacrama/gr-howto-write-a-block-3.1.1'
make: *** [all] Error 2

It keeps on saying that there is "No rule to make target `/swig/gnuradio.i',
needed by `howto.cc'.  Stop."

What's the problem here? I really need a reply ASAP! I really need this for
my thesis. Thanks!
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to