[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-29 21:26:21 CET

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 30 14:33:25 2004

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

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