Compilation error in latest svn

Hi,
I am trying to compile and intall the latest svn (checkout version
10197), I am getting following error at the time of make. Any help is
highly appreciated.

Thanks & Regards,
Sudhir Kumar baghel

-Woverloaded-virtual -MT gpio_swig.lo -MD -MP -MF .deps/gpio_swig.Tpo
-c gpio_swig.cc -fPIC -DPIC -o .libs/gpio_swig.o
gpio_swig.cc:3594:63: error: gnuradio_swig_bug_workaround.h: No such
file or directory
gpio_swig.cc: In function âvoid*
_p_gr_sync_decimatorTo_p_gr_basic_block(void*)â:
gpio_swig.cc:4481: error: âgr_sync_decimatorâ was not declared in this
scope
gpio_swig.cc:4481: error: expected primary-expression before âvoidâ
gpio_swig.cc:4481: error: expected )' before âvoidâ gpio_swig.cc: In function âvoid* _p_gr_sync_interpolatorTo_p_gr_basic_block(void*)â: gpio_swig.cc:4496: error: âgr_sync_interpolatorâ was not declared in this scope gpio_swig.cc:4496: error: expected primary-expression before âvoidâ gpio_swig.cc:4496: error: expected)’ before âvoidâ
gpio_swig.cc: In function âvoid*
_p_gr_sync_decimatorTo_p_gr_sync_block(void*)â:
gpio_swig.cc:4502: error: âgr_sync_decimatorâ was not declared in this
scope
gpio_swig.cc:4502: error: expected primary-expression before âvoidâ
gpio_swig.cc:4502: error: expected )' before âvoidâ gpio_swig.cc: In function âvoid* _p_gr_sync_interpolatorTo_p_gr_sync_block(void*)â: gpio_swig.cc:4508: error: âgr_sync_interpolatorâ was not declared in this scope gpio_swig.cc:4508: error: expected primary-expression before âvoidâ gpio_swig.cc:4508: error: expected)’ before âvoidâ
gpio_swig.cc: In function âvoid*
_p_gr_sync_decimatorTo_p_gr_block(void*)â:
gpio_swig.cc:4511: error: âgr_sync_decimatorâ was not declared in this
scope
gpio_swig.cc:4511: error: expected primary-expression before âvoidâ
gpio_swig.cc:4511: error: expected )' before âvoidâ gpio_swig.cc: In function âvoid* _p_gr_sync_interpolatorTo_p_gr_block(void*)â: gpio_swig.cc:4520: error: âgr_sync_interpolatorâ was not declared in this scope gpio_swig.cc:4520: error: expected primary-expression before âvoidâ gpio_swig.cc:4520: error: expected)’ before âvoidâ

On Wed, Jan 7, 2009 at 4:18 AM, Sudhir B. [email protected]
wrote:

I am trying to compile and intall the latest svn (checkout version

10197), I am getting following error at the time of make. Any help is highly
appreciated.

There is something fundamentally misconfigured based on the error
messages you listed. Are you using a freshly checked out trunk, or
did you SVN update?

I suggest that you do a ‘make distclean’ from the top-level directory
and go back to the ‘bootstrap’ step of the installation.

-Johnathan