You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Phil <pl...@gmail.com> on 2006/04/12 15:16:23 UTC

problem with make swig-py

I posted this in the viewvc mailing list as well.

Fedora Core 3
Subversion 1.2.3 (works great)
Swig 1.3.29 was installed without errors

When I run make swig-py I get the following error, any help would be greatly
appreaciated:


/usr/include/python2.4/pyconfig.h:844:1: warning: "_XOPEN_SOURCE" redefined
<command line>:1:1: warning: this is the location of the previous definition
In file included from /root/subversion-1.2.3
/subversion/bindings/swig/python/libsvn_swig_py/swigutil_py.c:43:
/usr/local/share/swig/1.3.29/python/pyrun.swg: In function
'SWIG_Python_SetErrorObj':
/usr/local/share/swig/1.3.29/python/pyrun.swg:60: error:
'SWIG_PYTHON_THREAD_BEGIN_BLOCK' undeclared (first use in this function)
/usr/local/share/swig/1.3.29/python/pyrun.swg:60: error: (Each undeclared
identifier is reported only once
/usr/local/share/swig/1.3.29/python/pyrun.swg:60: error: for each function
it appears in.)
/usr/local/share/swig/1.3.29/python/pyrun.swg:63: error:
'SWIG_PYTHON_THREAD_END_BLOCK' undeclared (first use in this function)
/usr/local/share/swig/1.3.29/python/pyrun.swg: In function
'SWIG_Python_SetErrorMsg':
/usr/local/share/swig/1.3.29/python/pyrun.swg:68: error:
'SWIG_PYTHON_THREAD_BEGIN_BLOCK' undeclared (first use in this function)
/usr/local/share/swig/1.3.29/python/pyrun.swg:70: error:
'SWIG_PYTHON_THREAD_END_BLOCK' undeclared (first use in this function)
make: *** [subversion/bindings/swig/python/libsvn_swig_py/swigutil_py.lo]
Error 1



Thanks.

Re: problem with make swig-py

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On 4/12/06, Phil <pl...@gmail.com> wrote:
> I posted this in the viewvc mailing list as well.
>
> Fedora Core 3
> Subversion 1.2.3 (works great)
> Swig 1.3.29 was installed without errors

I'm pretty sure that Subversion 1.2.3 did not support Swig 1.3.29,
Swig has a habit of not being especially backwards compatible...  The
subversion/bindings/swig/INSTALL file should document what version of
Swig is supported for that release.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org