[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

undefined symbol: SWIG_TypeQuery

From: David Sankel <camior_at_gmail.com>
Date: 2004-12-30 11:10:09 CET

Sorry For the duplicate:

Hello All,

I'm running into a problem with subversion, swig, and python on my
way to installing trac. It seems, though google, that people have had
similar problems but the source or solution hasn't been found. Any
Suggestions?

Thanks,

David J. Sankel

SWIG-1.3.19 (Also tried 21 and 24)
./configure --prefix=/usr/
make
make runtime
make install
make install-runtime

subversion-1.0.9
./configure
make
make install
make swig-py
make install-swig.py

Everything installs properly. My test case:

export PYTHONPATH=/usr/local/lib/svn-python/
python -c "from svn import client"

Traceback (most recent call last):
File "<string>", line 1, in ?
File "/usr/local/lib/svn-python/svn/client.py", line 17, in ?
  from libsvn.client import *
File "/usr/local/lib/svn-python/libsvn/client.py", line 4, in ?
  import _client
ImportError: /usr/local/lib/libsvn_swig_py-1.so.0: undefined symbol:
SWIG_TypeQuery

Note, I have been able to solve this problem. It was still linking to
my previous installation of the newer library. So it seems that
everything works fine on swig 1.3.19 now, but still has errors on
1.3.24.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 30 11:12:28 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.