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

Re: Python bindings/ViewCVS/Swig trouble

From: Johannes Fahrenkrug <jfa_at_gebeco.de>
Date: 2004-04-26 11:47:44 CEST

Thanks for your help.
This is what I got:

***********

>strings /usr/local/lib/libswigpy.so
<Global variables>
Global variables {
Unknown C global variable
swigvarlink
this
NULL
thisown
Type error. Expected %s
Expected a pointer
0123456789abcdef
>swig -version

SWIG Version 1.3.19
Copyright (c) 1995-1998
University of Utah and the Regents of the University of California
Copyright (c) 1998-2002
University of Chicago
Compiled with g++

Please see http://www.swig.org for reporting bugs and further
information

**********

> Do:
> find / -name libswigpy.so

> Then do:
> strings /usr/lib64/libswigpy.so | grep SWIG_Python

> On the file you find... If there are no SWIG_Python symbols found
then
> you have 1.3.19 or older... If there are then you have 1.3.20 or
> newer... If you have multiple copies of the runtimes installed it can
> create the behavior you're seeing.

Hmmm..... like I thought, so it must be 1.3.19. Does that mean that
the swig-python bindings need something newer than 1.3.19?

-Johannes.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 26 09:48:09 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.