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

Re: svn commit: r8418 - in trunk/packages/rpm: mandrake-9.0 mandrake-9.1 mandrake-9.2

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-01-22 02:12:34 CET

Philip Martin <philip@codematters.co.uk> writes:

> Swig 1.3.16 worked fine. Here's what I see when I configure Swig
> 1.3.21
>
> checking for Tcl library... not found
> checking for python... python
> checking for Python prefix... /usr
> checking for Python exec-prefix... /usr
> checking for Python version... python2.1
> checking for Python header files... -I/usr/include/python2.1 -I/usr/lib/python2.1/config
> checking for Python library... /usr/lib/python2.1/config
> checking for perl... perl
>
> Looks OK to me, but it doesn't produce libswigpy.so only swigrun.i. I
> looked at Swig's "configure --help" but there was on obvious option to
> enable libswigpy. The installed swig executable has a -python option.

When I build Swig 1.3.21 I need to do

   $ make runtime
   $ make install-runtime

This is a new step compared to the 1.3.16 process.

I'll add a note to subversion/bindings/swig/INSTALL.

> Traceback (most recent call last):
> File "/home/pm/sw/subversion/svn/tools/examples/svnlook.py", line 23, in ?
> from svn import core, fs, delta, repos
> File "/usr/local/subversion/lib/svn-python/svn/core.py", line 21, in ?
> from libsvn.core import *
> File "/usr/local/subversion/lib/svn-python/libsvn/core.py", line 5, in ?
> import _core
> ImportError: /usr/local/subversion/lib/libsvn_swig_py-1.so.0: undefined symbol: SWIG_TypeQuery

This error still occurs.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jan 22 02:14:04 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.