Hello! The problem is that every time I try to make any change in the howto.i file I get this error:
------------------------------------------------------------------------------------------------------------------------- eman...@intrepid:~/gnuradio-3.1.3/gr-extra-blocks$ sudo make install Making install in config make[1]: Entering directory `/home/emanuel/gnuradio-3.1.3/gr-extra-blocks/config' make[2]: Entering directory `/home/emanuel/gnuradio-3.1.3/gr-extra-blocks/config' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/emanuel/gnuradio-3.1.3/gr-extra-blocks/config' make[1]: Leaving directory `/home/emanuel/gnuradio-3.1.3/gr-extra-blocks/config' Making install in src make[1]: Entering directory `/home/emanuel/gnuradio-3.1.3/gr-extra-blocks/src' Making install in lib make[2]: Entering directory `/home/emanuel/gnuradio-3.1.3/gr-extra-blocks/src/lib' /usr/bin/swig -c++ -fvirtual -python -modern -I/usr/local/include/gnuradio/swig -I/usr/local/include/gnuradio -module howto -o howto.cc ../../src/lib/howto.i ../../src/lib/howto.i:54: Error: Syntax error in input(3). make[2]: *** [howto.cc] Error 1 make[2]: Leaving directory `/home/emanuel/gnuradio-3.1.3/gr-extra-blocks/src/lib' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home/emanuel/gnuradio-3.1.3/gr-extra-blocks/src' make: *** [install-recursive] Error 1 ------------------------------------------------------------------------------------------------------------------------- I've tried just changing for example the types of the parameters on the *.cc and *.h files and keep the howto.i untouched. This way it runs "sudo make install" ok. Then I change the types on the howto.i to match those on the *.cc and *.h results on the error above. The weird part is that, even if I change everything back to the way it was ( by using undo comand ), and run "sudo make install" it keeps giving me the same error. I use VIM to edit the file. I've been looking for some days and can't find nothing similar on the forums. If someone could help me, I'd be very much appreciated, since it's stalling the progress on my thesis... -- View this message in context: http://www.nabble.com/HOWTO.I-Problem---can%27t-edit-tp24038529p24038529.html Sent from the GnuRadio mailing list archive at Nabble.com. _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
