Swig for Python 2.6

Doron Tal doron.tal.list at gmail.com
Sun Dec 14 06:15:31 EST 2008


Hi

I'm trying to wrap a c library for use with Python 2.6.

I'm using swig 1.3.36, and I get the following error:

linux-python/log_wrap.c: In function '_PySwigObject_type':
linux-python/log_wrap.c:1680: warning: missing initializer
linux-python/log_wrap.c:1680: warning: (near initialization for
'tmp.tp_version_tag')
linux-python/log_wrap.c: In function '_PySwigPacked_type':
linux-python/log_wrap.c:1843: warning: missing initializer
linux-python/log_wrap.c:1843: warning: (near initialization for
'tmp.tp_version_tag')
linux-python/log_wrap.c: In function 'swig_varlink_type':
linux-python/log_wrap.c:3334: warning: missing initializer
linux-python/log_wrap.c:3334: warning: (near initialization for
'tmp.tp_version_tag')

What swig version should I use?
If version 1.3.36 is good enough, then what can be my mistake?

Thanks,
doron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20081214/eca0f735/attachment-0001.html>


More information about the Python-list mailing list