hello people,
In the gr-rds repository installation to work with the grc, after
configuring it when i enter the make command i am getting the following
error
rds.cc:145:20: error: Python.h: No such file or directory
rds.cc:2557:4: error: #error “This python version requires swig to be
run
with the ‘-classic’ option”
rds.cc:751: error: expected initializer before * token
rds.cc:806: error: expected initializer before * token
rds.cc:827: error: expected initializer before * token
In file included from /usr/include/c++/4.4/stdexcept:38,
from rds.cc:2576:
/usr/include/c++/4.4/exception:35: error: expected declaration before
end of
line
make[4]: *** [rds.lo] Error 1
make[4]: Leaving directory /home/bilal/Downloads/gr-rds-3.0svn/src/lib' make[3]: *** [all] Error 2 make[3]: Leaving directory
/home/bilal/Downloads/gr-rds-3.0svn/src/lib’
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory /home/bilal/Downloads/gr-rds-3.0svn/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory
/home/bilal/Downloads/gr-rds-3.0svn’
make: *** [all] Error 2
can any one please help me in this. will be very thankful to you.