_PyV8.so: undefined symbol: _ZTIN2v88internal10AstVisitorE

31 views
Skip to first unread message

airween

unread,
Jan 1, 2011, 2:52:21 PM1/1/11
to PyV8
Hello,

first: happy new year to everyone :)

I try to build a pyv8 module for my system (Ubuntu 10.04, x86,
Python2.6).

V8 came from svn, r6125, PyV8 also from svn, r316.

Everything builds fine, but when I import that modul, I get this
error:

$ python
Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import PyV8
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.6/dist-packages/PyV8.py", line 17, in
<module>
import _PyV8
ImportError: /usr/local/lib/python2.6/dist-packages/_PyV8.so:
undefined symbol: _ZTIN2v88internal10AstVisitorE
>>>


V8 engine builds with these options:
scons mode=release library=static snapshot=on

Could somebody help me?

Thank you:


a.

airween

unread,
Jan 1, 2011, 4:09:13 PM1/1/11
to PyV8
So,

I've checked out an older version of V8, which is in the patch in PyV8
wiki page: r6041. With those version PyV8 has compiled succesfully,
and works fine.

Thank you:


a.
Reply all
Reply to author
Forward
0 new messages