On 9/3/05, David James <james82@gmail.com> wrote:
> > Traceback (most recent call last):
> > File "<stdin>", line 1, in ?
> > File "/usr/local/lib/svn-python/svn/core.py", line 19, in ?
> > from libsvn.core import *
> > File "/usr/local/lib/svn-python/libsvn/core.py", line 5, in ?
> > import _core
> > ImportError: /usr/local/lib/svn-python/libsvn/_core.so: undefined symbol:
> > SWIG_TypeQuery
> What version of SWIG are you using? You can find out by typing
> swig -version
>
> It looks like you're using an old version of SWIG. Can you upgrade to
> SWIG 1.3.25?
If you still get SWIG_TypeQuery ImportErrors with SWIG 1.3.25, this
means that Subversion still thinks you have SWIG 1.3.21 or lower. To
be sure you've fixed this, try downloading a fresh copy of Subversion
1.2.3, extract it into a brand new, empty directory, and retry the
build process.
Hope this helps,
David
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Sep 3 21:22:08 2005