tychota / pyv8

Automatically exported from code.google.com/p/pyv8
0 stars 0 forks source link

ImportError undefined symbol: _ZTIN2v88internal10AstVisitorE #66

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I've tried using a trunk checkout to build against v8 3.0.6, and while it 
successfully compiles, it fails to import.

[root@localhost ~]# python
Python 2.7 (r27:82500, Sep 29 2010, 13:49:36)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from PyV8 import *
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "~/lib/python/site-packages/PyV8.py", line 17, in <module>
    import _PyV8
ImportError: ~/lib/python/site-packages/_PyV8.so: undefined symbol: 
_ZTIN2v88internal10AstVisitorE
>>>

Any ideas? Thanks.

Original issue reported on code.google.com by psulliva...@gmail.com on 7 Jan 2011 at 8:20

GoogleCodeExporter commented 8 years ago
What's version of pyv8 that you are using? Did you check out the code from SVN 
trunk? Did you build it with RTTI and exception supports?

http://code.google.com/p/pyv8/wiki/HowToBuild#Runtime_Type_Information_and_C++_E
xception_in_v8_3.0

Thanks

Original comment by flier...@gmail.com on 9 Jan 2011 at 6:09

GoogleCodeExporter commented 8 years ago
I have reproduce it in Linux, please ensure build v8 with RTTI and exception 
supports.

Thanks

Original comment by flier...@gmail.com on 9 Jan 2011 at 6:38