I decided to re-install GNU Radio after re-downloading the needed dependencies. Unfortunately, it didn't pass make check. Read my previous post having this subject "ERROR: GNU Radio doesn't pass Make check" for more information.
Anyway, I decided to make gr-howto-write-a-block. Unfortunately, it won't make. The following errors will be displayed when I do perform make. make[4]: Entering directory `/home/jpgacrama/gr-howto-write-a-block-3.1.1 /src/lib' fvirtual -python -modern -I/swig -I -module howto -o howto.cc../../src/lib/howto.i /bin/bash: fvirtual: command not found make[4]: [howto.cc] Error 127 (ignored) /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -DOMNITHREAD_POSIX=1 -pthread -I/usr/local/include/gnuradio -g -O2 -MT howto.lo -MD -MP -MF .deps/howto.Tpo -c -o howto.lo howto.cc g++ -DHAVE_CONFIG_H -I. -I../.. -DOMNITHREAD_POSIX=1 -pthread -I/usr/local/include/gnuradio -g -O2 -MT howto.lo -MD -MP -MF .deps/howto.Tpo -c howto.cc -fPIC -DPIC -o .libs/howto.o g++: howto.cc: No such file or directory g++: no input files I need to know how to fix this ASAP! The deadline for my project is next week. And I have to be able to compile my own signal processing blocks by then. If the example fails, how much more will my own signal processing blocks of which I have not yet tested? Thank you!
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio